Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c252 uint_t pg_flags; member
277 if ((pgp->pg_flags & PG_EXACT_MATCH) ? in pgrep_cb()
285 if ((pgp->pg_flags & PG_EXACT_MATCH) && in pgrep_cb()
290 if (pgp->pg_flags & (PG_NEWEST | PG_OLDEST)) { in pgrep_cb()
296 if (pgp->pg_flags & PG_NEWEST) { in pgrep_cb()
308 } else if (pgp->pg_flags & PG_PIPE_OUT) { in pgrep_cb()
335 pg.pg_flags = 0; in pgrep()
339 'n', MDB_OPT_SETBITS, PG_NEWEST, &pg.pg_flags, in pgrep()
340 'o', MDB_OPT_SETBITS, PG_OLDEST, &pg.pg_flags, in pgrep()
341 'x', MDB_OPT_SETBITS, PG_EXACT_MATCH, &pg.pg_flags, in pgrep()
[all …]