Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_io.c117 size_t spb_bufsiz; /* length of underlying buffer */ member
1654 if (spb->spb_bufsiz != 0) { in spbuf_write()
1655 size_t n = MIN(spb->spb_bufsiz, buflen); in spbuf_write()
1658 spb->spb_bufsiz -= n; in spbuf_write()
1690 spb->spb_bufsiz = spb_len; in iob_spb_create()
1763 if (spb.spb_bufsiz != 0) in mdb_iob_vsnprintf()
1787 if (spb.spb_bufsiz != 0) in mdb_iob_asnprintf()