Searched defs:PG_NEWEST (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c329 #define PG_NEWEST 0x0001 macro
373 if (pgp->pg_flags & (PG_NEWEST | PG_OLDEST)) {
379 if (pgp->pg_flags & PG_NEWEST) {
422 'n', MDB_OPT_SETBITS, PG_NEWEST, &pg.pg_flags,
436 if ((pg.pg_flags & PG_NEWEST) && (pg.pg_flags & PG_OLDEST))
470 if (pg.pg_xaddr != 0 && (pg.pg_flags & (PG_NEWEST | PG_OLDEST))) {

Completed in 86 milliseconds