Searched refs:nbyte (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dem_nbyte.c29 struct tcf_em_nbyte *nbyte = data; local
31 if (data_len < sizeof(*nbyte) ||
32 data_len < (sizeof(*nbyte) + nbyte->len))
35 em->datalen = sizeof(*nbyte) + nbyte->len;
46 struct nbyte_data *nbyte = (struct nbyte_data *) em->data; local
47 unsigned char *ptr = tcf_get_base_ptr(skb, nbyte->hdr.layer);
49 ptr += nbyte->hdr.off;
51 if (!tcf_valid_offset(skb, ptr, nbyte
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dbinfmt_elf.c108 unsigned long nbyte; local
110 nbyte = ELF_PAGEOFFSET(elf_bss);
111 if (nbyte) {
112 nbyte = ELF_MIN_ALIGN - nbyte;
113 if (clear_user((void __user *) elf_bss, nbyte))
822 unsigned long nbyte; local
833 nbyte = ELF_PAGEOFFSET(elf_bss);
834 if (nbyte) {
835 nbyte
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dirixelf.c170 unsigned long nbyte; local
172 nbyte = elf_bss & (PAGE_SIZE-1);
173 if (nbyte) {
174 nbyte = PAGE_SIZE - nbyte;
175 clear_user((void __user *) elf_bss, nbyte);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/zebra/
H A Dzserv.c1307 int nbyte;
1317 nbyte = stream_read (client->ibuf, sock, 3);
1318 if (nbyte <= 0)
1345 nbyte = stream_read (client->ibuf, sock, length);
1346 if (nbyte <= 0)
1303 int nbyte; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dbcmutils.h748 #define MAXNBVAL(nbyte) MAXBITVAL((nbyte) * 8)

Completed in 84 milliseconds