Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sgs/librtld_db/demo/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()
/titanic_44/usr/src/uts/sun4v/io/
H A Dvds.c3716 int bufbytes; in vd_get_devid() local
3760 bufbytes = request->nbytes; in vd_get_devid()
3762 vd_devid = kmem_zalloc(bufbytes, KM_SLEEP); in vd_get_devid()
3783 kmem_free(vd_devid, bufbytes); in vd_get_devid()