Home
last modified time | relevance | path

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

/original-bsd/sys/miscfs/procfs/
H A Dprocfs_fpregs.c68 return ((p->p_flag & P_SYSTEM) == 0);
H A Dprocfs_regs.c68 return ((p->p_flag & P_SYSTEM) == 0);
/original-bsd/sys/kern/
H A Dinit_main.c125 p->p_flag = P_INMEM | P_SYSTEM;
265 p->p_flag |= P_INMEM | P_SYSTEM; /* XXX */
H A Dkern_sig.c535 if (p->p_pid <= 1 || p->p_flag & P_SYSTEM ||
555 if (p->p_pid <= 1 || p->p_flag & P_SYSTEM ||
/original-bsd/sys/tahoe/tahoe/
H A Dvm_machdep.c338 if (p->p_ckey != 0 && (p->p_flag & P_SYSTEM) == 0) { in getcodekey()
421 if (p->p_dkey != 0 && (p->p_flag & P_SYSTEM) == 0) { in getdatakey()
/original-bsd/sys/vm/
H A Dvm_meter.c130 if (p->p_flag & P_SYSTEM)
H A Dvm_glue.c372 (P_SYSTEM | P_INMEM | P_NOSWAP | P_WEXIT | P_PHYSIO)) == P_INMEM)
/original-bsd/sys/sys/
H A Dproc.h168 #define P_SYSTEM 0x00200 /* System proc: no sigs, stats or swapping. */ macro
/original-bsd/usr.bin/gcore/
H A Dgcore.c113 if (p->p_flag & P_SYSTEM) /* Swapper or pagedaemon. */
/original-bsd/bin/ps/
H A Dprint.c208 if (flag & (P_SYSTEM | P_NOSWAP | P_PHYSIO))