Searched defs:list (Results 1 – 14 of 14) sorted by relevance
/scripts/include/ |
A D | list.h | 51 static inline void INIT_LIST_HEAD(struct list_head *list) in INIT_LIST_HEAD() 165 static inline void list_move(struct list_head *list, struct list_head *head) in list_move() 176 static inline void list_move_tail(struct list_head *list, in list_move_tail() 188 static inline int list_is_first(const struct list_head *list, const struct list_head *head) in list_is_first() 198 static inline int list_is_last(const struct list_head *list, const struct list_head *head) in list_is_last() 208 static inline int list_is_head(const struct list_head *list, const struct list_head *head) in list_is_head()
|
/scripts/gendwarfksyms/ |
A D | types.c | 24 struct list_head list; member 27 static void type_list_free(struct list_head *list) in type_list_free() 41 static int type_list_append(struct list_head *list, const char *s, void *owned) in type_list_append() 56 static void type_list_write(struct list_head *list, FILE *file) in type_list_write()
|
A D | gendwarfksyms.h | 163 struct list_head list; member
|
/scripts/genksyms/ |
A D | genksyms.c | 496 static void print_node(FILE * f, struct string_list *list) in print_node() 505 static void print_list(FILE * f, struct string_list *list) in print_list() 536 struct string_list *list = sym->defn; in expand_and_crc_sym() local
|
/scripts/kconfig/ |
A D | qconf.cc | 99 ConfigList* list; in updateMenu() local 222 ConfigList* list = listView(); in init() local 482 ConfigList *list = it.next(); in updateListForAll() local 493 ConfigList *list = it.next(); in updateListAllForAll() local 1540 ConfigList* list = NULL; in setMenuLink() local
|
A D | qconf.h | 229 ConfigList *list; variable
|
A D | expr.h | 235 struct menu *list; member
|
/scripts/kconfig/lxdialog/ |
A D | checklist.c | 109 WINDOW *dialog, *list; in dialog_checklist() local
|
/scripts/dtc/ |
A D | livetree.c | 65 struct property *chain_property(struct property *first, struct property *list) in chain_property() 259 struct node *chain_node(struct node *first, struct node *list) in chain_node() 372 struct reserve_info *list) in chain_reserve_entry() 380 struct reserve_info *add_reserve_entry(struct reserve_info *list, in add_reserve_entry()
|
/scripts/dtc/libfdt/ |
A D | fdt_ro.c | 754 const char *list, *end; in fdt_stringlist_count() local 781 const char *list, *end; in fdt_stringlist_search() local 811 const char *list, *end; in fdt_stringlist_get() local
|
/scripts/mod/ |
A D | modpost.c | 219 struct list_head list; /* link to module::exported_symbols or module::unresolved_symbols */ member 284 struct list_head list; member 290 struct namespace_list *list; in contains_namespace() local 2223 struct list_head list; member
|
A D | modpost.h | 118 struct list_head list; member
|
/scripts/gcc-plugins/ |
A D | latent_entropy_plugin.c | 265 tree list; in latent_entropy_gate() local
|
A D | randomize_layout_plugin.c | 303 tree list; in relayout_struct() local
|
Completed in 26 milliseconds