bin/ps/print.c
112
make_printable2(KI_LWP(k, comm)));
bin/ps/print.c
120
make_printable2(KI_LWP(k, comm)));
bin/ps/print.c
187
make_printable2(KI_LWP(k, comm)));
bin/ps/print.c
195
make_printable2(KI_LWP(k, comm)));
bin/ps/print.c
228
switch (KI_LWP(k, stat)) {
bin/ps/print.c
230
if (KI_LWP(k, flags) & LWP_SINTR) {
bin/ps/print.c
232
*cp = KI_LWP(k, slptime) >= MAXSLP ? 'I' : 'S';
bin/ps/print.c
234
else if (KI_LWP(k, tdflags) & TDF_SINTR)
bin/ps/print.c
243
if (KI_LWP(k, stat) == LSRUN) {
bin/ps/print.c
245
if (!(KI_LWP(k, tdflags) &
bin/ps/print.c
251
sprintf(cp, "%d", KI_LWP(k, cpuid));
bin/ps/print.c
322
if (KI_LWP(k, pid) != -1)
bin/ps/print.c
323
printf("%*d", vent->width, KI_LWP(k, prio));
bin/ps/print.c
325
printf("%*d", vent->width, -(KI_LWP(k, tdprio)));
bin/ps/print.c
332
int val = KI_LWP(k, tdprio);
bin/ps/print.c
457
if (*KI_LWP(k, wmesg)) {
bin/ps/print.c
459
KI_LWP(k, wmesg));
bin/ps/print.c
512
timeus = KI_LWP(k, uticks) + KI_LWP(k, sticks) +
bin/ps/print.c
513
KI_LWP(k, iticks);
bin/ps/print.c
560
return (100.0 * fxtofl(KI_LWP(k, pctcpu)));
bin/ps/print.c
574
switch (KI_LWP(k, rtprio).type) {
bin/ps/print.c
576
niceval = PRIO_MIN - 1 - RTP_PRIO_MAX + KI_LWP(k, rtprio).prio;
bin/ps/print.c
579
niceval = PRIO_MAX + 1 + KI_LWP(k, rtprio).prio;
bin/ps/print.c
582
niceval = PRIO_MIN - 1 - RTP_PRIO_MAX - KI_LWP(k, rtprio).prio;
bin/ps/print.c
622
printf("%*ld", vent->width, KI_LWP(k, ru).ru_majflt);
bin/ps/print.c
645
prtp = &KI_LWP(k, rtprio);
bin/ps/print.c
743
printval(((const char *)&KI_LWP(k, ru) + vent->var->off), vent);