symbol_type 73 scripts/genksyms/genksyms.c static void print_type_name(enum symbol_type type, const char *name); symbol_type 151 scripts/genksyms/genksyms.c static enum symbol_type map_to_ns(enum symbol_type t) symbol_type 166 scripts/genksyms/genksyms.c struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact) symbol_type 197 scripts/genksyms/genksyms.c static struct symbol *__add_symbol(const char *name, enum symbol_type type, symbol_type 321 scripts/genksyms/genksyms.c struct symbol *add_symbol(const char *name, enum symbol_type type, symbol_type 327 scripts/genksyms/genksyms.c static struct symbol *add_reference_symbol(const char *name, enum symbol_type type, symbol_type 705 scripts/genksyms/genksyms.c static void print_type_name(enum symbol_type type, const char *name) symbol_type 39 scripts/genksyms/genksyms.h enum symbol_type tag; symbol_type 47 scripts/genksyms/genksyms.h enum symbol_type type; symbol_type 64 scripts/genksyms/genksyms.h struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact); symbol_type 65 scripts/genksyms/genksyms.h struct symbol *add_symbol(const char *name, enum symbol_type type, symbol_type 58 scripts/genksyms/parse.y enum symbol_type type) symbol_type 86 scripts/kconfig/conf.c enum symbol_type type = sym_get_type(sym); symbol_type 78 scripts/kconfig/expr.h enum symbol_type type; symbol_type 70 scripts/kconfig/lkc.h enum symbol_type stype; symbol_type 39 scripts/kconfig/lkc_proto.h P(sym_type_name,const char *,(enum symbol_type type)); symbol_type 41 scripts/kconfig/lkc_proto.h P(sym_get_type,enum symbol_type,(struct symbol *sym)); symbol_type 63 scripts/kconfig/symbol.c enum symbol_type sym_get_type(struct symbol *sym) symbol_type 65 scripts/kconfig/symbol.c enum symbol_type type = sym->type; symbol_type 76 scripts/kconfig/symbol.c const char *sym_type_name(enum symbol_type type)