Searched refs:nbytes (Results 176 - 200 of 232) sorted by relevance

12345678910

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A Dzutil.h95 void *_Cdecl farmalloc( unsigned long nbytes );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
H A Dzutil.h95 void *_Cdecl farmalloc( unsigned long nbytes );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m32r/kernel/
H A Dsys_m32r.c221 asmlinkage int sys_cachectl(char *addr, int nbytes, int op) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc/
H A Ddma.h80 int nbytes; /* Size of current transfer */ member in struct:sbus_dma
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68k/
H A Ddvma.h123 int nbytes; /* Size of current transfer */ member in struct:Linux_SBus_DMA
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dbcmutils.h847 extern uint8 BCMROMFN(hndcrc8)(uint8 *p, uint nbytes, uint8 crc);
848 extern uint16 BCMROMFN(hndcrc16)(uint8 *p, uint nbytes, uint16 crc);
849 extern uint32 BCMROMFN(hndcrc32)(uint8 *p, uint nbytes, uint32 crc);
898 extern int bcm_cmp_bytes(const uchar *arg1, const uchar *arg2, uint8 nbytes);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgpg-error-1.10/src/
H A Dw32-gettext.c1317 size_t nbytes;
1323 nbytes = (size_t)(n+1) * sizeof(*result);
1324 if (nbytes / sizeof(*result) != (n+1))
1329 result = jnlib_malloc (nbytes);
1313 size_t nbytes; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/fuse/
H A Ddir.c830 static int parse_dirfile(char *buf, size_t nbytes, struct file *file, argument
833 while (nbytes >= FUSE_NAME_OFFSET) {
839 if (reclen > nbytes)
848 nbytes -= reclen;
858 size_t nbytes; local
880 nbytes = req->out.args[0].size;
884 err = parse_dirfile(page_address(page), nbytes, file, dstbuf,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_dir2_sf.c441 int nbytes; /* temp for byte copies */ local
491 nbytes = (int)((char *)oldsfep - (char *)oldsfp);
492 memcpy(sfp, oldsfp, nbytes);
493 sfep = (xfs_dir2_sf_entry_t *)((char *)sfp + nbytes);
512 memcpy(sfep, oldsfep, old_isize - nbytes);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dbcmutils.c2608 uint nbytes, /* number of input data bytes to process */
2615 while (nbytes-- > 0)
2681 uint nbytes, /* number of input data bytes to process */
2685 while (nbytes-- > 0)
2762 BCMROMFN(hndcrc32)(uint8 *pdata, uint nbytes, uint32 crc) argument
2769 if (nbytes > 3) {
2772 nbytes -= (pend - pdata);
2777 if (nbytes > 3) {
2779 pend = pdata + (nbytes & ~0x3);
2791 pend = pdata + (nbytes
2606 hndcrc8( uint8 *pdata, uint nbytes, uint8 crc ) argument
2679 hndcrc16( uint8 *pdata, uint nbytes, uint16 crc ) argument
3030 prhex(const char *msg, uchar *buf, uint nbytes) argument
3351 bcm_cmp_bytes(const uchar *arg1, const uchar *arg2, uint8 nbytes) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dsx.c1442 int nbytes, offset; local
1515 get_user(nbytes, descr++);
1518 while (nbytes && data) {
1519 for (i = 0; i < nbytes; i += SX_CHUNK_SIZE) {
1521 (i + SX_CHUNK_SIZE > nbytes) ?
1522 nbytes - i : SX_CHUNK_SIZE)) {
1527 (i + SX_CHUNK_SIZE > nbytes) ?
1528 nbytes - i : SX_CHUNK_SIZE);
1531 get_user(nbytes, descr++);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_cam.c2799 u_int32_t len, nbytes; local
2809 nbytes = __db_partsize(oldrec->size, partial);
2810 newrec->size = nbytes;
2812 if ((ret = __os_malloc(env, nbytes, &buf)) != 0)
2819 0, nbytes);
2848 __db_partsize(nbytes, data)
2849 u_int32_t nbytes;
2864 * size is the oldsize (nbytes) minus the bytes we are replacing (dlen)
2867 if (nbytes < data->doff + data->dlen) /* Case 1 */
2870 return (nbytes
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/mm/
H A Dsun4c.c140 unsigned long nbytes = SUN4C_VAC_SIZE; local
162 : "=&r" (nbytes)
163 : "0" (nbytes), "r" (lsize), "i" (ASI_FLUSHCTX)
171 unsigned long nbytes = SUN4C_VAC_SIZE; local
194 : "=&r" (addr), "=&r" (nbytes), "=&r" (lsize)
195 : "0" (addr), "1" (nbytes), "2" (lsize),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/intelfb/
H A Dintelfbhw.c1688 int nbytes, ndwords, pad, tmp; local
1698 nbytes = ROUND_UP_TO(w, 16) / 8;
1701 nbytes = nbytes * h;
1707 if (nbytes > MAX_MONO_IMM_SIZE)
1711 ndwords = ROUND_UP_TO(nbytes, 4) / 4;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/cifs/
H A Dcifssmb.c1279 const __u64 lseek, unsigned int *nbytes, char **buf,
1296 *nbytes = 0;
1338 *nbytes = data_length;
1345 *nbytes = 0;
1382 const __u64 offset, unsigned int *nbytes, const char *buf,
1470 *nbytes = 0;
1472 *nbytes = le16_to_cpu(pSMBr->CountHigh);
1473 *nbytes = (*nbytes) << 16;
1474 *nbytes
1277 CIFSSMBRead(const int xid, struct cifsTconInfo *tcon, const int netfid, const unsigned int count, const __u64 lseek, unsigned int *nbytes, char **buf, int * pbuf_type) argument
1380 CIFSSMBWrite(const int xid, struct cifsTconInfo *tcon, const int netfid, const unsigned int count, const __u64 offset, unsigned int *nbytes, const char *buf, const char __user * ubuf, const int long_op) argument
1486 CIFSSMBWrite2(const int xid, struct cifsTconInfo *tcon, const int netfid, const unsigned int count, const __u64 offset, unsigned int *nbytes, struct kvec *iov, int n_vec, const int long_op) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/host/
H A Duhci-debug.c548 size_t nbytes, loff_t *ppos)
551 return simple_read_from_buffer(buf, nbytes, ppos, up->data, up->size);
547 uhci_debug_read(struct file *file, char __user *buf, size_t nbytes, loff_t *ppos) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfs/
H A Dcallback_xdr.c54 static __be32 *read_buf(struct xdr_stream *xdr, int nbytes) argument
58 p = xdr_inline_decode(xdr, nbytes);
H A Dnfs4xdr.c465 #define WRITEMEM(ptr,nbytes) do { \
466 p = xdr_encode_opaque_fixed(p, ptr, nbytes); \
469 #define RESERVE_SPACE(nbytes) do { \
470 p = xdr_reserve_space(xdr, nbytes); \
471 if (!p) printk("RESERVE_SPACE(%d) failed in function %s\n", (int) (nbytes), __FUNCTION__); \
2075 #define COPYMEM(x,nbytes) do { \
2076 memcpy((x), p, nbytes); \
2077 p += XDR_QUADLEN(nbytes); \
2080 #define READ_BUF(nbytes) do { \
2081 p = xdr_inline_decode(xdr, nbytes); \
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Dcryptd.c94 err = crypt(&desc, req->dst, req->src, req->nbytes);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dpata_pdc202xx_old.c168 len = qc->nbytes / 2;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsgl-cat.c574 size_t nbytes; local
580 nbytes = (i + 1) * sizeof (struct altstr);
581 tmp->alternative = xrealloc (tmp->alternative, nbytes);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/sn/pci/
H A Dtioce_provider.c364 map->nbytes = nates * pagesize;
489 last = map->pci_start + map->nbytes - 1;
566 last = map->ct_start + map->nbytes - 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dmempolicy.c807 const int nbytes = BITS_TO_LONGS(MAX_NUMNODES) * sizeof(long); local
809 if (copy > nbytes) {
812 if (clear_user((char __user *)mask + nbytes, copy - nbytes))
814 copy = nbytes;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dtcp_ipv4.c1039 unsigned int nbytes = 0; local
1064 nbytes += sizeof(*bp);
1072 nbytes += sizeof(struct tcphdr);
1079 nbytes += data_len;
1086 nbytes += key->keylen;
1092 err = crypto_hash_update(desc, sg, nbytes);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dtcp_ipv6.c755 unsigned int nbytes = 0; local
772 nbytes += sizeof(*bp);
778 nbytes += sizeof(*th);
785 nbytes += data_len;
790 nbytes += key->keylen;
798 err = crypto_hash_update(desc, sg, nbytes);

Completed in 404 milliseconds

12345678910