bin/ps/extern.h
71
void lpest(const KINFO *, const struct varent *);
bin/ps/keyword.c
82
{"batch", "BAT", NULL, 0, lpest, NULL, 3, LPOFF(origcpu), UINT, "d", NULL},
bin/ps/keyword.c
88
{"cpu", "CPU", NULL, 0, lpest, NULL, 3, LPOFF(estcpu), UINT, "d", NULL},