Home
last modified time | relevance | path

Searched refs:list (Results 1 – 25 of 47) sorted by relevance

12

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dqconf.cc116 ConfigList* list; in updateMenu() local
123 list = listView(); in updateMenu()
125 setPixmap(promptColIdx, list->menuBackPix); in updateMenu()
136 if (list->mode == singleMode || list->mode == symbolMode) { in updateMenu()
140 if (sym && list->rootEntry == menu) in updateMenu()
142 setPixmap(promptColIdx, list->menuPix); in updateMenu()
166 if (!sym_is_changable(sym) && list->optMode == normalOpt) { in updateMenu()
177 setPixmap(promptColIdx, list->choiceYesPix); in updateMenu()
179 setPixmap(promptColIdx, list->symbolYesPix); in updateMenu()
184 setPixmap(promptColIdx, list->symbolModPix); in updateMenu()
[all …]
H A Dmenu.c44 last_entry_ptr = &rootmenu.list; in _menu_init()
72 last_entry_ptr = &current_entry->list; in menu_add_menu()
270 if (parent->list) { in menu_finalize()
275 for (menu = parent->list; menu; menu = menu->next) { in menu_finalize()
283 for (menu = parent->list; menu; menu = menu->next) { in menu_finalize()
294 for (menu = parent->list; menu; menu = menu->next) { in menu_finalize()
319 for (menu = parent->list; menu; menu = menu->next) in menu_finalize()
348 parent->list = parent->next; in menu_finalize()
355 for (menu = parent->list; menu; menu = menu->next) { in menu_finalize()
395 if (menu->list && (!menu->prompt || !menu->prompt->text)) { in menu_finalize()
[all …]
H A Dqconf.h227 bool showName(void) const { return list->showName; } in showName()
228 bool showRange(void) const { return list->showRange; } in showRange()
229 bool showData(void) const { return list->showData; } in showData()
240 ConfigList* list;
295 ConfigView* list; variable
H A Dconf.c269 for (child = menu->list; child; child = child->next) { in conf_choice()
327 for (child = menu->list; child; child = child->next) { in conf_choice()
340 for (child = child->list; child; child = child->next) { in conf_choice()
408 for (child = menu->list; child; child = child->next) in conf()
439 for (child = menu->list; child; child = child->next) in check_conf()
H A Dconfdata.c495 menu = rootmenu.list; in conf_write_defconfig()
537 if (menu->list != NULL) { in conf_write_defconfig()
538 menu = menu->list; in conf_write_defconfig()
608 menu = rootmenu.list; in conf_write()
629 if (menu->list) { in conf_write()
630 menu = menu->list; in conf_write()
H A Dmconf.c406 for (child = menu->list; child; child = child->next) { in build_conf()
439 if (def_menu->list) { in build_conf()
511 for (child = menu->list; child; child = child->next) in build_conf()
656 for (child = menu->list; child; child = child->next) { in conf_choice()
H A Dnconf.c797 for (child = menu->list; child; child = child->next) { in build_conf()
835 if (def_menu->list) { in build_conf()
913 for (child = menu->list; child; child = child->next) in build_conf()
1262 for (i = 0, child = menu->list; child; child = child->next) { in conf_choice()
H A Dzconf.y703 menu = rootmenu.list; in zconfdump()
729 if (menu->list) in zconfdump()
730 menu = menu->list; in zconfdump()
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/lxdialog/
H A Dchecklist.c122 WINDOW *dialog, *list; in dialog_checklist() local
170 list = subwin(dialog, list_height, list_width, y + box_y + 1, in dialog_checklist()
173 keypad(list, TRUE); in dialog_checklist()
196 print_item(list, i, i == choice); in dialog_checklist()
205 wnoutrefresh(list); in dialog_checklist()
227 print_item(list, 0, FALSE); in dialog_checklist()
228 scrollok(list, TRUE); in dialog_checklist()
229 wscrl(list, -1); in dialog_checklist()
230 scrollok(list, FALSE); in dialog_checklist()
234 print_item(list, 0, TRUE); in dialog_checklist()
[all …]
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dtipc_config.h321 static __inline__ void TLV_LIST_INIT(struct tlv_list_desc *list, in TLV_LIST_INIT() argument
324 list->tlv_ptr = (struct tlv_desc *)data; in TLV_LIST_INIT()
325 list->tlv_space = space; in TLV_LIST_INIT()
328 static __inline__ int TLV_LIST_EMPTY(struct tlv_list_desc *list) in TLV_LIST_EMPTY() argument
330 return (list->tlv_space == 0); in TLV_LIST_EMPTY()
333 static __inline__ int TLV_LIST_CHECK(struct tlv_list_desc *list, __u16 exp_type) in TLV_LIST_CHECK() argument
335 return TLV_CHECK(list->tlv_ptr, list->tlv_space, exp_type); in TLV_LIST_CHECK()
338 static __inline__ void *TLV_LIST_DATA(struct tlv_list_desc *list) in TLV_LIST_DATA() argument
340 return TLV_DATA(list->tlv_ptr); in TLV_LIST_DATA()
343 static __inline__ void TLV_LIST_STEP(struct tlv_list_desc *list) in TLV_LIST_STEP() argument
[all …]
/utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/
H A Dgenksyms.c69 static void print_list(FILE * f, struct string_list *list);
502 static void print_node(FILE * f, struct string_list *list) in print_node() argument
504 if (symbol_types[list->tag].n) { in print_node()
505 putc(symbol_types[list->tag].n, f); in print_node()
508 fputs(list->string, f); in print_node()
511 static void print_list(FILE * f, struct string_list *list) in print_list() argument
517 if (list == NULL) { in print_list()
522 tmp = list; in print_list()
530 (*tmp2--) = list; in print_list()
531 while ((list = list->next) != NULL) in print_list()
[all …]
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvList.h94 static __inline__ void __list_splice(struct list_head *list, in __list_splice() argument
97 struct list_head *first = list->next; in __list_splice()
98 struct list_head *last = list->prev; in __list_splice()
108 static __inline__ void list_splice(struct list_head *list, struct list_head *head) in list_splice() argument
110 if (!list_empty(list)) in list_splice()
111 __list_splice(list, head); in list_splice()
114 static __inline__ void list_splice_init(struct list_head *list, in list_splice_init() argument
117 if (!list_empty(list)) { in list_splice_init()
118 __list_splice(list, head); in list_splice_init()
119 INIT_LIST_HEAD(list); in list_splice_init()
/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Dlivetree.c54 struct property *chain_property(struct property *first, struct property *list) in chain_property() argument
58 first->next = list; in chain_property()
170 struct node *chain_node(struct node *first, struct node *list) in chain_node() argument
174 first->next_sibling = list; in chain_node()
218 struct reserve_info *list) in chain_reserve_entry() argument
222 first->next = list; in chain_reserve_entry()
226 struct reserve_info *add_reserve_entry(struct reserve_info *list, in add_reserve_entry() argument
233 if (! list) in add_reserve_entry()
236 for (last = list; last->next; last = last->next) in add_reserve_entry()
241 return list; in add_reserve_entry()
H A Ddtc.h171 struct property *chain_property(struct property *first, struct property *list);
176 struct node *chain_node(struct node *first, struct node *list);
210 struct reserve_info *list);
211 struct reserve_info *add_reserve_entry(struct reserve_info *list,
/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Dexport_report.pl29 my $list = $href->{$mod};
31 foreach my $sym (sort numerically @{$list}) {
157 foreach my $list (sort alphabetically values(%SYMBOL)) {
158 my ($module, $value, $symbol, $gpl) = @{$list};
177 my $list = $MODULE{$thismod};
181 foreach my $symbol (@{$list}) {
H A Dget_maintainer.pl1408 my @list = @$list_ref;
1417 foreach my $entry (@list) {
1440 foreach my $entry (@list) {
1543 if ($list[$i]->[1] =~ /^(maintainer|supporter)/i);
1548 if ($list[$i]->[1] =~ /^(author|commit|signer)/i);
1553 if ($list[$i]->[1] =~ /^(open list)/i);
1558 if ($list[$i]->[1] =~ /^(subscriber list)/i);
1677 foreach my $entry (@list) {
1679 push(@new_emailto, $list[$count]);
/utopia/UTPA2-700.0.x/projects/build/
H A DbspOneUtopia.dxyfile22 # http://www.gnu.org/software/libiconv for the list of possible encodings.
82 # in this list, if found as the leading text of the brief description, will be
83 # stripped from the text and the result after processing the whole list, is
116 # path before files name in the file list and in the header files. If set
124 # the path. The tag can be used to show relative paths in the file list.
197 # For instance, some of the names that are used will be different. The list
384 # will put a list of the files that are included by a file in the documentation
414 # If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be
416 # NO (the default), the class list will be sorted only by class name,
419 # Note: This option applies only to the class list, not to the
[all …]
H A Dbsp.dxyfile21 # http://www.gnu.org/software/libiconv for the list of possible encodings.
81 # in this list, if found as the leading text of the brief description, will be
82 # stripped from the text and the result after processing the whole list, is
115 # path before files name in the file list and in the header files. If set
123 # the path. The tag can be used to show relative paths in the file list.
196 # For instance, some of the names that are used will be different. The list
383 # will put a list of the files that are included by a file in the documentation
413 # If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be
415 # NO (the default), the class list will be sorted only by class name,
418 # Note: This option applies only to the class list, not to the
[all …]
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DMsOSmm.c50 struct list_head list; member
772 list_for_each_entry(mmaping_info_ptr,&mmaping_info_list,list) in MSOS_MMPool_MapVA()
827 ms_insert_list_after(&(mmaping_info_list), &(object->list)); in MSOS_MMPool_MapVA()
853 list_for_each_entry(mmaping_info_ptr,&mmaping_info_list,list) in MSOS_MMPool_UnmapVA()
869 list_remove(&mmaping_info_ptr->list); in MSOS_MMPool_UnmapVA()
1072 list_for_each_entry(mmaping_info_ptr,&mmaping_info_list,list) in MSOS_MMPool_MapVA()
1131 ms_insert_list_after(&(mmaping_info_list), &(object->list)); in MSOS_MMPool_MapVA()
1161 list_for_each_entry(mmaping_info_ptr,&mmaping_info_list,list) in MSOS_MMPool_UnmapVA()
1180 list_remove(&mmaping_info_ptr->list); in MSOS_MMPool_UnmapVA()
/utopia/UTPA2-700.0.x/modules/msos/utopia_core/linux_kernel/
H A Dutopia_adp.c23 struct list_head list; member
55 pKQueueNode = (KQueueNode *)list_entry((KQueue_head_list[module_ID].next),KQueueNode,list); in UADPKQueuePop()
92 list_add_tail(&pKQueueNode->list,&KQueue_head_list[module_ID]); in UADPKQueuePush()
95 pKQueueNode = (KQueueNode *)list_entry((KQueue_head_list[module_ID].next),KQueueNode,list); in UADPKQueuePush()
196 pKQueueNode=(KQueueNode *)list_entry(plist,KQueueNode, list); in UADPDeleteKQueue()
/utopia/UTPA2-700.0.x/modules/msos/msos/nos/
H A DMsOSmm.c34 struct list_head list; member
265 list_for_each_entry(mmaping_info_ptr,&mmaping_info_list,list) in MSOS_MMPool_MapVA()
320 ms_insert_list_after(&(mmaping_info_list), &(object->list)); in MSOS_MMPool_MapVA()
341 list_for_each_entry(mmaping_info_ptr,&mmaping_info_list,list) in MSOS_MMPool_UnmapVA()
345 list_remove(&mmaping_info_ptr->list); in MSOS_MMPool_UnmapVA()
/utopia/UTPA2-700.0.x/modules/msos/msos/nuttx/
H A DMsOSmm.c23 struct list_head list; member
269 list_for_each_entry(mmaping_info_ptr,&mmaping_info_list,list) in MSOS_MMPool_MapVA()
324 ms_insert_list_after(&(mmaping_info_list), &(object->list)); in MSOS_MMPool_MapVA()
343 list_for_each_entry(mmaping_info_ptr,&mmaping_info_list,list) in MSOS_MMPool_UnmapVA()
347 list_remove(&mmaping_info_ptr->list); in MSOS_MMPool_UnmapVA()
/utopia/UTPA2-700.0.x/modules/msos/msos/optee/
H A DMsOSmm.c44 struct list_head list; member
276 list_for_each_entry(mmaping_info_ptr,&mmaping_info_list,list) in MSOS_MMPool_MapVA()
330 ms_insert_list_after(&(mmaping_info_list), &(object->list)); in MSOS_MMPool_MapVA()
350 list_for_each_entry(mmaping_info_ptr,&mmaping_info_list,list) in MSOS_MMPool_UnmapVA()
354 list_remove(&mmaping_info_ptr->list); in MSOS_MMPool_UnmapVA()
/utopia/UTPA2-700.0.x/modules/msos/msos/ecos/
H A DMsOSmm.c27 struct list_head list; member
272 list_for_each_entry(mmaping_info_ptr,&mmaping_info_list,list) in MSOS_MMPool_MapVA()
327 ms_insert_list_after(&(mmaping_info_list), &(object->list)); in MSOS_MMPool_MapVA()
346 list_for_each_entry(mmaping_info_ptr,&mmaping_info_list,list) in MSOS_MMPool_UnmapVA()
350 list_remove(&mmaping_info_ptr->list); in MSOS_MMPool_UnmapVA()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/linux/
H A DdrvList.h163 list_empty( struct list_head *list ) in list_empty() argument
165 return ( list->next == list ); in list_empty()

12