Searched refs:iob_nbytes (Results 1 – 3 of 3) sorted by relevance
163 (((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 …]
95 size_t iob_nbytes; /* Number of bytes in io_buf */ member
179 mdb_printf("%?p %6lu %6x %?p %a\n", addr, (ulong_t)iob.iob_nbytes, in cmd_iob()