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

  /onnv/onnv-gate/usr/src/cmd/mdb/common/mdb/
mdb_io.h 58 #define MDB_IOB_PGCONT 0x0080 /* Continue paging until next reset */
mdb_io.c 249 if (iob->iob_pgp == NULL || (iob->iob_flags & MDB_IOB_PGCONT))
315 iob->iob_flags |= MDB_IOB_PGCONT;
537 iob->iob_flags &= ~(MDB_IOB_PGSINGLE | MDB_IOB_PGCONT);
576 iob->iob_flags &= ~(MDB_IOB_PGSINGLE | MDB_IOB_PGCONT);
    [all...]

Completed in 120 milliseconds