Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c141 #define PS_PSARGS 0x4 macro
193 'f', MDB_OPT_SETBITS, PS_PSARGS, &prt_flags, in ps()
238 (prt_flags & PS_PSARGS) ? pr.p_user.u_psargs : pr.p_user.u_comm); in ps()
240 if (prt_flags & ~PS_PSARGS) in ps()