bin/ps/keyword.c
108
PVAR("acflag", "ACFLG", 0, p_acflag, PROCACFLAG, "x"),
bin/ps/keyword.c
115
PVAR("cpu", "CPU", 0, p_estcpu, UINT, "u"),
bin/ps/keyword.c
125
PVAR("f", "F", 0, p_flag, PROCFLAG, "x"),
bin/ps/keyword.c
139
PVAR("jobc", "JOBC", 0, p_jobc, SHORT, "d"),
bin/ps/keyword.c
140
PVAR("ktrace", "KTRACE", 0, p_traceflag, KTRACEFLAG, "x"),
bin/ps/keyword.c
141
/*XXX*/ PVAR("ktracep", "KTRACEP", 0, p_tracep, KPTR, PRIx64),
bin/ps/keyword.c
159
PVAR("nlwp", "NLWP", 0, p_nlwps, UINT64, PRId64),
bin/ps/keyword.c
168
/*XXX*/ PVAR("p_ru", "P_RU", 0, p_ru, KPTR, PRIx64),
bin/ps/keyword.c
169
/*XXX*/ PVAR("paddr", "PADDR", 0, p_paddr, KPTR, PRIx64),
bin/ps/keyword.c
182
PVAR("rlwp", "RLWP", 0, p_nrlwps, UINT64, PRId64),
bin/ps/keyword.c
188
PVAR("sess", "SESS", 0, p_sess, KPTR24, PRIx64),
bin/ps/keyword.c
190
PVAR("sig", "PENDING", 0, p_siglist, SIGLIST, "s"),
bin/ps/keyword.c
191
PVAR("sigcatch", "CAUGHT", 0, p_sigcatch, SIGLIST, "s"),
bin/ps/keyword.c
192
PVAR("sigignore", "IGNORED", 0, p_sigignore, SIGLIST, "s"),
bin/ps/keyword.c
193
PVAR("sigmask", "BLOCKED", 0, p_sigmask, SIGLIST, "s"),
bin/ps/keyword.c
207
PVAR("tsess", "TSESS", 0, p_tsess, KPTR, PRIx64),
bin/ps/keyword.c
221
PVAR("xstat", "XSTAT", 0, p_xstat, USHORT, "x"),