Home
last modified time | relevance | path

Searched defs:proc_field (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/top/dist/machine/
H A Dm_sunos5.c260 struct proc_field { struct
261 char *name;
262 int width;
263 int rjust;
264 int min_screenwidth;
265 int (*format)(char *, int, struct prpsinfo *);
455 struct proc_field proc_field[] = { variable
H A Dm_freebsd.c334 struct proc_field { struct
335 char *name;
336 int width;
337 int rjust;
338 int min_screenwidth;
339 int (*format)(char *, int, struct kinfo_proc *);
802 struct proc_field proc_field[] = { variable