bin/ps/extern.h
44
extern VARENT *vhead;
bin/ps/extern.h
47
void command(const struct pinfo *, VARENT *);
bin/ps/extern.h
48
void cputime(const struct pinfo *, VARENT *);
bin/ps/extern.h
50
void elapsed(const struct pinfo *, VARENT *);
bin/ps/extern.h
52
void gname(const struct pinfo *, VARENT *);
bin/ps/extern.h
53
void supgid(const struct pinfo *, VARENT *);
bin/ps/extern.h
54
void supgrp(const struct pinfo *, VARENT *);
bin/ps/extern.h
55
void logname(const struct pinfo *, VARENT *);
bin/ps/extern.h
56
void longtname(const struct pinfo *, VARENT *);
bin/ps/extern.h
57
void lstarted(const struct pinfo *, VARENT *);
bin/ps/extern.h
58
void maxrss(const struct pinfo *, VARENT *);
bin/ps/extern.h
60
void p_rssize(const struct pinfo *, VARENT *);
bin/ps/extern.h
61
void pagein(const struct pinfo *, VARENT *);
bin/ps/extern.h
63
void pcpu(const struct pinfo *, VARENT *);
bin/ps/extern.h
64
void pmem(const struct pinfo *, VARENT *);
bin/ps/extern.h
65
void pri(const struct pinfo *, VARENT *);
bin/ps/extern.h
67
void pvar(const struct pinfo *, VARENT *);
bin/ps/extern.h
68
void pnice(const struct pinfo *, VARENT *);
bin/ps/extern.h
69
void rgname(const struct pinfo *, VARENT *);
bin/ps/extern.h
70
void runame(const struct pinfo *, VARENT *);
bin/ps/extern.h
72
void started(const struct pinfo *, VARENT *);
bin/ps/extern.h
73
void printstate(const struct pinfo *, VARENT *);
bin/ps/extern.h
74
void printpledge(const struct pinfo *, VARENT *);
bin/ps/extern.h
75
void tdev(const struct pinfo *, VARENT *);
bin/ps/extern.h
76
void tname(const struct pinfo *, VARENT *);
bin/ps/extern.h
77
void tsize(const struct pinfo *, VARENT *);
bin/ps/extern.h
78
void dsize(const struct pinfo *, VARENT *);
bin/ps/extern.h
79
void ssize(const struct pinfo *, VARENT *);
bin/ps/extern.h
80
void ucomm(const struct pinfo *, VARENT *);
bin/ps/extern.h
81
void curwd(const struct pinfo *, VARENT *);
bin/ps/extern.h
82
void euname(const struct pinfo *, VARENT *);
bin/ps/extern.h
83
void vsize(const struct pinfo *, VARENT *);
bin/ps/extern.h
84
void wchan(const struct pinfo *, VARENT *);
bin/ps/print.c
111
command(const struct pinfo *pi, VARENT *ve)
bin/ps/print.c
205
ucomm(const struct pinfo *pi, VARENT *ve)
bin/ps/print.c
212
curwd(const struct pinfo *pi, VARENT *ve)
bin/ps/print.c
226
logname(const struct pinfo *pi, VARENT *ve)
bin/ps/print.c
245
printstate(const struct pinfo *pi, VARENT *ve)
bin/ps/print.c
329
printpledge(const struct pinfo *pi, VARENT *ve)
bin/ps/print.c
351
pri(const struct pinfo *pi, VARENT *ve)
bin/ps/print.c
361
pnice(const struct pinfo *pi, VARENT *ve)
bin/ps/print.c
371
euname(const struct pinfo *pi, VARENT *ve)
bin/ps/print.c
380
runame(const struct pinfo *pi, VARENT *ve)
bin/ps/print.c
389
gname(const struct pinfo *pi, VARENT *ve)
bin/ps/print.c
398
rgname(const struct pinfo *pi, VARENT *ve)
bin/ps/print.c
407
supgid(const struct pinfo *pi, VARENT *ve)
bin/ps/print.c
429
supgrp(const struct pinfo *pi, VARENT *ve)
bin/ps/print.c
451
tdev(const struct pinfo *pi, VARENT *ve)
bin/ps/print.c
471
tname(const struct pinfo *pi, VARENT *ve)
bin/ps/print.c
491
longtname(const struct pinfo *pi, VARENT *ve)
bin/ps/print.c
507
started(const struct pinfo *pi, VARENT *ve)
bin/ps/print.c
543
lstarted(const struct pinfo *pi, VARENT *ve)
bin/ps/print.c
562
elapsed(const struct pinfo *pi, VARENT *ve)
bin/ps/print.c
608
wchan(const struct pinfo *pi, VARENT *ve)
bin/ps/print.c
621
vsize(const struct pinfo *pi, VARENT *ve)
bin/ps/print.c
632
p_rssize(const struct pinfo *pi, VARENT *ve)
bin/ps/print.c
643
cputime(const struct pinfo *pi, VARENT *ve)
bin/ps/print.c
689
pcpu(const struct pinfo *pi, VARENT *ve)
bin/ps/print.c
713
pmem(const struct pinfo *pi, VARENT *ve)
bin/ps/print.c
722
pagein(const struct pinfo *pi, VARENT *ve)
bin/ps/print.c
733
maxrss(const struct pinfo *pi, VARENT *ve)
bin/ps/print.c
743
tsize(const struct pinfo *pi, VARENT *ve)
bin/ps/print.c
753
dsize(const struct pinfo *pi, VARENT *ve)
bin/ps/print.c
763
ssize(const struct pinfo *pi, VARENT *ve)
bin/ps/print.c
824
pvar(const struct pinfo *pi, VARENT *ve)