Home
last modified time | relevance | path

Searched refs:proclabel (Results 1 – 4 of 4) sorted by relevance

/freebsd/bin/ps/
H A Dprint.c816 mac_t proclabel; in label() local
820 if (mac_prepare_process_label(&proclabel) == -1) { in label()
824 error = mac_get_pid(k->ki_p->ki_pid, proclabel); in label()
826 if (mac_to_text(proclabel, &string) == -1) in label()
829 mac_free(proclabel); in label()
/freebsd/usr.bin/systat/
H A Dsystat.h76 void proclabel(int col);
H A Dswap.c174 proclabel(kvnsw + count); in showswap()
H A Dproc.c279 proclabel(int lcol) in proclabel() function