Searched refs:string_list (Results 1 – 5 of 5) sorted by relevance
| /linux/scripts/genksyms/ |
| H A D | genksyms.h | 29 struct string_list { struct 30 struct string_list *next; argument 40 struct string_list *defn; argument 49 typedef struct string_list **yystype; 58 struct string_list *defn, int is_extern); 61 void free_node(struct string_list *list); 62 void free_list(struct string_list *s, struct string_list *e); 63 struct string_list *copy_node(struct string_list *); 64 struct string_list *copy_list_range(struct string_list *start, 65 struct string_list *end);
|
| H A D | genksyms.c | 55 static int equal_list(struct string_list *a, struct string_list *b); 56 static void print_list(FILE * f, struct string_list *list); 57 static struct string_list *concat_list(struct string_list *start, ...); 58 static struct string_list *mk_node(const char *string); 171 struct string_list *defn; in is_unknown_symbol() 184 static struct string_list *process_enum(const char *name, enum symbol_type type, in process_enum() 185 struct string_list *defn) in process_enum() 192 static struct string_list *last_enum_expr; in process_enum() 200 struct string_list *expr; in process_enum() 228 struct string_list *defn, int is_extern, in __add_symbol() [all …]
|
| H A D | parse.y | 23 static struct string_list *decl_spec; 28 remove_node(struct string_list **p) in remove_node() 30 struct string_list *node = *p; in remove_node() 36 remove_list(struct string_list **pb, struct string_list **pe) in remove_list() 38 struct string_list *b = *pb, *e = *pe; in remove_list() 44 static void record_compound(struct string_list **keyw, in record_compound() 45 struct string_list **ident, in record_compound() 46 struct string_list **body, in record_compound() 49 struct string_list *b = *body, *i = *ident, *r; in record_compound() 146 struct string_list *decl = (*$3)->next; [all …]
|
| H A D | lex.l | 133 static struct string_list *next_node; 137 struct string_list *cur_node;
|
| /linux/include/linux/usb/ |
| H A D | gadget_configfs.h | 66 list_for_each_entry(gs, &gi->string_list, list) { \ 75 list_add_tail(&new->list, &gi->string_list); \
|