Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c443 #define PG_EXACT_MATCH 0x0008 macro
481 if ((pgp->pg_flags & PG_EXACT_MATCH) ? in pgrep_cb()
489 if ((pgp->pg_flags & PG_EXACT_MATCH) && in pgrep_cb()
545 'x', MDB_OPT_SETBITS, PG_EXACT_MATCH, &pg.pg_flags, in pgrep()