Searched refs:type (Results 1 - 25 of 32) sorted by relevance

12

/scripts/kconfig/
H A Dexpr.c19 e->type = E_SYMBOL;
24 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce) argument
28 e->type = type;
33 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2) argument
37 e->type = type;
43 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2) argument
47 e->type = type;
135 __expr_eliminate_eq(enum expr_type type, struct expr **ep1, struct expr **ep2) argument
509 expr_eliminate_dups1(enum expr_type type, struct expr **ep1, struct expr **ep2) argument
561 expr_eliminate_dups2(enum expr_type type, struct expr **ep1, struct expr **ep2) argument
853 expr_extract_eq(enum expr_type type, struct expr **ep, struct expr **ep1, struct expr **ep2) argument
882 expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym) argument
[all...]
H A Dkconfig_load.c7 #define P(name,type,arg) type (*name ## _p) arg
25 #define P(name,type,arg) \
H A Dmenu.c87 switch (e->type) {
112 void menu_set_type(int type) argument
116 if (sym->type == type)
118 if (sym->type == S_UNKNOWN) {
119 sym->type = type;
122 menu_warn(current_entry, "type of '%s' redefined from '%s' to '%s'",
124 sym_type_name(sym->type), sym_type_name(type));
127 menu_add_prop(enum prop_type type, char *prompt, struct expr *expr, struct expr *dep) argument
164 menu_add_prompt(enum prop_type type, char *prompt, struct expr *dep) argument
175 menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep) argument
180 menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep) argument
487 enum prop_type type; local
[all...]
H A Dlkc.h25 #define P(name,type,arg) extern type name arg
28 #define P(name,type,arg) extern type (*name ## _p) arg
114 struct property *menu_add_prop(enum prop_type type, char *prompt, struct expr *expr, struct expr *dep);
115 struct property *menu_add_prompt(enum prop_type type, char *prompt, struct expr *dep);
116 void menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep);
117 void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep);
120 void menu_set_type(int type);
152 struct property *prop_alloc(enum prop_type type, struc
[all...]
H A Dexpr.h39 enum expr_type type; member in struct:expr
76 enum symbol_type type; member in struct:symbol
86 #define for_all_symbols(i, sym) for (i = 0; i < SYMBOL_HASHSIZE; i++) for (sym = symbol_hash[i]; sym; sym = sym->next) if (sym->type != S_OTHER)
137 enum prop_type type; /* type of property */ member in struct:property
150 if (st->type == (tok))
186 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce);
187 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2);
188 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2);
204 void expr_extract_eq(enum expr_type type, struc
[all...]
H A Dsymbol.c59 sym->type = S_STRING;
66 enum symbol_type type = sym->type; local
68 if (type == S_TRISTATE) {
70 type = S_BOOLEAN;
72 type = S_BOOLEAN;
74 return type;
77 const char *sym_type_name(enum symbol_type type) argument
79 switch (type) {
143 switch (sym->type) {
458 int type = sym_get_type(sym); local
1176 prop_alloc(enum prop_type type, struct symbol *sym) argument
1206 prop_get_type_name(enum prop_type type) argument
[all...]
H A Dzconf.y86 %type <string> prompt
87 %type <symbol> symbol
88 %type <expr> expr
89 %type <expr> if_expr
90 %type <id> end
91 %type <id> option_name
92 %type <menu> if_entry menu_entry choice_entry
93 %type <string> symbol_option_arg word_opt
172 current_entry->prompt->type = P_MENU;
192 printd(DEBUG_PARSE, "%s:%d:type(
[all...]
H A Dqconf.cc120 int type; local
134 if (prop) switch (prop->type) {
160 type = sym_get_type(sym);
161 switch (type) {
176 if (sym_is_choice_value(sym) && type == S_BOOLEAN)
189 if (sym_is_choice_value(sym) && type == S_BOOLEAN)
217 if (type == S_STRING)
426 enum prop_type type; local
436 type = menu->prompt ? menu->prompt->type
487 int type; local
513 int type, oldexpr, newexpr; local
553 enum prop_type type; local
601 enum prop_type type; local
662 enum prop_type type; local
[all...]
H A Dconfdata.c124 switch (sym->type) {
148 sym->type = S_STRING;
208 prop->expr->type != E_SYMBOL)
234 switch (sym->type) {
266 if (sym->type == S_UNKNOWN)
267 sym->type = S_BOOLEAN;
272 switch (sym->type) {
300 if (sym->type == S_UNKNOWN)
301 sym->type = S_OTHER;
359 switch (sym->type) {
[all...]
H A Dlkc_proto.h35 P(sym_type_name,const char *,(enum symbol_type type));
49 P(prop_get_type_name,const char *,(enum prop_type type));
H A Dmconf.c343 int type, tmp, doint = 2; local
363 switch (prop->type) {
400 type = sym_get_type(sym);
413 switch (type) {
461 switch (type) {
503 if (menu->prompt->type == P_MENU) {
569 else if (submenu->prompt->type == P_MENU)
H A Dconf.c86 enum symbol_type type = sym_get_type(sym); local
117 switch (type) {
363 switch (prop->type) {
394 switch (sym->type) {
/scripts/dtc/
H A Ddtc-parser.y67 %type <data> propdata
68 %type <data> propdataprefix
69 %type <re> memreserve
70 %type <re> memreserves
71 %type <addr> addr
72 %type <data> celllist
73 %type <cell> cellval
74 %type <data> bytestring
75 %type <prop> propdef
76 %type <proplis
[all...]
H A Dtreesource.c71 if (m->type == LABEL)
111 if (m->type == LABEL) {
144 if (m->type == LABEL) {
174 if (m->type == LABEL)
H A Ddata.c292 struct data data_add_marker(struct data d, enum markertype type, char *ref) argument
298 m->type = type;
H A Ddtc.h78 enum markertype type; member in struct:marker
97 if ((m)->type == (t))
118 struct data data_add_marker(struct data d, enum markertype type, char *ref);
/scripts/
H A Dnamespace.pl221 my ($source, $type, $name);
265 ($type, $name) = (split(/ +/, $_, 3))[1..2];
287 # ? undefined type, used a lot by modules
288 if ($type !~ /^[ABCDGRSTUWVabdgrstwv?]$/) {
289 printf STDERR "nm output for $fullname contains unknown type '$_'\n";
295 $type = 'R' if ($type eq '?'); # binutils replaced ? with R at one point
296 # binutils keeps changing the type for exported symbols, force it to R
297 $type = 'R' if ($name =~ /^__ksymtab/ || $name =~ /^__kstrtab/);
299 if ($type
[all...]
H A Dbootgraph.pl44 my %type;
58 $type{$func} = 0;
81 $type{$func} = 1;
175 if ($type{$key} == 1) {
H A Drecordmcount.pl157 my $type;
220 $type = ".long";
224 $type = ".quad";
255 $type = ".quad";
273 $type = ".quad";
284 $type = "data8";
305 $type = ".xword";
359 $type = ".dword";
456 printf FILE "\t%s %s + %d\n", $type, $ref_func, $cur_offset - $offset;
H A Dcheckpatch.pl54 'values', 'possible', 'type', and 'attr' (default
491 my $type = '';
526 #warn "CSB: c<$c> type<$type> level<$level> remainder<$remainder> coff_set<$coff_set>\n";
530 push(@stack, [ $type, $level ]);
532 ($type, $level) = @{$stack[$#stack - 1]};
534 ($type, $level) = @{pop(@stack)};
554 if (($type eq '' || $type eq '(') && $c eq '(') {
556 $type
[all...]
H A Ddecodecode45 1) type=byte ;;
46 2) type=2byte ;;
47 4) type=4byte ;;
75 echo -n " .$type 0x" > $T.s
87 echo -n " .$type 0x" > $T.s
H A Dget_maintainer.pl266 ## Read MAINTAINERS for type/value pairs
277 my $type = $1;
281 if ($type eq "F" || $type eq "X") {
289 } elsif ($type eq "K") {
292 push(@typevalue, "$type:$value");
512 my $type = $1;
514 if ($type eq 'S') {
530 my $type = $1;
532 if ($type e
[all...]
/scripts/genksyms/
H A Dgenksyms.h46 enum symbol_type type; member in struct:symbol
63 struct symbol *add_symbol(const char *name, enum symbol_type type,
H A Dgenksyms.c73 static void print_type_name(enum symbol_type type, const char *name);
172 if (map_to_ns(sym->type) == map_to_ns(ns) &&
177 if (exact && sym && sym->type != ns)
186 return ((sym->type == SYM_STRUCT ||
187 sym->type == SYM_UNION ||
188 sym->type == SYM_ENUM) &&
197 static struct symbol *__add_symbol(const char *name, enum symbol_type type, argument
211 if (type == SYM_ENUM_CONST) {
232 } else if (type == SYM_ENUM) {
243 if (map_to_ns(sym->type)
321 add_symbol(const char *name, enum symbol_type type, struct string_list *defn, int is_extern) argument
327 add_reference_symbol(const char *name, enum symbol_type type, struct string_list *defn, int is_extern) argument
705 print_type_name(enum symbol_type type, const char *name) argument
[all...]
/scripts/mod/
H A Dfile2alias.c65 * Check that sizeof(device_id type) are consistent with size of section
395 sprintf(alias, "css:t%01X", id->type);
403 id->type = TO_NATIVE(id->type);
409 ADD(alias, "ty", id->type != SERIO_ANY, id->type);
556 of->type[0] ? of->type : "*");
560 of->type[0] ? "*" : "",
577 sprintf(alias, "vio:T%sS%s", vio->type[
[all...]

Completed in 176 milliseconds

12