Searched refs:list (Results 151 - 175 of 859) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/router/libusb/
H A DMakefile.in372 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
382 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
390 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
403 @list='$(bin_SCRIPTS)'; for p in $$list; do \
414 @list='$(bin_SCRIPTS)'; for p in $$list; d
[all...]
H A DMakefile374 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
384 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
392 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
405 @list='$(bin_SCRIPTS)'; for p in $$list; do \
416 @list='$(bin_SCRIPTS)'; for p in $$list; d
691 list='$(SUBDIRS)'; for subdir in $$list; do \\ macro
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Dn_hdlc.c166 N_HDLC_BUF_LIST tx_buf_list; /* list of pending transmit frame buffers */
167 N_HDLC_BUF_LIST rx_buf_list; /* list of received frame buffers */
168 N_HDLC_BUF_LIST tx_free_buf_list; /* list unused transmit frame buffers */
169 N_HDLC_BUF_LIST rx_free_buf_list; /* list unused received frame buffers */
173 * HDLC buffer list manipulation functions
175 void n_hdlc_buf_list_init(N_HDLC_BUF_LIST *list);
176 void n_hdlc_buf_put(N_HDLC_BUF_LIST *list,N_HDLC_BUF *buf);
177 N_HDLC_BUF* n_hdlc_buf_get(N_HDLC_BUF_LIST *list);
366 * send frames on pending send buffer list until the
369 * send buffer list an
908 n_hdlc_buf_list_init(N_HDLC_BUF_LIST *list) argument
925 n_hdlc_buf_put(N_HDLC_BUF_LIST *list,N_HDLC_BUF *buf) argument
955 n_hdlc_buf_get(N_HDLC_BUF_LIST *list) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/common/
H A Dlpstat.c28 * lpstat [-d] [-r] [-R] [-s] [-t] [-a [list
29 * ] ] [-c [list] ] [-f [list] [-l] ] [-o [
30 * list] ] [-p [list] [-D] [-l] ] [-S [list
31 * ] [-l] ] [-u [login- ID -list ] ] [-v [list]
146 options.list[i] = options.list[
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/sched/
H A Dsch_generic.c282 struct sk_buff_head *list; local
284 list = ((struct sk_buff_head*)qdisc->data) +
287 if (list->qlen <= qdisc->dev->tx_queue_len) {
288 __skb_queue_tail(list, skb);
301 struct sk_buff_head *list = ((struct sk_buff_head*)qdisc->data); local
304 for (prio = 0; prio < 3; prio++, list++) {
305 skb = __skb_dequeue(list);
317 struct sk_buff_head *list; local
319 list = ((struct sk_buff_head*)qdisc->data) +
322 __skb_queue_head(list, sk
331 struct sk_buff_head *list = ((struct sk_buff_head*)qdisc->data); local
341 struct sk_buff_head *list; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/mac/
H A Dmacints.c232 /* Initialize the IRQ handler lists. Initially each list is empty, */
275 static inline void mac_insert_irq(irq_node_t **list, irq_node_t *node) argument
287 cur = *list;
292 list = &cur->next;
297 list = &cur->next;
302 list = &cur->next;
308 *list = node;
313 static inline void mac_delete_irq(irq_node_t **list, void *dev_id) argument
321 for (node = *list; node; list
[all...]
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/blkid/
H A DMakefile433 $(top_builddir)/lib/blkid/blkid_types.h $(srcdir)/list.h
435 $(top_builddir)/lib/blkid/blkid_types.h $(srcdir)/list.h
437 $(top_builddir)/lib/blkid/blkid_types.h $(srcdir)/list.h
439 $(top_builddir)/lib/blkid/blkid_types.h $(srcdir)/list.h
441 $(top_builddir)/lib/blkid/blkid_types.h $(srcdir)/list.h
443 $(top_builddir)/lib/blkid/blkid_types.h $(srcdir)/list.h
445 $(top_builddir)/lib/blkid/blkid_types.h $(srcdir)/list.h \
448 $(top_builddir)/lib/blkid/blkid_types.h $(srcdir)/list.h \
451 $(top_builddir)/lib/blkid/blkid_types.h $(srcdir)/list.h
453 $(top_builddir)/lib/blkid/blkid_types.h $(srcdir)/list
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/kernel/
H A Drtas.c64 va_list list; local
74 va_start(list, nret);
76 rtas->args[i] = (rtas_arg_t)LONG_LSW(va_arg(list, ulong));
77 va_end(list);
129 va_list list; local
146 va_start(list, outputs);
148 rtas_args->args[i] = (rtas_arg_t)LONG_LSW(va_arg(list, ulong));
151 va_end(list);
189 /* NOTE: the "first" block list is a global var with no data
197 printk(KERN_ALERT "FLASH: kernel bug...flash list heade
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/netfilter_ipv4/
H A Dip_nat.h82 #include <linux/list.h>
91 struct list_head list; member in struct:ip_nat_hash
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/netfilter_ipv4/
H A Dip_nat.h82 #include <linux/list.h>
91 struct list_head list; member in struct:ip_nat_hash
/asus-wl-520gu-7.0.1.45/src/router/samba/packaging/Solaris/
H A Dmakepkg.sh82 list=`find docs/htmldocs -type d | grep -v "/CVS$"`
83 for docdir in $list
90 list=`find docs/htmldocs -type f | grep -v /CVS/`
91 for htmldoc in $list
103 list=`find swat -type d | grep -v "/CVS$"`
104 for i in $list
108 list=`find swat -type f | grep -v /CVS/`
109 for i in $list
H A Dmakepkg.sh.tmpl82 list=`find docs/htmldocs -type d | grep -v "/CVS$"`
83 for docdir in $list
90 list=`find docs/htmldocs -type f | grep -v /CVS/`
91 for htmldoc in $list
103 list=`find swat -type d | grep -v "/CVS$"`
104 for i in $list
108 list=`find swat -type f | grep -v /CVS/`
109 for i in $list
/asus-wl-520gu-7.0.1.45/src/router/samba/source/tdb/
H A Dspinlock.c368 /* lock a list in the database. list -1 is the alloc list */
369 int tdb_spinlock(TDB_CONTEXT *tdb, int list, int rw_type) argument
378 __read_lock(&rwlocks[list+1]);
382 __write_lock(&rwlocks[list+1]);
392 int tdb_spinunlock(TDB_CONTEXT *tdb, int list, int rw_type) argument
401 __read_unlock(&rwlocks[list+1]);
405 __write_unlock(&rwlocks[list+1]);
458 int tdb_spinlock(TDB_CONTEXT *tdb, int list, in argument
459 tdb_spinunlock(TDB_CONTEXT *tdb, int list, int rw_type) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/ixml/src/inc/
H A Dixmlparser.h10 // this list of conditions and the following disclaimer.
12 // this list of conditions and the following disclaimer in the documentation
107 void ixmlNode_getElementsByTagName( IXML_Node *n, char *tagname, IXML_NodeList **list);
109 void ixmlNode_getElementsByTagNameNS( IN IXML_Node * n, IN char *namespaceURI, IN char *localName,OUT IXML_NodeList ** list );
/asus-wl-520gu-7.0.1.45/src/router/libusb/tests/
H A Ddriver_name.cpp23 list<USB::Bus *>::const_iterator biter;
25 list<USB::Device *>::const_iterator diter;
H A Dfind_mice.cpp21 list<USB::Device *> miceFound;
22 list<USB::Device *>::const_iterator iter;
H A Dget_resolution.cpp22 list<USB::Device *> miceFound;
23 list<USB::Device *>::const_iterator iter;
H A Dhub_strings.cpp19 list<USB::Device *> hubList;
20 list<USB::Device *>::const_iterator iter;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dwait.h14 #include <linux/list.h>
110 #define WQ_CHECK_LIST_HEAD(list) \
112 if (!(list)->next || !(list)->prev) \
123 #define WQ_CHECK_LIST_HEAD(list)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dwait.h14 #include <linux/list.h>
110 #define WQ_CHECK_LIST_HEAD(list) \
112 if (!(list)->next || !(list)->prev) \
123 #define WQ_CHECK_LIST_HEAD(list)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/au1000/common/
H A Dusbdev.c42 #include <linux/list.h>
221 * Link a packet to the tail of the enpoint's packet list.
225 link_tail(endpoint_t * ep, pkt_list_t * list, usbdev_pkt_t * pkt) argument
227 if (!list->tail) {
228 list->head = list->tail = pkt;
229 list->count = 1;
231 list->tail->next = pkt;
232 list->tail = pkt;
233 list
243 unlink_head(pkt_list_t * list) argument
267 add_packet(endpoint_t * ep, pkt_list_t * list, int size) argument
283 free_packet(pkt_list_t * list) argument
290 flush_pkt_list(pkt_list_t * list) argument
478 pkt_list_t *list; local
1201 pkt_list_t *list; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/bluetooth/
H A Dhci_core.h51 struct inquiry_entry *list; member in struct:inquiry_cache
55 struct list_head list; member in struct:conn_hash
61 struct list_head list; member in struct:hci_dev
123 struct list_head list; member in struct:hci_conn
167 c->list = NULL;
205 INIT_LIST_HEAD(&h->list);
213 list_add(&c->list, &h->list);
220 list_del(&c->list);
231 list_for_each(p, &h->list) {
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/bluetooth/
H A Dhci_core.h51 struct inquiry_entry *list; member in struct:inquiry_cache
55 struct list_head list; member in struct:conn_hash
61 struct list_head list; member in struct:hci_dev
123 struct list_head list; member in struct:hci_conn
167 c->list = NULL;
205 INIT_LIST_HEAD(&h->list);
213 list_add(&c->list, &h->list);
220 list_del(&c->list);
231 list_for_each(p, &h->list) {
[all...]
/asus-wl-520gu-7.0.1.45/src/router/shared/
H A Dshutils.c106 * Concatenates NULL-terminated list of arguments into a single
108 * @param argv argument list
195 * Concatenates NULL-terminated list of arguments into a single
197 * @param argv argument list
449 * @return list of interfaces belonging to the bridge or NULL
588 Remove the specified word from the list.
590 @param name word to be removed from the list
591 @param list Space separated list to modify
592 @param listsize Max size the list ca
596 remove_from_list( char *name, char *list, int listsize ) argument
649 add_to_list( char *name, char *list, int listsize ) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/radius/radiusclient/login.radius/
H A DMakefile.in126 @list='$(sbin_SCRIPTS)'; for p in $$list; do \
138 list='$(sbin_SCRIPTS)'; for p in $$list; do \
155 list='$(SUBDIRS)'; for subdir in $$list; do \
165 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
175 list='$(SUBDIRS)'; for subdir in $$list; d
[all...]

Completed in 223 milliseconds

1234567891011>>