Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c253 uint_t pg_psflags; member
312 if (mdb_call_dcmd("ps", addr, pgp->pg_psflags, 0, NULL) != 0) { in pgrep_cb()
316 pgp->pg_psflags &= ~DCMD_LOOPFIRST; in pgrep_cb()
364 pg.pg_psflags = DCMD_ADDRSPEC | DCMD_LOOP | DCMD_LOOPFIRST; in pgrep()
366 pg.pg_psflags = DCMD_ADDRSPEC | DCMD_LOOP; in pgrep()
391 if (mdb_call_dcmd("ps", pg.pg_xaddr, pg.pg_psflags, in pgrep()