Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_io.h114 extern void mdb_iob_setbuf(mdb_iob_t *, void *, size_t);
H A Dmdb_main.c758 mdb_iob_setbuf(mdb.m_in, mdb_alloc(1, UM_SLEEP), 1); in main()
H A Dmdb_io.c572 mdb_iob_setbuf(mdb_iob_t *iob, void *buf, size_t bufsiz) in mdb_iob_setbuf() function