Searched refs:LIST (Results 1 - 13 of 13) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/library/cgi-lib/
H A Dlist-lib.h12 * is one pointer variable per linked list of type: LIST
51 }LIST; typedef in typeref:struct:list
57 CreateList - Allocates storage for a structure of type LIST and
64 LIST *CreateList (long n);
70 void DestroyList(LIST *List);
76 long GetCount(LIST *List);
102 int InsertEntry(LIST *List, void *Data, unsigned long Size, int(*function)(void *Data1, void *Data2));
115 entry_t *FindEntry(LIST *List, void *Data, int(*function)(void *Data1, void *Data2));
127 void *FindEntryData(LIST *List, void *Data, int(*function)(void *Data1, void *Data2));
141 int DeleteEntry(LIST *Lis
[all...]
H A Dcgi-lib.h109 LIST.
111 LIST *cgi_input_parse(void);
118 void list_print(LIST *head);
125 void list_clear(LIST *head);
131 long list_count(LIST *head);
144 int list_delete_entry(LIST *head, char *key, char *value);
155 int list_delete_key_multi(LIST *head, char *key);
166 int list_delete_val_multi(LIST *head, char *value);
174 char *find_val(LIST *head, char *key);
181 char *find_key(LIST *hea
[all...]
H A Dcgi-lib.c19 static LIST *parse_data_record(const char *data, LIST *head);
152 LIST.
154 LIST *cgi_input_parse(void)
158 LIST *head=NULL;
246 void list_print(LIST *head)
261 void list_clear(LIST *head)
274 long list_count(LIST *head)
294 int list_delete_entry(LIST *head, char *key, char *value)
321 int list_delete_key_multi(LIST *hea
[all...]
H A Dlist-lib.c32 CreateList - Allocates storage for a structure of type LIST and
39 LIST *CreateList (long n)
41 LIST *NewList;
43 NewList = (LIST *)malloc(sizeof(LIST));
61 void DestroyList(LIST *List)
107 long GetCount(LIST *List)
139 int InsertEntry(LIST *List, void *Data, unsigned long Size, int(*function)(void *Data1, void *Data2))
264 entry_t *FindEntry(LIST *List, void *Data, int(*function)(void *Data1, void *Data2))
307 void *FindEntryData(LIST *Lis
[all...]
/asus-wl-520gu-7.0.1.45/src/router/library/
H A Dlist-lib.h12 * is one pointer variable per linked list of type: LIST
51 }LIST; typedef in typeref:struct:list
57 CreateList - Allocates storage for a structure of type LIST and
64 LIST *CreateList (long n);
70 void DestroyList(LIST *List);
76 long GetCount(LIST *List);
102 int InsertEntry(LIST *List, void *Data, unsigned long Size, int(*function)(void *Data1, void *Data2));
115 entry_t *FindEntry(LIST *List, void *Data, int(*function)(void *Data1, void *Data2));
127 void *FindEntryData(LIST *List, void *Data, int(*function)(void *Data1, void *Data2));
141 int DeleteEntry(LIST *Lis
[all...]
H A Dcgi-lib.h109 LIST.
111 LIST *cgi_input_parse(void);
118 void list_print(LIST *head);
125 void list_clear(LIST *head);
131 long list_count(LIST *head);
144 int list_delete_entry(LIST *head, char *key, char *value);
155 int list_delete_key_multi(LIST *head, char *key);
166 int list_delete_val_multi(LIST *head, char *value);
174 char *find_val(LIST *head, char *key);
181 char *find_key(LIST *hea
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A DNCR5380.c106 #define LIST(x,y) {printk("LINE:%d Adding %p to %p\n", __LINE__, (void*)(x), (void*)(y)); if ((x)==(y)) udelay(5); } macro
109 #define LIST(x,y) macro
1035 LIST(cmd, hostdata->issue_queue);
1040 LIST(cmd, tmp);
1140 LIST(tmp, hostdata->issue_queue);
1163 LIST(tmp, hostdata->issue_queue);
2257 LIST(cmd, hostdata->issue_queue);
2295 LIST(cmd, hostdata->disconnected_queue);
H A Datari_NCR5380.c78 #define LIST(x,y) \ macro
86 #define LIST(x,y) macro
899 LIST(cmd, hostdata->issue_queue);
906 LIST(cmd, tmp);
1054 LIST(tmp, hostdata->issue_queue);
2083 LIST(cmd,hostdata->issue_queue);
2146 LIST(cmd,hostdata->disconnected_queue);
H A Dmac_NCR5380.c94 #define LIST(x,y) \ macro
102 #define LIST(x,y) macro
896 LIST(cmd, hostdata->issue_queue);
903 LIST(cmd, tmp);
1046 LIST(tmp, hostdata->issue_queue);
2190 LIST(cmd,hostdata->issue_queue);
2247 LIST(cmd,hostdata->disconnected_queue);
H A Dsun3_NCR5380.c80 #define LIST(x,y) \ macro
88 #define LIST(x,y) macro
888 LIST(cmd, hostdata->issue_queue);
895 LIST(cmd, tmp);
1039 LIST(tmp, hostdata->issue_queue);
2077 LIST(cmd,hostdata->issue_queue);
2134 LIST(cmd,hostdata->disconnected_queue);
H A DAM53C974.c86 #define LIST(x,y) {printk("LINE:%d Adding %p to %p\n", __LINE__, (void*)(x), (void*)(y)); if ((x)==(y)) udelay(5); } macro
90 #define LIST(x,y) macro
112 #define LIST(x,y) macro
934 LIST(cmd, hostdata->issue_queue);
940 LIST(cmd, tmp);
1236 LIST(hostdata->sel_cmd, hostdata->issue_queue);
1338 LIST(cmd, hostdata->disconnected_queue);
1810 LIST(cmd, hostdata->issue_queue);
2069 LIST(hostdata->sel_cmd, hostdata->issue_queue);
/asus-wl-520gu-7.0.1.45/src/router/www/asus/
H A Dmkweb130 LIST=`ls *.asp`
136 for i in $LIST; do
143 LIST=`ls *.js`
146 for i in $LIST; do
669 LIST=`cat ../notinNOFULLUSB`
671 LIST=`cat ../notin2MB`
675 for i in $LIST; do
/asus-wl-520gu-7.0.1.45/src/router/iproute2/doc/
H A Dip-cref.tex2499 ip monitor [ file FILE ] [ all | OBJECT-LIST ]
2501 \verb|OBJECT-LIST| is the list of object types that we want to monitor.

Completed in 92 milliseconds