Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnx/570x/common/include/
H A Dl2_defs.h484 u8_t pg_flags; member
522 u8_t pg_flags; member
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c446 uint_t pg_flags; member
481 if ((pgp->pg_flags & PG_EXACT_MATCH) ? in pgrep_cb()
489 if ((pgp->pg_flags & PG_EXACT_MATCH) && in pgrep_cb()
494 if (pgp->pg_flags & (PG_NEWEST | PG_OLDEST)) { in pgrep_cb()
500 if (pgp->pg_flags & PG_NEWEST) { in pgrep_cb()
512 } else if (pgp->pg_flags & PG_PIPE_OUT) { in pgrep_cb()
539 pg.pg_flags = 0; in pgrep()
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()
564 pg.pg_flags |= PG_PIPE_OUT; in pgrep()
[all …]