Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dvar.h43 int v_buf; /* Nbr of I/O buffers. */ member
/titanic_41/usr/src/cmd/sa/
H A Dsadp.c472 sbuf = malloc(sizeof (struct buf) * tbl.v_buf);
570 FETCH_IAL(X1_BUF, sbuf, tbl.v_buf*sizeof (struct buf));
780 if ((temp1 < setup[X1_BUF].n_value) || (index > tbl.v_buf)){ in testbuf()
1425 tbl->v_buf, tbl->v_call, tbl->v_proc, tbl->v_nglobpris);
/titanic_41/usr/src/uts/common/xen/io/
H A Dxdf.h173 buf_t *v_buf; member
H A Dxdf.c299 vreq->v_buf = bp; in vreq_get()
313 buf_t *bp = vreq->v_buf; in vreq_free()
400 buf_t *bp = vreq->v_buf; in vreq_setup()
907 buf_t *bp = vreq->v_buf; in xdf_io_fini()
1120 bp = vreq->v_buf; in xdf_ring_destroy()
/titanic_41/usr/src/uts/common/os/
H A Dbio.c1180 v.v_buf = BIO_BHDR_POOL; in binit()
1600 dp = kmem_zalloc(sizeof (struct buf) * v.v_buf, KM_NOSLEEP); in bio_bhdr_alloc()
1609 for (i = 0; i < v.v_buf; i++, dp++) { in bio_bhdr_alloc()
1626 nbuf += v.v_buf; in bio_bhdr_alloc()
/titanic_41/usr/src/cmd/stat/kstat/
H A Dkstat.c1024 SAVE_INT32(ksi, var, v_buf); in save_var()
/titanic_41/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/
H A DKstat.xs308 SAVE_INT32(self, varp, v_buf); in save_var()