Searched refs:nbytes (Results 126 - 150 of 232) sorted by relevance

12345678910

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dosf_sys.c479 long nbytes; member in struct:pl_args::setargs
484 long nbytes; member in struct:pl_args::fsetargs
491 long nbytes; member in struct:pl_args::getargs
498 long nbytes; member in struct:pl_args::fgetargs
528 if (get_user(error, &args->set.nbytes))
532 if (get_user(error, &args->fset.nbytes))
640 osf_getsysinfo(unsigned long op, void __user *buffer, unsigned long nbytes, argument
666 if (nbytes < sizeof(unsigned int))
674 if (nbytes < sizeof(unsigned long))
684 if (nbytes < sizeo
698 osf_setsysinfo(unsigned long op, void __user *buffer, unsigned long nbytes, int __user *start, void __user *arg) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dgcrypt.h212 ssize_t (*read) (int fd, void *buf, size_t nbytes);
213 ssize_t (*write) (int fd, const void *buf, size_t nbytes);
295 static ssize_t gcry_pth_read (int fd, void *buf, size_t nbytes) \
296 { return pth_read (fd, buf, nbytes); } \
297 static ssize_t gcry_pth_write (int fd, const void *buf, size_t nbytes) \
298 { return pth_write (fd, buf, nbytes); } \
891 size_t *nbytes);
895 size_t *nbytes);
1028 void *buffer, size_t *nbytes);
1186 size_t *nbytes);
[all...]
H A Dgcrypt-module.h193 typedef void (*gcry_md_write_t) (void *c, const void *buf, size_t nbytes);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/macintosh/
H A Dvia-pmu.c950 for (i = 0; i < req->nbytes - 1; ++i)
952 --req->nbytes;
963 if (req->nbytes != 2)
966 req->nbytes = 1;
974 if (req->nbytes != 6)
977 req->nbytes = 5;
991 for (i = req->nbytes - 1; i > 1; --i)
993 req->data[3] = req->nbytes - 2;
997 req->nbytes += 2;
1051 req.nbytes
1075 pmu_request(struct adb_request *req, void (*done)(struct adb_request *), int nbytes, ...) argument
[all...]
H A Dvia-macii.c260 if (req->nbytes < 2 || req->data[0] != ADB_PACKET || req->nbytes > 15) {
356 * And req->nbytes is the number of bytes of real data plus one.
437 if (data_index >= req->nbytes) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dppp_mppe.c143 unsigned int nbytes; local
145 nbytes = setup_sg(&sg[0], state->master_key, state->keylen);
146 nbytes += setup_sg(&sg[1], sha_pad->sha_pad1,
148 nbytes += setup_sg(&sg[2], state->session_key, state->keylen);
149 nbytes += setup_sg(&sg[3], sha_pad->sha_pad2,
155 crypto_hash_digest(&desc, sg, nbytes, state->sha1_digest);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppdump/
H A Dzlib.h155 typedef void (*free_func) OF((voidpf opaque, voidpf address, uInt nbytes));
H A Ddeflate.c106 z_free(notused, ptr, nbytes)
109 u_int nbytes;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/engine/vendor_defns/
H A Dcswift.h154 SW_U32 nbytes; /* number of bytes in the buffer "value" */ member in struct:_SW_LARGENUMBER
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/engines/vendor_defns/
H A Dcswift.h154 SW_U32 nbytes; /* number of bytes in the buffer "value" */ member in struct:_SW_LARGENUMBER
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jfs/
H A Dxattr.c246 s32 nbytes, nb; local
280 nbytes = size;
286 nb = min(PSIZE, nbytes);
319 nbytes -= nb;
395 int nbytes, nb; local
403 nbytes = sizeDXD(&ji->ea);
404 if (!nbytes) {
405 jfs_error(sb, "ea_read: nbytes is 0");
426 nb = min(PSIZE, nbytes);
438 nbytes
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/lib/
H A Dvty.c407 vty_write (struct vty *vty, char *buf, size_t nbytes)
413 buffer_write (vty->obuf, (u_char *)buf, nbytes);
1109 vty_telnet_option (struct vty *vty, unsigned char *buf, int nbytes)
1114 for (i = 0; i < nbytes; i++)
1278 int nbytes;
1286 nbytes = read (vty->fd, buf, VTY_READ_BUFSIZ);
1287 if (nbytes <= 0)
1290 for (i = 0; i < nbytes; i++)
1314 ret = vty_telnet_option (vty, buf + i, nbytes - i);
1438 if (i + 1 < nbytes
404 vty_write(struct vty *vty, char *buf, size_t nbytes) argument
1106 vty_telnet_option(struct vty *vty, unsigned char *buf, int nbytes) argument
1275 int nbytes; local
1946 int nbytes; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_buf.c349 size_t nbytes, offset; local
401 nbytes = min_t(size_t, size, PAGE_CACHE_SIZE - offset);
402 size -= nbytes;
411 if (test_page_region(page, offset, nbytes))
1200 int nbytes = PAGE_CACHE_SIZE - offset; local
1203 if (nbytes > size)
1204 nbytes = size;
1208 size -= nbytes;
1228 int rbytes, nbytes = PAGE_CACHE_SIZE - offset; local
1230 if (nbytes > siz
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/fileops/
H A Dfop_basic.c198 size_t nbytes; local
238 if ((ret = __os_write(env, fhp, buf, size, &nbytes)) != 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dsata_promise.c459 unsigned int dev_sel, feature, nbytes; local
503 nbytes = qc->nbytes;
504 if (nbytes > 0xffff)
505 nbytes = 0xffff;
509 nbytes = 0;
514 buf[23] = nbytes & 0xFF;
516 buf[25] = (nbytes >> 8) & 0xFF;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dcpqphp_sysfs.c190 size_t nbytes, loff_t *ppos)
193 return simple_read_from_buffer(buf, nbytes, ppos, dbg->data, dbg->size);
189 read(struct file *file, char __user *buf, size_t nbytes, loff_t *ppos) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/random/
H A Drandom-csprng.c467 size_t nbytes;
491 nbytes = buflen > POOLSIZE? POOLSIZE : buflen;
494 add_randomness (bufptr, nbytes, RANDOM_ORIGIN_EXTERNAL);
496 bufptr += nbytes;
497 buflen -= nbytes;
466 size_t nbytes; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfs/
H A Dwrite.c834 size_t wsize = NFS_SERVER(inode)->wsize, nbytes; local
841 nbytes = count;
843 size_t len = min(nbytes, wsize);
850 nbytes -= len;
851 } while (nbytes != 0);
856 nbytes = count;
863 if (nbytes < wsize)
864 wsize = nbytes;
868 nbytes -= wsize;
870 } while (nbytes !
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/tools/misc/
H A Depi_ttcp.c72 * initialise to 0 the variables nbytes, numcalls
635 double nbytes; /* bytes on net */ variable
1403 nbytes = 0.0;
1497 nbytes += rbuflen;
1560 nbytes += multi;
1630 nbytes += cnt;
1757 nbytes = 0.0;
1774 nbytes += cnt;
1904 bytes_per_sec = (nbytes/realt)*1e6;
1928 if (nbytes > (floa
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/mon/
H A Dmon_bin.c570 struct mon_bin_hdr __user *hdr, void __user *data, unsigned int nbytes)
592 step_len = min(ep->len_cap, nbytes);
632 size_t nbytes, loff_t *ppos)
653 step_len = min(nbytes, sizeof(struct mon_bin_hdr) - rp->b_read);
659 nbytes -= step_len;
666 step_len = min(nbytes, (size_t)ep->len_cap);
675 nbytes -= step_len;
569 mon_bin_get_event(struct file *file, struct mon_reader_bin *rp, struct mon_bin_hdr __user *hdr, void __user *data, unsigned int nbytes) argument
631 mon_bin_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/xfs/
H A Dxfs_buf_item.c53 uint nbytes; local
62 nbytes = last - first + 1;
63 bfset(bip->bli_logged, first, nbytes);
64 for (x = 0; x < nbytes; x++) {
87 uint nbytes; local
95 nbytes = last - first + 1;
96 bfset(bip->bli_logged, first, nbytes);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/bgpd/
H A Dbgp_nexthop.c849 int nbytes;
860 nbytes = stream_read (s, zlookup->sock, 2);
863 nbytes = stream_read (s, zlookup->sock, length - 2);
942 int nbytes;
953 nbytes = stream_read (s, zlookup->sock, 2);
956 nbytes = stream_read (s, zlookup->sock, length - 2);
1043 int nbytes;
1088 nbytes = stream_read (s, zlookup->sock, 2);
1092 nbytes = stream_read (s, zlookup->sock, length - 2);
844 int nbytes; local
937 int nbytes; local
1038 int nbytes; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dread-catalog.c292 size_t nbytes; local
295 nbytes = (this->filepos_count + 1) * sizeof (this->filepos[0]);
296 this->filepos = xrealloc (this->filepos, nbytes);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/txn/
H A Dtxn_stat.c73 size_t nbytes; local
92 nbytes = sizeof(DB_TXN_STAT) + sizeof(DB_TXN_ACTIVE) * maxtxn;
93 if ((ret = __os_umalloc(env, nbytes, &stats)) != 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavdevice/
H A Dx11grab.c392 long nbytes; local
416 nbytes = (long)rep.length << 2;
417 _XReadPad(dpy, image->data, nbytes);

Completed in 312 milliseconds

12345678910