Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mdb/common/mdb/
H A Dmdb_io.c163 (((iob)->iob_flags & MDB_IOB_AUTOWRAP) && ((iob)->iob_nbytes != 0) && \
164 ((n) + (iob)->iob_nbytes > (iob)->iob_cols))
215 ASSERT(iob->iob_nbytes == 0); in iob_read()
227 iob->iob_nbytes = len; in iob_read()
342 if (iob->iob_nbytes == 0 && iob->iob_margin != 0 && in iob_indent()
352 iob->iob_nbytes = iob->iob_margin; in iob_indent()
359 if (iob->iob_nbytes != 0 && iob->iob_nbytes == iob->iob_margin) { in iob_unindent()
368 iob->iob_nbytes = 0; in iob_unindent()
380 iob->iob_nbytes = 0; in mdb_iob_create()
438 iob->iob_nbytes = 0; in mdb_iob_discard()
[all …]
H A Dmdb_io_impl.h95 size_t iob_nbytes; /* Number of bytes in io_buf */ member
/titanic_50/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()