Home
last modified time | relevance | path

Searched refs:P_SYSTEM (Results 1 – 7 of 7) sorted by relevance

/netbsd/usr.bin/pkill/
H A Dpkill.c291 if ((kp->p_flag & P_SYSTEM) != 0 || kp->p_pid == mypid) in main()
331 if ((kp->p_flag & P_SYSTEM) != 0) in main()
433 if ((kp->p_flag & P_SYSTEM) != 0) in main()
/netbsd/usr.bin/systat/
H A Dps.c284 if (kp->p_flag & P_SYSTEM) in comm2str()
/netbsd/external/bsd/top/dist/machine/
H A Dm_netbsd.c258 if ((pp->p_flag & P_SYSTEM) != 0) in get_pretty()
648 if (pp->p_stat != 0 && (show_system || ((pp->p_flag & P_SYSTEM) == 0))) { in get_proc_info()
H A Dm_macosx.c601 (show_system || ((MPP(pp, p_flag) & P_SYSTEM) == 0))) in get_process_info()
H A Dm_freebsd.c660 if (flag & P_SYSTEM || PP(pp, lock) > 0) in fmt_flags()
1326 (show_system || ((PP(pp, flag) & P_SYSTEM) == 0)) && in get_process_info()
/netbsd/bin/ps/
H A Dprint.c362 if (ki->p_flag & P_SYSTEM) { in command()
557 if (flag & P_SYSTEM) in state()
/netbsd/sys/sys/
H A Dsysctl.h528 #define P_SYSTEM /* 0x00000200 */ L_SYSTEM macro