Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c440 #define PG_NEWEST 0x0001 macro
494 if (pgp->pg_flags & (PG_NEWEST | PG_OLDEST)) { in pgrep_cb()
500 if (pgp->pg_flags & PG_NEWEST) { in pgrep_cb()
543 'n', MDB_OPT_SETBITS, PG_NEWEST, &pg.pg_flags, in pgrep()
557 if ((pg.pg_flags & PG_NEWEST) && (pg.pg_flags & PG_OLDEST)) in pgrep()
591 if (pg.pg_xaddr != 0 && (pg.pg_flags & (PG_NEWEST | PG_OLDEST))) { in pgrep()