Searched refs:nbytes (Results 151 - 175 of 232) sorted by relevance

12345678910

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/cifs/
H A Dcifsproto.h252 const __u64 lseek, unsigned int *nbytes, char **buf,
256 const __u64 lseek, unsigned int *nbytes,
261 const __u64 offset, unsigned int *nbytes,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dmpi.h132 byte *_gcry_mpi_get_buffer( gcry_mpi_t a, unsigned *nbytes, int *sign );
133 byte *_gcry_mpi_get_secure_buffer( gcry_mpi_t a, unsigned *nbytes, int *sign );
135 unsigned int nbytes, int sign );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dbinc_auto/
H A Ddb_auto.h14 u_int32_t nbytes; member in struct:___db_addrem_args
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Delgamal.c182 unsigned int nbits, nbytes; local
198 nbytes = (nbits+7)/8;
207 rndbuf = gcry_random_bytes_secure( nbytes, GCRY_STRONG_RANDOM );
220 _gcry_mpi_set_buffer( k, rndbuf, nbytes, 0 );
H A Dpubkey.c796 gcry_mpi_t value, size_t nbytes)
812 if (nframe > nbytes)
815 noff = (nframe < nbytes)? nbytes - nframe : 0;
1131 size_t dlen, nbytes, n; local
1146 nbytes = 0; /* Step 2. */
1148 while ( nbytes < outlen )
1165 n = (outlen - nbytes < dlen)? (outlen - nbytes) : dlen;
1166 memcpy (output+nbytes, diges
795 octet_string_from_mpi(unsigned char **r_frame, void *space, gcry_mpi_t value, size_t nbytes) argument
3980 gcry_pk_algo_info(int algorithm, int what, void *buffer, size_t *nbytes) argument
[all...]
H A Dcipher.c2032 gcry_cipher_info (gcry_cipher_hd_t h, int cmd, void *buffer, size_t *nbytes)
2038 (void)nbytes;
2074 gcry_cipher_algo_info (int algo, int what, void *buffer, size_t *nbytes)
2082 if (buffer || (! nbytes))
2088 *nbytes = (size_t) ui / 8;
2097 if (buffer || (! nbytes))
2103 *nbytes = ui;
2112 if (buffer || nbytes)
2029 gcry_cipher_info(gcry_cipher_hd_t h, int cmd, void *buffer, size_t *nbytes) argument
2071 gcry_cipher_algo_info(int algo, int what, void *buffer, size_t *nbytes) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dnwlib.c71 size_t nbytes,
63 _NonAppStart( void *NLMHandle, void *errorScreen, const char *cmdLine, const char *loadDirPath, size_t uninitializedDataLength, void *NLMFileHandle, int (*readRoutineP)( int conn, void *fileHandle, size_t offset, size_t nbytes, size_t *bytesRead, void *buffer ), size_t customDataOffset, size_t customDataSize, int messageCount, const char **messages ) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/zebra/
H A Dkernel_socket.c707 int nbytes;
747 nbytes= read (sock, &buf, sizeof buf);
749 if (nbytes <= 0)
751 if (nbytes < 0 && errno != EWOULDBLOCK)
703 int nbytes; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dprocessor.h241 unsigned long nbytes);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc64/
H A Ddma.h62 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/linux/
H A Dpmu.h141 void (*done)(struct adb_request *), int nbytes, ...);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jfs/
H A Djfs_logmgr.c355 int nbytes; /* number of bytes to move */ local
430 nbytes = min(freespace, srclen);
432 memcpy(dst, src, nbytes);
433 dstoffset += nbytes;
446 srclen -= nbytes;
447 src += nbytes;
478 nbytes = min(freespace, srclen);
480 memcpy(dst, src, nbytes);
482 dstoffset += nbytes;
483 srclen -= nbytes;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/drm/
H A Ddrm_ioc32.c445 size_t nbytes; local
460 nbytes = sizeof(*request) + count * sizeof(drm_buf_desc_t);
461 request = compat_alloc_user_space(nbytes);
462 if (!access_ok(VERIFY_WRITE, request, nbytes))
512 size_t nbytes; local
522 nbytes = sizeof(*request) + count * sizeof(drm_buf_pub_t);
523 request = compat_alloc_user_space(nbytes);
524 if (!access_ok(VERIFY_WRITE, request, nbytes))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dprocess.c824 unsigned long nbytes)
836 && sp <= stack_page + THREAD_SIZE - nbytes)
841 && sp <= stack_page + THREAD_SIZE - nbytes)
852 unsigned long nbytes)
857 && sp <= stack_page + THREAD_SIZE - nbytes)
860 return valid_irq_stack(sp, p, nbytes);
823 valid_irq_stack(unsigned long sp, struct task_struct *p, unsigned long nbytes) argument
851 validate_sp(unsigned long sp, struct task_struct *p, unsigned long nbytes) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dbcmsrom.c1581 uint byteoff, uint nbytes, uint16 *buf, bool check_crc)
1588 if (byteoff & 1 || nbytes & 1 || (byteoff + nbytes) > SROM_MAX)
1592 nw = nbytes / 2;
1610 if (otp_read_pci(osh, sih, buf, nbytes))
1621 if (bcmsdh_cis_read(NULL, SDIO_FUNC_1, (uint8 *)buf, byteoff + nbytes) != 0)
1645 rc = get_si_pcmcia_srom(sih, osh, regs, byteoff, buf, nbytes, check_crc);
1667 uint byteoff, uint nbytes, uint16 *buf)
1686 if ((byteoff != 0x55aa) && ((byteoff & 1) || (nbytes & 1)))
1689 if ((byteoff != 0x55aa) && ((byteoff + nbytes) > SROM_MA
1580 srom_read(si_t *sih, uint bustype, void *curmap, osl_t *osh, uint byteoff, uint nbytes, uint16 *buf, bool check_crc) argument
1666 srom_write(si_t *sih, uint bustype, void *curmap, osl_t *osh, uint byteoff, uint nbytes, uint16 *buf) argument
4768 srom_otp_write_region_crc(si_t *sih, uint nbytes, uint16* buf16, bool write) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/
H A Dudevd.c1206 int nbytes; local
1209 if ((ioctl(inotify_fd, FIONREAD, &nbytes) == 0) && nbytes) {
1213 buf = malloc(nbytes);
1219 read(inotify_fd, buf, nbytes);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dsysacls.c632 int nbytes; local
683 nbytes = strlen(tag) + 1 + strlen(id) + 1 + 3 + 1 + 1;
691 if ((len + nbytes) > maxlen) {
694 maxlen += nbytes + 20 * (acl_d->count - i);
703 slprintf(&text[len], nbytes-1, "%s:%s:%s\n", tag, id, perms);
704 len += nbytes - 1;
1263 int nbytes; local
1314 nbytes = strlen(tag) + 1 + strlen(id) + 1 + 3 + 1 + 1;
1322 if ((len + nbytes) > maxlen) {
1325 maxlen += nbytes
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dc-qcam.c279 nbytes should be a multiple of 3, because bidirectional mode gives
282 static unsigned int qcam_read_bytes(struct qcam_device *q, unsigned char *buf, unsigned int nbytes) argument
290 while (bytes < nbytes)
323 while (bytes < nbytes)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/pnx4008/
H A Dsdum.c238 u32 nbytes = nof_bytes(ch_setup); local
239 cmds->pixdatlen_low = (nbytes & 0xFFFF);
240 cmds->pixdatlen_high = (nbytes >> 16);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/libdb_java/
H A Djava_typemaps.i443 int nbytes;
456 if (len > vd->nbytes) {
457 vd->nbytes = len;
484 data.nbytes = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Ddtlk.c88 size_t nbytes, loff_t * ppos);
90 size_t nbytes, loff_t * ppos);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/sn/kernel/
H A Dxpc_channel.c458 size_t nbytes; local
467 nbytes = nentries * ch->msg_size;
468 ch->local_msgqueue = xpc_kzalloc_cacheline_aligned(nbytes,
475 nbytes = nentries * sizeof(struct xpc_notify);
476 ch->notify_queue = kzalloc(nbytes, GFP_KERNEL);
509 size_t nbytes; local
520 nbytes = nentries * ch->msg_size;
521 ch->remote_msgqueue = xpc_kzalloc_cacheline_aligned(nbytes,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/core/
H A Ddevio.c122 static ssize_t usbdev_read(struct file *file, char __user *buf, size_t nbytes, loff_t *ppos) argument
151 if (len > nbytes)
152 len = nbytes;
160 nbytes -= len;
165 for (i = 0; nbytes && i < dev->descriptor.bNumConfigurations; i++) {
178 if (len > nbytes)
179 len = nbytes;
194 nbytes -= len;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/soc/bcm947xx/
H A Dbcm947xx-pcm.c100 prhex(const char *msg, uchar *buf, uint nbytes) argument
111 for (i = 0; i < nbytes; i++) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/block/
H A Dll_rw_blk.c560 unsigned int nbytes, int error)
580 bio_endio(bio, nbytes, error);
1336 /* int nbytes = bvec->bv_len; */
1337 int nbytes; local
1341 nbytes = bvec->bv_len;
1345 if (sg[nsegs - 1].length + nbytes > q->max_segment_size)
1353 sg[nsegs - 1].length += nbytes;
1358 sg[nsegs].length = nbytes;
3431 int nbytes; local
3435 nbytes
559 ordered_bio_endio(struct request *rq, struct bio *bio, unsigned int nbytes, int error) argument
[all...]

Completed in 332 milliseconds

12345678910