Searched refs:head (Results 76 - 100 of 991) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/bgpd/
H A Dbgp_filter.c36 struct as_list *head; member in struct:as_list_list
84 struct as_filter *head; member in struct:as_list
141 for (asfilter = aslist->head; asfilter; asfilter = asfilter->next)
156 aslist->head = asfilter;
169 for (aslist = as_list_master.num.head; aslist; aslist = aslist->next)
173 for (aslist = as_list_master.str.head; aslist; aslist = aslist->next)
229 for (point = list->head; point; point = point->next)
241 for (point = list->head; point; point = point->next)
247 if (list->head == NULL)
249 list->head
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/isdn/
H A Dcapilli.h106 void capilib_new_ncci(struct list_head *head, u16 applid, u32 ncci, u32 winsize);
107 void capilib_free_ncci(struct list_head *head, u16 applid, u32 ncci);
108 void capilib_release_appl(struct list_head *head, u16 applid);
109 void capilib_release(struct list_head *head);
110 void capilib_data_b3_conf(struct list_head *head, u16 applid, u32 ncci, u16 msgid);
111 u16 capilib_data_b3_req(struct list_head *head, u16 applid, u32 ncci, u16 msgid);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dnfs_page.h74 extern int nfs_scan_list(struct nfs_inode *nfsi, struct list_head *head, struct list_head *dst,
115 * @head: head of list into which to insert the request.
118 nfs_list_add_request(struct nfs_page *req, struct list_head *head) argument
120 list_add_tail(&req->wb_list, head);
121 req->wb_list_head = head;
139 nfs_list_entry(struct list_head *head) argument
141 return list_entry(head, struct nfs_page, wb_list);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/blkid/
H A Dtag.c85 * We return the head tag for this tag type.
89 blkid_tag head = NULL, tmp; local
99 printf(" found cache tag head %s\n", type));
100 head = tmp;
104 return head;
115 blkid_tag t = 0, head = 0; local
145 head = blkid_find_head_cache(dev->bid_cache,
147 if (!head) {
148 head = blkid_new_tag();
149 if (!head)
295 blkid_tag head; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/joystick/iforce/
H A Diforce-packets.c57 int head, tail; local
61 * Update head and tail of xmit buffer
65 head = iforce->xmit.head;
69 if (CIRC_SPACE(head, tail, XMIT_SIZE) < n+2) {
75 empty = head == tail;
76 XMIT_INC(iforce->xmit.head, n+2);
81 iforce->xmit.buf[head] = HI(cmd);
82 XMIT_INC(head, 1);
83 iforce->xmit.buf[head]
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/arm/
H A Dqueue.c64 INIT_LIST_HEAD(&queue->head);
69 * host-available list head, and we wouldn't
92 if (!list_empty(&queue->head))
99 * Function: int __queue_add(Queue_t *queue, struct scsi_cmnd *SCpnt, int head)
100 * Purpose : Add a new command onto a queue, adding REQUEST_SENSE to head.
103 * head - add command to head of queue
106 int __queue_add(Queue_t *queue, struct scsi_cmnd *SCpnt, int head) argument
126 if (head)
127 list_add(l, &queue->head);
[all...]
H A Dqueue.h14 struct list_head head; member in struct:__anon6483
57 * Function: int __queue_add(Queue_t *queue, struct scsi_cmnd *SCpnt, int head)
61 * head - add command to head of queue
64 extern int __queue_add(Queue_t *queue, struct scsi_cmnd *SCpnt, int head);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus/
H A Dbtree.c23 struct hfs_btree_header_rec *head; local
46 head = (struct hfs_btree_header_rec *)(kmap(page) + sizeof(struct hfs_bnode_desc));
47 tree->root = be32_to_cpu(head->root);
48 tree->leaf_count = be32_to_cpu(head->leaf_count);
49 tree->leaf_head = be32_to_cpu(head->leaf_head);
50 tree->leaf_tail = be32_to_cpu(head->leaf_tail);
51 tree->node_count = be32_to_cpu(head->node_count);
52 tree->free_nodes = be32_to_cpu(head->free_nodes);
53 tree->attributes = be32_to_cpu(head->attributes);
54 tree->node_size = be16_to_cpu(head
119 struct hfs_btree_header_rec *head; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus_journal/
H A Dbtree.c23 struct hfs_btree_header_rec *head; local
50 head = (struct hfs_btree_header_rec *)(kmap(page) + sizeof(struct hfs_bnode_desc));
51 tree->root = be32_to_cpu(head->root);
52 tree->leaf_count = be32_to_cpu(head->leaf_count);
53 tree->leaf_head = be32_to_cpu(head->leaf_head);
54 tree->leaf_tail = be32_to_cpu(head->leaf_tail);
55 tree->node_count = be32_to_cpu(head->node_count);
56 tree->free_nodes = be32_to_cpu(head->free_nodes);
57 tree->attributes = be32_to_cpu(head->attributes);
58 tree->node_size = be16_to_cpu(head
125 struct hfs_btree_header_rec *head; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/kernel/
H A DMakefile6 extra-y := head.o
8 extra-y := sun3-head.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/gigaset/
H A Dasyncdata.c333 unsigned tail, head, numbytes; local
337 head = atomic_read(&inbuf->head);
339 gig_dbg(DEBUG_INTR, "buffer state: %u -> %u", head, tail);
341 if (head != tail) {
343 src = inbuf->data + head;
344 numbytes = (head > tail ? RBUFSIZE : tail) - head;
409 if (head > tail) {
410 head
438 HDLC_Encode(struct sk_buff *skb, int head, int tail) argument
512 iraw_encode(struct sk_buff *skb, int head, int tail) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfs/
H A Dbtree.c20 struct hfs_btree_header_rec *head; local
67 head = (struct hfs_btree_header_rec *)(kmap(page) + sizeof(struct hfs_bnode_desc));
68 tree->root = be32_to_cpu(head->root);
69 tree->leaf_count = be32_to_cpu(head->leaf_count);
70 tree->leaf_head = be32_to_cpu(head->leaf_head);
71 tree->leaf_tail = be32_to_cpu(head->leaf_tail);
72 tree->node_count = be32_to_cpu(head->node_count);
73 tree->free_nodes = be32_to_cpu(head->free_nodes);
74 tree->attributes = be32_to_cpu(head->attributes);
75 tree->node_size = be16_to_cpu(head
125 struct hfs_btree_header_rec *head; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/
H A Dautogen.sh19 if test `$i --version | head -n 1 | cut -d. -f 2 | tr -d [:alpha:]` -ge 53; then
33 if test `$i --version | head -n 1 | cut -d. -f 2 | tr -d [:alpha:]` -ge 53; then
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dllist.h38 struct curl_llist_element *head; member in struct:curl_llist
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/bluetooth/
H A Dhci_usb.h51 struct list_head head; member in struct:_urb_queue
70 INIT_LIST_HEAD(&q->head);
78 list_add(&_urb->list, &q->head); _urb->queue = q;
86 list_add_tail(&_urb->list, &q->head); _urb->queue = q;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/lib/
H A Dfilter.h55 struct filter *head; member in struct:access_list
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/lasat/image/
H A Dhead.S1 #include <asm/lasat/head.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/gfs2/
H A Dmeta_io.h22 static inline void gfs2_buffer_clear_tail(struct buffer_head *bh, int head) argument
24 BUG_ON(head > bh->b_size);
25 memset(bh->b_data + head, 0, bh->b_size - head);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/
H A Dupnpreplyparse.h23 LIST_HEAD(listhead, NameValue) head; member in struct:NameValueParserData
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/
H A Dupnpreplyparse.h45 LIST_HEAD(listhead, NameValue) head; member in struct:NameValueParserData
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/
H A Dupnpreplyparse.h23 LIST_HEAD(listhead, NameValue) head; member in struct:NameValueParserData
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sunrpc/auth_gss/
H A Dgss_krb5_wrap.c33 iov = &buf->head[0];
47 if (len <= buf->head[0].iov_len) {
48 pad = *(u8 *)(buf->head[0].iov_base + len - 1);
49 if (pad > buf->head[0].iov_len)
51 buf->head[0].iov_len -= pad;
54 len -= buf->head[0].iov_len;
97 /* Assumptions: the head and tail of inbuf are ours to play with.
128 ptr = buf->head[0].iov_base + offset;
130 memmove(ptr + headlen, ptr, buf->head[0].iov_len - offset);
131 buf->head[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/capi/
H A Dcapilib.c79 void capilib_new_ncci(struct list_head *head, u16 applid, u32 ncci, u32 winsize) argument
97 list_add_tail(&np->list, head);
103 void capilib_free_ncci(struct list_head *head, u16 applid, u32 ncci) argument
108 list_for_each(l, head) {
124 void capilib_release_appl(struct list_head *head, u16 applid) argument
129 list_for_each_safe(l, n, head) {
141 void capilib_release(struct list_head *head) argument
146 list_for_each_safe(l, n, head) {
156 u16 capilib_data_b3_req(struct list_head *head, u16 applid, u32 ncci, u16 msgid) argument
161 list_for_each(l, head) {
179 capilib_data_b3_conf(struct list_head *head, u16 applid, u32 ncci, u16 msgid) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dpci_sun4v.h53 unsigned long *head);
56 unsigned long head);
59 unsigned long *head);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/boot/compressed/
H A DMakefile12 OBJECTS = $(target)/head.o $(target)/misc.o
29 $(target)/head.o: $(src)/head.S

Completed in 239 milliseconds

1234567891011>>