Searched refs:list (Results 1 - 25 of 859) sorted by path

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/cfe/cfe/dev/
H A Ddev_ide_pci.c24 * and retain this copyright notice and list of conditions
201 * pciidedrv_find(devid,list)
203 * Find a particular product ID on the list. Return >= 0 if
208 * list - list of product and device IDs we're looking for
213 static int pciidedrv_find(uint32_t devid,uint32_t *list) argument
217 while (list[idx] != 0xFFFFFFFF) {
218 if (list[idx] == devid) return idx;
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/hosttools/
H A Dmakereg.c27 * and retain this copyright notice and list of conditions
106 int assoc(CONS *list,char *str) argument
108 while (list->str) {
109 if (strcmp(list->str,str) == 0) return list->num;
110 list++;
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/include/
H A Dlib_string.h23 * and retain this copyright notice and list of conditions
71 int lib_lookup(const cons_t *list,char *str);
72 int lib_setoptions(const cons_t *list,char *str,unsigned int *flags);
H A Dui_command.h24 * and retain this copyright notice and list of conditions
74 queue_t list; member in struct:ui_command_s
137 void cmd_free_tokens(queue_t *list);
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/lib/
H A Dlib_misc.c23 * and retain this copyright notice and list of conditions
110 * lib_lookup(list,str)
112 * Look up an element on a {string,value} list.
115 * list - list to search
116 * str - string to find on the list
123 int lib_lookup(const cons_t *list,char *str) argument
125 while (list->str) {
126 if (lib_strcmp(list->str,str) == 0) return list
147 lib_findinlist(const cons_t *list,char *str) argument
179 lib_setoptions(const cons_t *list,char *str,unsigned int *flags) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/main/
H A Dcfe.mk60 # Construct the list of paths that will eventually become the include
155 # Macros that expand to the list of arch-independent files
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/ui/
H A Dui_command.c24 * and retain this copyright notice and list of conditions
262 static cmdtab_t *cmd_findword(cmdtab_t *list,char *cmdword) argument
264 while (list) {
265 if (strcmp(cmdword,list->cmdword) == 0) return list;
266 list = list->sibling;
335 cmdtab_t **list = &cmd_root; local
347 cmd = cmd_findword(*list,&(t->token));
353 cmd->sibling = *list;
954 cmd_free_tokens(queue_t *list) argument
[all...]
H A Dui_netcmds.c23 * and retain this copyright notice and list of conditions
387 static int ui_ifconfig_lookup(char *name,char *val,const netparam_t *list) argument
389 const netparam_t *p = list;
398 p = list;
H A Dui_test_ether.c23 * and retain this copyright notice and list of conditions
99 static int ui_ifconfig_lookup(char *name,char *val,const netparam_t *list) argument
101 const netparam_t *p = list;
110 p = list;
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/usb/
H A Dusbdevs.c25 * and retain this copyright notice and list of conditions
66 * The list of drivers we support. If you add more drivers,
67 * list them here.
138 usb_drvlist_t *list; local
154 list = usb_drivers;
155 while (list->udl_disp) {
156 if (((list->udl_class == dclass) || (list->udl_class == CLASS_ANY)) &&
157 ((list->udl_vendor == vendor) || (list
[all...]
/asus-wl-520gu-7.0.1.45/src/include/
H A Dbcmutils.h294 * when ever a new error code is added to this list
580 void *list[PKTLIST_SIZE]; /* List of pointers to packets */ member in struct:__anon194
H A Dlinuxver.h349 INIT_LIST_HEAD(&(_tq)->list); \
/asus-wl-520gu-7.0.1.45/src/include/proto/
H A Dwpa.h86 /* WPA unicast suite list/key management suite list */
93 wpa_suite_t list[1]; member in struct:__anon224
103 wpa_pmkid_t list[1]; member in struct:__anon226
/asus-wl-520gu-7.0.1.45/src/linux/linux/Documentation/cdrom/
H A Dcdrom-standard.tex39 The large list of hardware devices available for the many platforms
221 The device operations structure, $cdrom_device_ops$, contains a list
226 list may need to be expanded from time to time as new technologies are
299 Using this $struct$, a linked list of the registered minor devices is
788 active. $Register_cdrom()$ builds a linked list from these.
793 the minor device from the list. If it was the last registered minor for
979 make the entry $NULL$. At the entry $capability$ you should list all
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/math-emu/
H A DMakefile14 list-multi := math-emu.o
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/mm/
H A Dnuma.c327 list_add(&p->list, &x);
332 list_add(&p->list, &xx);
336 p = list_entry(x.next, struct page, list);
343 p = list_entry(xx.next, struct page, list);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/boot/bootp/
H A Dinit.S38 * passed in via a param_struct or a tag list. We spot the param_struct
55 bne taglist @ ok, we have a tag list
58 * We didn't find a valid tag list - create one.
67 * find the end of the tag list, and then add an INITRD tag on the end.
77 mov r9, #0 @ end of tag list terminator
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/kernel/
H A Dsetup.c111 struct proc_info_list *list; local
114 * locate processor in the list of supported processor
118 for (list = &__proc_info_begin; list < &__proc_info_end ; list++)
119 if ((processor_id & list->cpu_mask) == list->cpu_val)
126 if (list >= &__proc_info_end) {
132 proc_info = *list->info;
135 processor = *list
152 struct machine_desc *list; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/mach-sa1100/
H A DMakefile89 list-multi += sa1100usb_core.o
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/nwfpe/
H A DMakefile15 list-multi := nwfpe.o
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/cris/drivers/
H A Dide.c716 /* set the end-of-list flag on the last descriptor */
728 const char **list; local
738 /* Consult the list of known "good" drives */
739 list = good_dma_drives;
740 while (*list) {
741 if (!strcmp(*list++,id->model)) {
H A Dusb-host.c21 #include <linux/list.h>
659 in = list_entry(entry, struct in_chunk, list);
950 /* Find end of list and add */
1133 /* If there are any more URB's in the list we'd better start sending */
1200 /* Find end of list and add */
1252 before the mandatory IN (status) token, hence the reordered SB list */
1580 list_add_tail(&in->list, &urb_priv->ep_in_list);
1678 /* If there are any more URB's in the list we'd better start sending */
1801 err("EPID_ATTN for epid %d, with NULL entry in list", epid);
1889 cause it reached end of list wit
[all...]
H A Dusb-host.h5 #include <linux/list.h>
85 struct list_head list; member in struct:in_chunk
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/boot/
H A Dsetup.S39 * from Ralf Brown interrupt list seem to indicate AX/BX should be used
303 # everything. We scan through this memory map and build a list
479 int $0x11 # int 0x11: equipment list
H A Dvideo.S28 /* Enable local mode list */
521 cmpw $ASK_VGA, %ax # End of the list?
960 mtab1: leaw modelist, %si # SI=mode list, DI=list end
1006 lgsw 0x20e(%di), %si # GS:SI=mode list
1010 # XXX: lodsw %gs:(%si), %ax # Get next mode in the list

Completed in 150 milliseconds

1234567891011>>