Home
last modified time | relevance | path

Searched refs:label (Results 1 – 22 of 22) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvEHCIDBG.cpp97 static void dbg_hcs_params (struct ehci_hcd *ehci, char *label) in dbg_hcs_params() argument
105 label, params, in dbg_hcs_params()
126 label, buf); in dbg_hcs_params()
132 static __inline__ void dbg_hcs_params (struct ehci_hcd *ehci, char *label) {} in dbg_hcs_params() argument
138 static void dbg_hcc_params (struct ehci_hcd *ehci, char *label) in dbg_hcc_params() argument
145 label, in dbg_hcc_params()
153 label, in dbg_hcc_params()
163 static __inline__ void dbg_hcc_params (struct ehci_hcd *ehci, char *label) {} in dbg_hcc_params() argument
178 static void dbg_qtd (char *label, struct ehci_hcd *ehci, struct ehci_qtd *qtd) in dbg_qtd() argument
180 dev_dbg ((ehci)->hcd.controller, "%s qtd %p next%08x %08x token%08x buf=%08x\n", label, qtd, in dbg_qtd()
[all …]
/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Dlivetree.c27 void add_label(struct label **labels, char *label) in add_label() argument
29 struct label *new; in add_label()
33 if (streq(new->label, label)) in add_label()
37 new->label = label; in add_label()
107 struct label *l; in merge_nodes()
111 add_label(&old_node->labels, l->label); in merge_nodes()
126 add_label(&old_prop->labels, l->label); in merge_nodes()
286 struct property *get_property_by_label(struct node *tree, const char *label, in get_property_by_label() argument
295 struct label *l; in get_property_by_label()
298 if (streq(l->label, label)) in get_property_by_label()
[all …]
H A Dflattree.c55 void (*beginnode)(void *, struct label *labels);
56 void (*endnode)(void *, struct label *labels);
57 void (*property)(void *, struct label *labels);
92 static void bin_emit_beginnode(void *e, struct label *labels) in bin_emit_beginnode()
97 static void bin_emit_endnode(void *e, struct label *labels) in bin_emit_endnode()
102 static void bin_emit_property(void *e, struct label *labels) in bin_emit_property()
117 static void emit_label(FILE *f, const char *prefix, const char *label) in emit_label() argument
119 fprintf(f, "\t.globl\t%s_%s\n", prefix, label); in emit_label()
120 fprintf(f, "%s_%s:\n", prefix, label); in emit_label()
121 fprintf(f, "_%s_%s:\n", prefix, label); in emit_label()
[all …]
H A Ddtc.h128 struct label { struct
129 char *label; member
130 struct label *next; argument
139 struct label *labels;
156 struct label *labels;
168 void add_label(struct label **labels, char *label);
185 struct property *get_property_by_label(struct node *tree, const char *label,
187 struct marker *get_marker_label(struct node *tree, const char *label,
191 struct node *get_node_by_label(struct node *tree, const char *label);
205 struct label *labels;
H A Dchecks.c289 const char *label, struct node *node, in check_duplicate_label() argument
296 othernode = get_node_by_label(dt, label); in check_duplicate_label()
299 otherprop = get_property_by_label(dt, label, &othernode); in check_duplicate_label()
301 othermark = get_marker_label(dt, label, &othernode, in check_duplicate_label()
310 label, DESCLABEL_ARGS(node, prop, mark), in check_duplicate_label()
317 struct label *l; in check_duplicate_label_node()
320 check_duplicate_label(c, dt, l->label, node, NULL, NULL); in check_duplicate_label_node()
326 struct label *l; in check_duplicate_label_prop()
329 check_duplicate_label(c, dt, l->label, node, prop, NULL); in check_duplicate_label_prop()
H A Dtreesource.c238 struct label *l; in write_tree_source_node()
242 fprintf(f, "%s: ", l->label); in write_tree_source_node()
251 fprintf(f, "%s: ", l->label); in write_tree_source_node()
271 struct label *l; in dt_to_source()
274 fprintf(f, "%s: ", l->label); in dt_to_source()
H A Ddtc-parser.tab.c_shipped1490 print_error("label or path, '%s', not found", (yyvsp[(2) - (3)].labelref));
1885 YYERROR and the label yyerrorlab therefore never appears in user
H A Ddtc-lexer.lex.c_shipped865 do_action: /* This label is used only to access EOF actions. */
950 { /* label reference */
/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Dkallsyms.c248 static void output_label(char *label) in output_label() argument
251 printf(".globl %c%s\n", symbol_prefix_char, label); in output_label()
253 printf(".globl %s\n", label); in output_label()
256 printf("%c%s:\n", symbol_prefix_char, label); in output_label()
258 printf("%s:\n", label); in output_label()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/rpcsvc/
H A Dnislib.h180 extern void nis_perror (const nis_error status, const char *label) __THROW;
181 extern void nis_lerror (const nis_error status, const char *label) __THROW;
182 extern char *nis_sperror (const nis_error status, const char *label) __THROW;
183 extern char *nis_sperror_r (const nis_error status, const char *label,
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/lxdialog/
H A Dutil.c391 void print_button(WINDOW * win, const char *label, int y, int x, int selected) in print_button() argument
399 temp = strspn(label, " "); in print_button()
400 label += temp; in print_button()
407 waddch(win, label[0]); in print_button()
410 waddstr(win, (char *)label + 1); in print_button()
H A Ddialog.h202 void print_button(WINDOW * win, const char *label, int y, int x, int selected);
/utopia/UTPA2-700.0.x/projects/build/
H A Dspecial_case.sh37 label.h
53 label.h
63 label.h
H A Dpreprocess.txt19767 # 1 "/home/beal.wu/i2_work/utopia-0824/UTPA2-700.0.x/build/../../mxlib/include/label.h"
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dgconf.c447 GtkWidget *dialog, *label; in on_window1_delete_event() local
467 label = gtk_label_new(_("\nSave configuration ?\n")); in on_window1_delete_event()
468 gtk_container_add(GTK_CONTAINER(GTK_DIALOG(dialog)->vbox), label); in on_window1_delete_event()
469 gtk_widget_show(label); in on_window1_delete_event()
H A Dqconf.h103 void addColumn(colIdx idx, const QString& label) in addColumn() argument
105 colMap[idx] = Parent::addColumn(label); in addColumn()
H A Dlex.zconf.c_shipped1068 do_action: /* This label is used only to access EOF actions. */
H A Dzconf.tab.c_shipped2137 YYERROR and the label yyerrorlab therefore never appears in user
/utopia/UTPA2-700.0.x/projects/build/Ksym/
H A D.Ksym.o.cmd297 $(wildcard include/config/mp/fat/volume/label.h) \
298 $(wildcard include/config/mp/fat/volume/label/debug.h) \
303 $(wildcard include/config/mp/ntfs/volume/label.h) \
304 $(wildcard include/config/mp/ntfs/volume/label/debug.h) \
/utopia/UTPA2-700.0.x/projects/tools/lint/lnt/
H A Dco-gnu3.lnt52 +fld // support gcc's label designators
/utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/
H A Dparse.c_shipped2403 YYERROR and the label yyerrorlab therefore never appears in user
H A Dlex.c_shipped1003 do_action: /* This label is used only to access EOF actions. */