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.c170 (IOB_AUTOWRAP(iob) && (iob)->iob_nbytes != 0 && \
171 ((n) + (iob)->iob_nbytes > (iob)->iob_cols) && \
173 (iob)->iob_nbytes == (iob)->iob_margin))
224 ASSERT(iob->iob_nbytes == 0); in iob_read()
236 iob->iob_nbytes = len; in iob_read()
351 if (iob->iob_nbytes == 0 && iob->iob_margin != 0 && in iob_indent()
361 iob->iob_nbytes = iob->iob_margin; in iob_indent()
368 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()
[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()