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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_io.c116 size_t spb_bufsiz; /* length of underlying buffer */ member in struct:__anon25
1618 if (spb->spb_bufsiz != 0) {
1619 size_t n = MIN(spb->spb_bufsiz, buflen);
1622 spb->spb_bufsiz -= n;
1654 spb->spb_bufsiz = spb_len;
1727 if (spb.spb_bufsiz != 0)
1751 if (spb.spb_bufsiz != 0)

Completed in 62 milliseconds