Searched refs:ki_p (Results 1 – 3 of 3) sorted by relevance
/freebsd/bin/ps/ |
H A D | print.c | 118 k->ki_p->ki_comm, in command() 119 (showthreads && k->ki_p->ki_numthreads > 1) ? "/" : "", in command() 120 (showthreads && k->ki_p->ki_numthreads > 1) ? k->ki_p->ki_tdname : "", in command() 121 (showthreads && k->ki_p->ki_numthreads > 1) ? k->ki_p->ki_moretdname : ""); in command() 123 str = strdup(k->ki_p->ki_comm); in command() 171 k->ki_p->ki_comm, in ucomm() 172 (showthreads && k->ki_p->ki_numthreads > 1) ? "/" : "", in ucomm() 173 (showthreads && k->ki_p->ki_numthreads > 1) ? k->ki_p->ki_tdname : "", in ucomm() 174 (showthreads && k->ki_p->ki_numthreads > 1) ? k->ki_p->ki_moretdname : ""); in ucomm() 176 if (showthreads && k->ki_p->ki_numthreads > 1) in ucomm() [all …]
|
H A D | ps.c | 630 next_KINFO->ki_p = kp; in main() 1060 if (ki[dst].ki_p->ki_pid == ki[src].ki_p->ki_pid) in descendant_sort() 1062 if (ki[dst].ki_p->ki_pid == ki[src].ki_p->ki_ppid) in descendant_sort() 1262 s = fmt_argv((*fn)(kd, ki->ki_p, termwidth), comm, in fmt() 1263 showthreads && ki->ki_p->ki_numthreads > 1 ? thread : NULL, maxlen); in fmt() 1278 if (ki->ki_p->ki_stat == SZOMB) { in saveuser() 1282 ki->ki_p->ki_tdname, ki->ki_p->ki_moretdname); in saveuser() 1284 ki->ki_p->ki_comm, tdname, COMMLEN * 2 + 1); in saveuser() 1323 if (ka->ki_p->ki_tdev != kb->ki_p->ki_tdev) { in pscomp() 1324 if (ka->ki_p->ki_tdev == NODEV) in pscomp() [all …]
|
H A D | ps.h | 43 struct kinfo_proc *ki_p; /* kinfo_proc structure */ member
|