Home
last modified time | relevance | path

Searched refs:bufbytes (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/demo_rdb/common/
H A Dutils.c66 ssize_t bufbytes = 0; in proc_string_read() local
71 if (intbufind >= bufbytes) { in proc_string_read()
72 if ((bufbytes = read(ph->pp_asfd, intbuf, in proc_string_read()
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvds.c3719 int bufbytes; in vd_get_devid() local
3763 bufbytes = request->nbytes; in vd_get_devid()
3765 vd_devid = kmem_zalloc(bufbytes, KM_SLEEP); in vd_get_devid()
3786 kmem_free(vd_devid, bufbytes); in vd_get_devid()