Symbol: FBUFSIZE
usr/src/cmd/savecore/savecore.c
1226
size_t insz = FBUFSIZE;
usr/src/cmd/savecore/savecore.c
454
char *inbuf = Zalloc(FBUFSIZE);
usr/src/cmd/savecore/savecore.c
457
(void) setvbuf(in, inbuf, _IOFBF, FBUFSIZE);
usr/src/cmd/savecore/savecore.c
539
char *outbuf = Zalloc(FBUFSIZE);
usr/src/cmd/savecore/savecore.c
542
(void) setvbuf(out, outbuf, _IOFBF, FBUFSIZE);
usr/src/cmd/savecore/savecore.c
579
size_t bufsz = FBUFSIZE;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
3242
bsize += FBUFSIZE;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
3261
(fptr->buflen < FBUFSIZE ? fptr->buflen : FBUFSIZE),
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
3268
boff += FBUFSIZE;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
6831
if ((rval = ql_dump_fcode(ha, ftmp->buf, FBUFSIZE,
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
6852
kmem_free(ftmp->buf, FBUFSIZE);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
6921
if (freadpos + FBUFSIZE > bsize) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
6927
bcopy(bfp + freadpos, ftmp->buf, FBUFSIZE);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
6980
} else if ((fnode->buf = (uint8_t *)(kmem_zalloc(FBUFSIZE,
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
6986
fnode->buflen = FBUFSIZE;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
7015
kmem_free(ftmp->buf, FBUFSIZE);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
7180
if ((buf = (uint8_t *)(kmem_zalloc(FBUFSIZE, KM_SLEEP))) ==
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
7205
bcopy(fcache->buf, bufp, (FBUFSIZE - sizeof (pci_header_t) -
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
7207
bcopy(buf, fcache->buf, FBUFSIZE);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
7216
kmem_free(buf, FBUFSIZE);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_flash.c
411
uint8_t buf[FBUFSIZE];
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_flash.c
426
if ((rval = qlge_dump_fcode(qlge, buf, FBUFSIZE, freadpos))
usr/src/uts/common/os/inst_sync.c
201
char buf[FBUFSIZE];
usr/src/uts/common/os/inst_sync.c
263
if (++fp->count == FBUFSIZE) {