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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_io.c1161 * The iob_doprnt function forms the main engine of the debugger's output
1168 * Note that iob_doprnt consumes varargs off the original va_list.
1171 iob_doprnt(mdb_iob_t *iob, const char *format, varglist_t *ap) function
1581 iob_doprnt(iob, format, &ap);
1589 iob_doprnt(iob, format, &ap);
1724 iob_doprnt(&iob, format, &ap);
1748 iob_doprnt(&iob, format, &ap);
2261 * remaining varargs to iob_doprnt; if we want to print the column,
2306 iob_doprnt(out, fmt, &ap);

Completed in 53 milliseconds