bin/ps/extern.h
46
void command(const KINFO *, const struct varent *);
bin/ps/extern.h
47
void cputime(const KINFO *, const struct varent *);
bin/ps/extern.h
49
void evar(const KINFO *, const struct varent *);
bin/ps/extern.h
51
double getpcpu(const KINFO *);
bin/ps/extern.h
52
double getpmem(const KINFO *);
bin/ps/extern.h
53
void logname(const KINFO *, const struct varent *);
bin/ps/extern.h
54
void longtname(const KINFO *, const struct varent *);
bin/ps/extern.h
55
void lstarted(const KINFO *, const struct varent *);
bin/ps/extern.h
56
void maxrss(const KINFO *, const struct varent *);
bin/ps/extern.h
58
void p_rssize(const KINFO *, const struct varent *);
bin/ps/extern.h
59
void pagein(const KINFO *, const struct varent *);
bin/ps/extern.h
62
void pcpu(const KINFO *, const struct varent *);
bin/ps/extern.h
63
void pnice(const KINFO *, const struct varent *);
bin/ps/extern.h
64
void pmem(const KINFO *, const struct varent *);
bin/ps/extern.h
65
void pri(const KINFO *, const struct varent *);
bin/ps/extern.h
66
void tdpri(const KINFO *, const struct varent *);
bin/ps/extern.h
67
void rtprior(const KINFO *, const struct varent *);
bin/ps/extern.h
69
void pvar(const KINFO *, const struct varent *);
bin/ps/extern.h
70
void lpvar(const KINFO *, const struct varent *);
bin/ps/extern.h
71
void lpest(const KINFO *, const struct varent *);
bin/ps/extern.h
72
void tvar(const KINFO *, const struct varent *);
bin/ps/extern.h
73
void rssize(const KINFO *, const struct varent *);
bin/ps/extern.h
74
void runame(const KINFO *, const struct varent *);
bin/ps/extern.h
75
int s_runame(const KINFO *);
bin/ps/extern.h
76
void rvar(const KINFO *, const struct varent *);
bin/ps/extern.h
78
void started(const KINFO *, const struct varent *);
bin/ps/extern.h
79
void state(const KINFO *, const struct varent *);
bin/ps/extern.h
80
void tdev(const KINFO *, const struct varent *);
bin/ps/extern.h
81
void tname(const KINFO *, const struct varent *);
bin/ps/extern.h
82
void tsize(const KINFO *, const struct varent *);
bin/ps/extern.h
83
void ucomm(const KINFO *, const struct varent *);
bin/ps/extern.h
84
void uname(const KINFO *, const struct varent *);
bin/ps/extern.h
85
int s_uname(const KINFO *);
bin/ps/extern.h
86
void vsize(const KINFO *, const struct varent *);
bin/ps/extern.h
87
void wchan(const KINFO *, const struct varent *);
bin/ps/print.c
100
command(const KINFO *k, const struct varent *vent)
bin/ps/print.c
181
ucomm(const KINFO *k, const struct varent *vent)
bin/ps/print.c
204
logname(const KINFO *k, const struct varent *vent)
bin/ps/print.c
212
state(const KINFO *k, const struct varent *vent)
bin/ps/print.c
320
pri(const KINFO *k, const struct varent *vent)
bin/ps/print.c
329
tdpri(const KINFO *k, const struct varent *vent)
bin/ps/print.c
339
uname(const KINFO *k, const struct varent *vent)
bin/ps/print.c
346
s_uname(const KINFO *k)
bin/ps/print.c
352
runame(const KINFO *k, const struct varent *vent)
bin/ps/print.c
359
s_runame(const KINFO *k)
bin/ps/print.c
365
tdev(const KINFO *k, const struct varent *vent)
bin/ps/print.c
380
tname(const KINFO *k, const struct varent *vent)
bin/ps/print.c
400
longtname(const KINFO *k, const struct varent *vent)
bin/ps/print.c
413
started(const KINFO *k, const struct varent *vent)
bin/ps/print.c
444
lstarted(const KINFO *k, const struct varent *vent)
bin/ps/print.c
455
wchan(const KINFO *k, const struct varent *vent)
bin/ps/print.c
476
vsize(const KINFO *k, const struct varent *vent)
bin/ps/print.c
482
rssize(const KINFO *k, const struct varent *vent)
bin/ps/print.c
490
p_rssize(const KINFO *k, const struct varent *vent)
bin/ps/print.c
496
cputime(const KINFO *k, const struct varent *vent)
bin/ps/print.c
546
getpcpu(const KINFO *k)
bin/ps/print.c
564
pcpu(const KINFO *k, const struct varent *vent)
bin/ps/print.c
570
pnice(const KINFO *k, const struct varent *vent)
bin/ps/print.c
593
getpmem(const KINFO *k)
bin/ps/print.c
614
pmem(const KINFO *k, const struct varent *vent)
bin/ps/print.c
620
pagein(const KINFO *k, const struct varent *vent)
bin/ps/print.c
627
maxrss(const KINFO *k __unused, const struct varent *vent)
bin/ps/print.c
633
tsize(const KINFO *k, const struct varent *vent)
bin/ps/print.c
639
rtprior(const KINFO *k, const struct varent *vent)
bin/ps/print.c
718
pvar(const KINFO *k, const struct varent *vent)
bin/ps/print.c
724
lpest(const KINFO *k, const struct varent *vent)
bin/ps/print.c
735
lpvar(const KINFO *k, const struct varent *vent)
bin/ps/print.c
741
rvar(const KINFO *k, const struct varent *vent)
bin/ps/ps.c
409
if ((KInfo = calloc(nentries, sizeof(KINFO))) == NULL)
bin/ps/ps.c
411
if ((KSort = malloc(nentries * sizeof(KINFO *))) == NULL)
bin/ps/ps.c
435
qsort(KSort, nentries, sizeof(KINFO *), pscomp);
bin/ps/ps.c
539
dynsizevars(KINFO *ki)
bin/ps/ps.c
573
getfmt(char **(*fn) (kvm_t *, const struct kinfo_proc *, int), KINFO *ki, char
bin/ps/ps.c
585
saveuser(KINFO *ki)
bin/ps/ps.c
606
const KINFO *a = *(KINFO * const *)arg_a;
bin/ps/ps.c
607
const KINFO *b = *(KINFO * const *)arg_b;
bin/ps/ps.c
644
static int dochain_final(KINFO **kfinal, KINFO *base, int j);
bin/ps/ps.c
647
dochain (KINFO **ksort, int *nentriesp, pid_t pid)
bin/ps/ps.c
654
KINFO *scan;
bin/ps/ps.c
655
KINFO **khash;
bin/ps/ps.c
656
KINFO **kfinal;
bin/ps/ps.c
66
KINFO *KInfo;
bin/ps/ps.c
662
khash = calloc(KHSIZE, sizeof(KINFO *));
bin/ps/ps.c
663
kfinal = calloc(nentries, sizeof(KINFO *));
bin/ps/ps.c
67
KINFO **KSort;
bin/ps/ps.c
724
dochain_final(KINFO **kfinal, KINFO *base, int j)
bin/ps/ps.c
726
KINFO *scan;
bin/ps/ps.c
91
KINFO *, char *, int);
bin/ps/ps.c
94
static void dochain (KINFO **ksort, int *nentriesp, pid_t pid);
bin/ps/ps.c
95
static void saveuser (KINFO *);
bin/ps/ps.c
97
static void dynsizevars (KINFO *);