nbytes 400 altq/altq_cbq.c cbq_getqstats(struct pf_altq *a, void *ubuf, int *nbytes)
nbytes 413 altq/altq_cbq.c if (*nbytes < sizeof(stats))
nbytes 420 altq/altq_cbq.c *nbytes = sizeof(stats);
nbytes 255 altq/altq_hfsc.c hfsc_getqstats(struct pf_altq *a, void *ubuf, int *nbytes)
nbytes 268 altq/altq_hfsc.c if (*nbytes < sizeof(stats))
nbytes 275 altq/altq_hfsc.c *nbytes = sizeof(stats);
nbytes 169 altq/altq_priq.c priq_getqstats(struct pf_altq *a, void *ubuf, int *nbytes)
nbytes 182 altq/altq_priq.c if (*nbytes < sizeof(stats))
nbytes 189 altq/altq_priq.c *nbytes = sizeof(stats);
nbytes 575 altq/altq_subr.c altq_getqstats(struct pf_altq *a, void *ubuf, int *nbytes)
nbytes 582 altq/altq_subr.c error = cbq_getqstats(a, ubuf, nbytes);
nbytes 587 altq/altq_subr.c error = priq_getqstats(a, ubuf, nbytes);
nbytes 592 altq/altq_subr.c error = hfsc_getqstats(a, ubuf, nbytes);
nbytes 44 compat/common/compat_dir.c readdir_with_callback(fp, off, nbytes, appendfunc, arg)
nbytes 47 compat/common/compat_dir.c u_long nbytes;
nbytes 75 compat/common/compat_dir.c buflen = min(MAXBSIZE, nbytes);
nbytes 381 compat/common/vfs_syscalls_43.c u_int nbytes = SCARG(uap, count);
nbytes 383 compat/common/vfs_syscalls_43.c nbytes = min(nbytes, MAXBSIZE);
nbytes 388 compat/common/vfs_syscalls_43.c kiov.iov_len = nbytes;
nbytes 389 compat/common/vfs_syscalls_43.c dirbuf = (caddr_t)malloc(nbytes, M_TEMP, M_WAITOK);
nbytes 396 compat/common/vfs_syscalls_43.c readcnt = nbytes - kuio.uio_resid;
nbytes 433 compat/ibcs2/ibcs2_misc.c args.resid = SCARG(uap, nbytes);
nbytes 441 compat/ibcs2/ibcs2_misc.c *retval = SCARG(uap, nbytes) - args.resid;
nbytes 477 compat/ibcs2/ibcs2_misc.c args.resid = SCARG(uap, nbytes);
nbytes 487 compat/ibcs2/ibcs2_misc.c *retval = SCARG(uap, nbytes) - args.resid;
nbytes 29 compat/ibcs2/ibcs2_syscallargs.h syscallarg(u_int) nbytes;
nbytes 251 compat/ibcs2/ibcs2_syscallargs.h syscallarg(int) nbytes;
nbytes 1054 compat/linux/linux_misc.c int nbytes = SCARG(uap, count);
nbytes 1059 compat/linux/linux_misc.c if (nbytes == 1) { /* emulating old, broken behaviour */
nbytes 1065 compat/linux/linux_misc.c nbytes = sizeof(struct linux_dirent);
nbytes 1071 compat/linux/linux_misc.c args.resid = nbytes;
nbytes 1075 compat/linux/linux_misc.c if ((error = readdir_with_callback(fp, &fp->f_offset, nbytes,
nbytes 1079 compat/linux/linux_misc.c *retval = nbytes - args.resid;
nbytes 327 compat/osf1/osf1_syscallargs.h syscallarg(u_long) nbytes;
nbytes 440 compat/sunos/sunos_misc.c args.resid = SCARG(uap, nbytes);
nbytes 450 compat/sunos/sunos_misc.c *retval = SCARG(uap, nbytes) - args.resid;
nbytes 207 compat/sunos/sunos_syscallargs.h syscallarg(int) nbytes;
nbytes 305 compat/svr4/svr4_misc.c args.resid = SCARG(uap, nbytes);
nbytes 308 compat/svr4/svr4_misc.c error = readdir_with_callback(fp, &fp->f_offset, SCARG(uap, nbytes),
nbytes 314 compat/svr4/svr4_misc.c *retval = SCARG(uap, nbytes) - args.resid;
nbytes 333 compat/svr4/svr4_misc.c args.resid = SCARG(uap, nbytes);
nbytes 336 compat/svr4/svr4_misc.c error = readdir_with_callback(fp, &fp->f_offset, SCARG(uap, nbytes),
nbytes 342 compat/svr4/svr4_misc.c *retval = SCARG(uap, nbytes) - args.resid;
nbytes 169 compat/svr4/svr4_syscallargs.h syscallarg(int) nbytes;
nbytes 389 compat/svr4/svr4_syscallargs.h syscallarg(int) nbytes;
nbytes 182 compat/ultrix/ultrix_misc.c if (SCARG(uap, nbytes) < sizeof(short))
nbytes 179 compat/ultrix/ultrix_syscallargs.h syscallarg(unsigned) nbytes;
nbytes 187 compat/ultrix/ultrix_syscallargs.h syscallarg(unsigned) nbytes;
nbytes 257 dev/ata/ata_wdc.c ata_bio->nbytes = xfer->c_bcount;
nbytes 268 dev/ata/ata_wdc.c ata_bio->nbytes, dma_flags) != 0) {
nbytes 293 dev/ata/ata_wdc.c ata_bio->nbytes = ata_bio->nblks * ata_bio->lp->d_secsize;
nbytes 327 dev/ata/ata_wdc.c ata_bio->nbytes = xfer->c_bcount;
nbytes 348 dev/ata/ata_wdc.c ata_bio->nbytes);
nbytes 457 dev/ata/ata_wdc.c ata_bio->nbytes);
nbytes 462 dev/ata/ata_wdc.c xfer->c_skip += ata_bio->nbytes;
nbytes 463 dev/ata/ata_wdc.c xfer->c_bcount -= ata_bio->nbytes;
nbytes 54 dev/ata/wdvar.h int nbytes; /* number of bytes currently transfering */
nbytes 349 dev/ic/wdc.c wdc_default_read_raw_multi_2(chp, data, nbytes)
nbytes 352 dev/ic/wdc.c unsigned int nbytes;
nbytes 357 dev/ic/wdc.c for (i = 0; i < nbytes; i += 2) {
nbytes 365 dev/ic/wdc.c data, nbytes);
nbytes 370 dev/ic/wdc.c wdc_default_write_raw_multi_2(chp, data, nbytes)
nbytes 373 dev/ic/wdc.c unsigned int nbytes;
nbytes 378 dev/ic/wdc.c for (i = 0; i < nbytes; i += 2) {
nbytes 386 dev/ic/wdc.c data, nbytes);
nbytes 391 dev/ic/wdc.c wdc_default_write_raw_multi_4(chp, data, nbytes)
nbytes 394 dev/ic/wdc.c unsigned int nbytes;
nbytes 399 dev/ic/wdc.c for (i = 0; i < nbytes; i += 4) {
nbytes 407 dev/ic/wdc.c data, nbytes);
nbytes 412 dev/ic/wdc.c wdc_default_read_raw_multi_4(chp, data, nbytes)
nbytes 415 dev/ic/wdc.c unsigned int nbytes;
nbytes 420 dev/ic/wdc.c for (i = 0; i < nbytes; i += 4) {
nbytes 428 dev/ic/wdc.c data, nbytes);
nbytes 128 dev/ic/wdcvar.h void *data, unsigned int nbytes);
nbytes 130 dev/ic/wdcvar.h void *data, unsigned int nbytes);
nbytes 133 dev/ic/wdcvar.h void *data, unsigned int nbytes);
nbytes 135 dev/ic/wdcvar.h void *data, unsigned int nbytes);
nbytes 290 dev/isa/isadma.c isa_dmastart(isadev, chan, addr, nbytes, p, flags, busdmaflags)
nbytes 294 dev/isa/isadma.c bus_size_t nbytes;
nbytes 319 dev/isa/isadma.c chan, addr, nbytes, p, flags, busdmaflags);
nbytes 323 dev/isa/isadma.c if (nbytes > (1 << 17) || nbytes & 1 || (u_long)addr & 1) {
nbytes 325 dev/isa/isadma.c sc->sc_dev.dv_xname, chan, nbytes, addr);
nbytes 329 dev/isa/isadma.c if (nbytes > (1 << 16)) {
nbytes 331 dev/isa/isadma.c sc->sc_dev.dv_xname, chan, nbytes);
nbytes 346 dev/isa/isadma.c error = bus_dmamap_load(sc->sc_dmat, dmam, addr, nbytes, p,
nbytes 373 dev/isa/isadma.c sc->sc_dmalength[chan] = nbytes;
nbytes 394 dev/isa/isadma.c (--nbytes) & 0xff);
nbytes 396 dev/isa/isadma.c (nbytes >> 8) & 0xff);
nbytes 413 dev/isa/isadma.c nbytes >>= 1;
nbytes 415 dev/isa/isadma.c (--nbytes) & 0xff);
nbytes 417 dev/isa/isadma.c (nbytes >> 8) & 0xff);
nbytes 451 dev/isa/isadma.c bus_size_t nbytes;
nbytes 471 dev/isa/isadma.c nbytes = bus_space_read_1(sc->sc_iot, sc->sc_dma1h,
nbytes 473 dev/isa/isadma.c nbytes += bus_space_read_1(sc->sc_iot, sc->sc_dma1h,
nbytes 475 dev/isa/isadma.c nbytes &= 0xffff;
nbytes 478 dev/isa/isadma.c nbytes = bus_space_read_1(sc->sc_iot, sc->sc_dma2h,
nbytes 480 dev/isa/isadma.c nbytes += bus_space_read_1(sc->sc_iot, sc->sc_dma2h,
nbytes 482 dev/isa/isadma.c nbytes <<= 1;
nbytes 483 dev/isa/isadma.c nbytes &= 0x1ffff;
nbytes 486 dev/isa/isadma.c if (nbytes == sc->sc_dmalength[chan])
nbytes 487 dev/isa/isadma.c nbytes = 0;
nbytes 490 dev/isa/isadma.c return (nbytes);
nbytes 28 dev/microcode/typhoon/build.c fullwrite(int fd, const void *buf, size_t nbytes)
nbytes 32 dev/microcode/typhoon/build.c r = write(fd, buf, nbytes);
nbytes 35 dev/microcode/typhoon/build.c if (r != nbytes)
nbytes 484 dev/pci/cz.c int i, j, nconfigs, nblocks, nbytes;
nbytes 531 dev/pci/cz.c nbytes = letoh32(zfb->zfb_size);
nbytes 534 dev/pci/cz.c for (j = 0; j < nbytes; j++, cp++) {
nbytes 556 dev/pci/cz.c nbytes = letoh32(zfb->zfb_size);
nbytes 559 dev/pci/cz.c for (j = 0; j < nbytes; j += 4, lp++) {
nbytes 427 dev/pci/if_txp.c (((u_int8_t *)secthead) + letoh32(secthead->nbytes) +
nbytes 497 dev/pci/if_txp.c if (sect->nbytes == 0)
nbytes 508 dev/pci/if_txp.c rseg += letoh32(sect->nbytes);
nbytes 515 dev/pci/if_txp.c if (txp_dma_malloc(sc, letoh32(sect->nbytes), &dma, 0)) {
nbytes 521 dev/pci/if_txp.c letoh32(sect->nbytes));
nbytes 528 dev/pci/if_txp.c m.m_len = letoh32(sect->nbytes);
nbytes 531 dev/pci/if_txp.c csum = in_cksum(&m, letoh32(sect->nbytes));
nbytes 542 dev/pci/if_txp.c WRITE_REG(sc, TXP_H2A_1, letoh32(sect->nbytes));
nbytes 602 dev/pci/if_txpreg.h u_int32_t nbytes;
nbytes 283 dev/raidframe/rf_raid1.c int nbytes, bcount, stripeWidth, ret, i, j, nbad, *bbufs;
nbytes 302 dev/raidframe/rf_raid1.c nbytes = rf_RaidAddressToByte(raidPtr, nsector);
nbytes 319 dev/raidframe/rf_raid1.c bcount = nbytes * (layoutPtr->numDataCol + layoutPtr->numParityCol);
nbytes 333 dev/raidframe/rf_raid1.c rd_dag_h = rf_MakeSimpleDAG(raidPtr, stripeWidth, nbytes, buf,
nbytes 371 dev/raidframe/rf_raid1.c buf1 += nbytes;
nbytes 394 dev/raidframe/rf_raid1.c buf1 += nbytes;
nbytes 426 dev/raidframe/rf_raid1.c buf2 = buf + (nbytes * layoutPtr->numDataCol);
nbytes 444 dev/raidframe/rf_raid1.c nbytes, i, (long) buf1, (long) buf2, (long) buf);
nbytes 446 dev/raidframe/rf_raid1.c ret = bcmp(buf1, buf2, nbytes);
nbytes 449 dev/raidframe/rf_raid1.c for (j = 0; j < nbytes; j++) {
nbytes 475 dev/raidframe/rf_raid1.c buf1 += nbytes;
nbytes 476 dev/raidframe/rf_raid1.c buf2 += nbytes;
nbytes 494 dev/raidframe/rf_raid1.c wr_dag_h = rf_MakeSimpleDAG(raidPtr, nbad, nbytes, buf,
nbytes 873 dev/rnd.c extract_entropy(u_int8_t *buf, int nbytes)
nbytes 881 dev/rnd.c add_timer_randomness(nbytes);
nbytes 883 dev/rnd.c while (nbytes) {
nbytes 884 dev/rnd.c if (nbytes < sizeof(buffer) / 2)
nbytes 885 dev/rnd.c i = nbytes;
nbytes 915 dev/rnd.c nbytes -= i;
nbytes 919 dev/rnd.c add_timer_randomness(nbytes);
nbytes 934 dev/rnd.c get_random_bytes(void *buf, size_t nbytes)
nbytes 936 dev/rnd.c extract_entropy((u_int8_t *) buf, nbytes);
nbytes 937 dev/rnd.c rndstats.rnd_used += nbytes * 8;
nbytes 99 lib/libz/zutil.h void *_Cdecl farmalloc( unsigned long nbytes );
nbytes 2034 net/pf_ioctl.c int nbytes;
nbytes 2040 net/pf_ioctl.c nbytes = pq->nbytes;
nbytes 2051 net/pf_ioctl.c error = altq_getqstats(altq, pq->buf, &nbytes);
nbytes 2054 net/pf_ioctl.c pq->nbytes = nbytes;
nbytes 1401 net/pfvar.h int nbytes;
nbytes 139 net/ppp-deflate.c zfree(notused, ptr, nbytes)
nbytes 142 net/ppp-deflate.c u_int nbytes;
nbytes 156 net/zlib.h typedef void (*free_func) OF((voidpf opaque, voidpf address, uInt nbytes));
nbytes 174 scsi/scsi_changer.h u_int8_t nbytes[3]; /* byte count of all pages */
nbytes 184 scsi/scsi_changer.h u_int8_t nbytes[3]; /* byte count of all descriptors */
nbytes 147 scsi/scsiconf.c int nbytes, i;
nbytes 165 scsi/scsiconf.c nbytes = sb->sc_buswidth * sizeof(struct scsi_link **);
nbytes 166 scsi/scsiconf.c sb->sc_link = malloc(nbytes, M_DEVBUF, M_NOWAIT);
nbytes 169 scsi/scsiconf.c nbytes = sb->adapter_link->luns * sizeof(struct scsi_link *);
nbytes 171 scsi/scsiconf.c sb->sc_link[i] = malloc(nbytes, M_DEVBUF, M_NOWAIT);
nbytes 174 scsi/scsiconf.c bzero(sb->sc_link[i], nbytes);