Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c145 #define PS_PSARGS 0x4 macro
317 'f', MDB_OPT_SETBITS, PS_PSARGS, &prt_flags, in ps()
389 (prt_flags & PS_PSARGS) ? pr.p_user.u_psargs : pr.p_user.u_comm); in ps()
391 if (prt_flags & ~PS_PSARGS) in ps()