Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_io.c368 if (iob->iob_nbytes != 0 && iob->iob_nbytes == iob->iob_margin) { in iob_unindent()
377 iob->iob_nbytes = 0; in iob_unindent()
389 iob->iob_nbytes = 0; in mdb_iob_create()
447 iob->iob_nbytes = 0; in mdb_iob_discard()
485 iob->iob_nbytes = 0; in mdb_iob_flush()
1107 iob->iob_nbytes = 0; in iob_setattr()
1701 iob->iob_nbytes = 0; in iob_spb_create()
1964 iob->iob_nbytes++; in mdb_iob_nl()
1988 iob->iob_nbytes--; in mdb_iob_ngets()
2014 iob->iob_nbytes--; in mdb_iob_getc()
[all …]
H A Dmdb_io_impl.h93 size_t iob_nbytes; /* Number of bytes in io_buf */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/mdb_ds/
H A Dmdb_ds.c179 mdb_printf("%?p %6lu %6x %?p %a\n", addr, (ulong_t)iob.iob_nbytes, in cmd_iob()