Searched refs:tail (Results 151 - 175 of 1883) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/core/seq/
H A Dseq_prioq.h31 struct snd_seq_event_cell *tail; /* pointer to tail of prioq */ member in struct:snd_seq_prioq
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sparc/boot/
H A Dpiggyback_64.c33 usage: piggyback vmlinux System.map tail, where tail is gzipped fs of the initial ramdisk */
47 int image, tail; local
104 if ((tail = open(argv[3],O_RDONLY)) < 0) die(argv[3]);
105 while ((i = read (tail,buffer,1024)) > 0)
108 if (close(tail) < 0) die("close");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/gpu/drm/i915/
H A Dintel_ringbuffer.h16 u32 tail; member in struct:intel_ring_buffer::ring_regs
27 unsigned int tail; member in struct:intel_ring_buffer
113 unsigned int *virt = ring->virtual_start + ring->tail;
115 ring->tail += 4;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/lib/
H A Dcpumask.c106 unsigned int tail; local
107 tail = BITS_TO_LONGS(NR_CPUS - nr_cpumask_bits) * sizeof(long);
108 memset(ptr + cpumask_size() - tail, 0, tail);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dbio.h377 * fast access to the tail.
381 struct bio *tail; member in struct:bio_list
391 bl->head = bl->tail = NULL;
412 if (bl->tail)
413 bl->tail->bi_next = bio;
417 bl->tail = bio;
426 if (!bl->tail)
427 bl->tail = bio;
435 if (bl->tail)
436 bl->tail
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sparc/boot/
H A Dpiggyback_64.c33 usage: piggyback vmlinux System.map tail, where tail is gzipped fs of the initial ramdisk */
47 int image, tail; local
104 if ((tail = open(argv[3],O_RDONLY)) < 0) die(argv[3]);
105 while ((i = read (tail,buffer,1024)) > 0)
108 if (close(tail) < 0) die("close");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/alpha/lib/
H A Dclear_user.S57 beq $1, $tail # .. e1 :
71 $tail:
72 bne $2, 1f # e1 : is there a tail to do?
86 and $1, 7, $2 # e1 : number of bytes in tail
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/arch/mips/board/swarm/src/
H A Dui_swarm.c84 extern void vgaraw_dump(char *tail);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/alpha/lib/
H A Dclear_user.S57 beq $1, $tail # .. e1 :
71 $tail:
72 bne $2, 1f # e1 : is there a tail to do?
86 and $1, 7, $2 # e1 : number of bytes in tail
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/9p/
H A Dvfs_dir.c47 * @tail: end offset of current dirread buffer
57 int tail; member in struct:p9_rdir
114 rdir->head = rdir->tail = 0;
157 if (rdir->tail == rdir->head) {
164 rdir->tail = err;
166 while (rdir->head < rdir->tail) {
169 rdir->tail - rdir->head, &st,
232 if (rdir->tail == rdir->head) {
239 rdir->tail = err;
242 while (rdir->head < rdir->tail) {
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/gdbserver/
H A Dinferiors.c47 if (list->tail != NULL)
48 list->tail->next = new_inferior;
51 list->tail = new_inferior;
77 if (list->head != list->tail)
92 if (list->tail == entry)
93 list->tail = list->head;
106 if (list->tail == entry)
107 list->tail = *cur;
310 do { (LIST)->head = (LIST)->tail = NULL; } while (0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/dnsmasq/src/
H A Ddomain.c40 char *tail, *pref; local
42 for (tail = name, pref = c->prefix; *tail != 0 && pref && *pref != 0; tail++, pref++)
45 unsigned int c2 = (unsigned char) *tail;
60 for (p = tail; *p; p++)
81 for (p = tail; *p; p++)
92 if (hostname_isequal(c->domain, p+1) && inet_pton(prot, tail, addr))
116 for (p = tail; *p; p++)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/dnsmasq/src/
H A Ddomain.c40 char *tail, *pref; local
42 for (tail = name, pref = c->prefix; *tail != 0 && pref && *pref != 0; tail++, pref++)
45 unsigned int c2 = (unsigned char) *tail;
60 for (p = tail; *p; p++)
81 for (p = tail; *p; p++)
92 if (hostname_isequal(c->domain, p+1) && inet_pton(prot, tail, addr))
116 for (p = tail; *p; p++)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/gdbserver/
H A Dinferiors.c47 if (list->tail != NULL)
48 list->tail->next = new_inferior;
51 list->tail = new_inferior;
77 if (list->head != list->tail)
92 if (list->tail == entry)
93 list->tail = list->head;
106 if (list->tail == entry)
107 list->tail = *cur;
310 do { (LIST)->head = (LIST)->tail = NULL; } while (0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/udpxy/
H A Drparse.c86 * @param tail buffer for tail (whatever is beyond options)
87 * @param tlen length of tail buffer
96 char* tail, size_t tlen)
126 /* look for '?' separating options from tail */
138 if (tail && tlen > 0) {
139 (void) strncpy(tail, s + i, tlen);
140 tail[tlen - 1] = '\0';
93 parse_param( const char* s, size_t slen, char* cmd, size_t clen, char* opt, size_t optlen, char* tail, size_t tlen) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iproute2/tc/
H A Df_basic.c41 struct rtattr *tail; local
58 tail = (struct rtattr*)(((void*)n)+NLMSG_ALIGN(n->nlmsg_len));
104 tail->rta_len = (((void*)n)+n->nlmsg_len) - (void*)tail;
H A Df_fw.c39 struct rtattr *tail; local
53 tail = NLMSG_TAIL(n);
101 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iproute2-3.x/tc/
H A Df_basic.c42 struct rtattr *tail; local
59 tail = (struct rtattr*)(((void*)n)+NLMSG_ALIGN(n->nlmsg_len));
105 tail->rta_len = (((void*)n)+n->nlmsg_len) - (void*)tail;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/gdbserver/
H A Dinferiors.c47 if (list->tail != NULL)
48 list->tail->next = new_inferior;
51 list->tail = new_inferior;
77 if (list->head != list->tail)
92 if (list->tail == entry)
93 list->tail = list->head;
106 if (list->tail == entry)
107 list->tail = *cur;
310 do { (LIST)->head = (LIST)->tail = NULL; } while (0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/dnsmasq/src/
H A Ddomain.c40 char *tail, *pref; local
42 for (tail = name, pref = c->prefix; *tail != 0 && pref && *pref != 0; tail++, pref++)
45 unsigned int c2 = (unsigned char) *tail;
60 for (p = tail; *p; p++)
81 for (p = tail; *p; p++)
92 if (hostname_isequal(c->domain, p+1) && inet_pton(prot, tail, addr))
116 for (p = tail; *p; p++)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/udpxy/
H A Drparse.c86 * @param tail buffer for tail (whatever is beyond options)
87 * @param tlen length of tail buffer
96 char* tail, size_t tlen)
126 /* look for '?' separating options from tail */
138 if (tail && tlen > 0) {
139 (void) strncpy(tail, s + i, tlen);
140 tail[tlen - 1] = '\0';
93 parse_param( const char* s, size_t slen, char* cmd, size_t clen, char* opt, size_t optlen, char* tail, size_t tlen) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iproute2/tc/
H A Df_basic.c41 struct rtattr *tail; local
58 tail = (struct rtattr*)(((void*)n)+NLMSG_ALIGN(n->nlmsg_len));
104 tail->rta_len = (((void*)n)+n->nlmsg_len) - (void*)tail;
H A Df_fw.c39 struct rtattr *tail; local
53 tail = NLMSG_TAIL(n);
101 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iproute2-3.x/tc/
H A Df_basic.c42 struct rtattr *tail; local
59 tail = (struct rtattr*)(((void*)n)+NLMSG_ALIGN(n->nlmsg_len));
105 tail->rta_len = (((void*)n)+n->nlmsg_len) - (void*)tail;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/s390/block/
H A Ddasd_eer.c92 int tail; member in struct:eerbuffer
106 if (eerb->head < eerb->tail)
107 return eerb->tail - eerb->head - 1;
108 return eerb->buffersize - eerb->head + eerb->tail -1;
118 if (eerb->head >= eerb->tail)
119 return eerb->head - eerb->tail;
120 return eerb->buffersize - eerb->tail + eerb->head;
167 tailindex = eerb->tail / PAGE_SIZE;
168 localtail = eerb->tail % PAGE_SIZE;
173 eerb->tail
[all...]

Completed in 264 milliseconds

1234567891011>>