Home
last modified time | relevance | path

Searched refs:v_buf (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dvar.h41 int v_buf; /* Nbr of I/O buffers. */ member
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxdf.h177 buf_t *v_buf; member
H A Dxdf.c312 vreq->v_buf = bp; in vreq_get()
326 buf_t *bp = vreq->v_buf; in vreq_free()
413 buf_t *bp = vreq->v_buf; in vreq_setup()
921 buf_t *bp = vreq->v_buf; in xdf_io_fini()
1134 bp = vreq->v_buf; in xdf_ring_destroy()
/illumos-gate/usr/src/uts/common/os/
H A Dbio.c1181 v.v_buf = BIO_BHDR_POOL; in binit()
1583 dp = kmem_zalloc(sizeof (struct buf) * v.v_buf, KM_NOSLEEP); in bio_bhdr_alloc()
1592 for (i = 0; i < v.v_buf; i++, dp++) { in bio_bhdr_alloc()
1609 nbuf += v.v_buf; in bio_bhdr_alloc()
/illumos-gate/usr/src/cmd/stat/kstat/
H A Dkstat.c1135 SAVE_INT32(ksi, var, v_buf); in save_var()
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/
H A DKstat.xs307 SAVE_INT32(self, varp, v_buf); in save_var()