Searched refs:pt_kp (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.bin/systat/
H A Dps.h39 struct kinfo_proc2 *pt_kp; member in struct:p_times
H A Dps.c111 if (pt[k].pt_kp == NULL) /* We're all the way down to the imaginary idle proc */
114 kp = pt[k].pt_kp;
120 pctmem = pmem2float(pt[k].pt_kp);
121 vsz = vsz2int(pt[k].pt_kp);
122 rss = rss2int(pt[k].pt_kp);
123 tty = tty2str(pt[k].pt_kp);
124 state = state2str(pt[k].pt_kp);
125 start = start2str(pt[k].pt_kp);
126 time_str = time2str(pt[k].pt_kp);
127 comm = comm2str(pt[k].pt_kp);
[all...]
H A Dpigs.c120 if (pt[k].pt_kp == NULL) {
126 kp = pt[k].pt_kp;
210 pt[i].pt_kp = k = &kpp[i];
228 pt[nproc].pt_kp = NULL;

Completed in 58 milliseconds