HomeSort by relevance Sort by last modified time
    Searched refs:MDB_IOB_WRONLY (Results 1 - 6 of 6) sorted by null

  /onnv/onnv-gate/usr/src/cmd/mdb/common/kmdb/
kmdb_main.c 187 mdb.m_out = mdb_iob_create(out_io, MDB_IOB_WRONLY);
190 mdb.m_err = mdb_iob_create(err_io, MDB_IOB_WRONLY);
194 mdb.m_null = mdb_iob_create(null_io, MDB_IOB_WRONLY);
  /onnv/onnv-gate/usr/src/cmd/mdb/common/mdb/
mdb_io.c 402 iobs[1] = mdb_iob_create(pio, MDB_IOB_WRONLY);
447 if (iob->iob_flags & MDB_IOB_WRONLY) {
569 if (iob->iob_flags & MDB_IOB_WRONLY)
1051 ASSERT(iob->iob_flags & MDB_IOB_WRONLY);
    [all...]
mdb_io.h 52 #define MDB_IOB_WRONLY 0x0002 /* Buffer is for writing */
mdb_shell.c 177 iob = mdb_iob_create(mdb_fdio_create(pfds[1]), MDB_IOB_WRONLY | iflag);
mdb_main.c 437 mdb.m_out = mdb_iob_create(out_io, MDB_IOB_WRONLY);
440 mdb.m_err = mdb_iob_create(err_io, MDB_IOB_WRONLY);
444 mdb.m_null = mdb_iob_create(null_io, MDB_IOB_WRONLY);
mdb_termio.c     [all...]

Completed in 240 milliseconds