Searched refs:p_acflag (Results 1 – 14 of 14) sorted by relevance
418 acct.ac_flagx = p->p_acflag; in acct_process()
655 p2->p_acflag = AFORK; in do_fork()
798 p->p_acflag &= ~AFORK;
2948 p->p_acflag |= AXSIG;3332 p->p_acflag |= ACORE; in coredump()
920 kp->ki_acflag = p->p_acflag; in fill_kinfo_proc_only()
1281 # define CHECK_CAP suser(curproc->p_ucred, &curproc->p_acflag)1345 # define CHECK_CAP suser(PCPU(curproc)->p_ucred, &PCPU(curproc)->p_acflag)
540 if ((error = suser(p->p_ucred, &p->p_acflag)) != 0)
775 if ((error = suser(p->p_ucred, &p->p_acflag)) != 0)
1058 error = suser(p->p_ucred, &p->p_acflag);
784 if ((error = suser(p->p_ucred, &p->p_acflag)) != 0)
1269 if ((error = suser(p->p_ucred, &p->p_acflag)) != 0)
1931 if ((error = suser(p->p_ucred, &p->p_acflag)) != 0)
393 kp->ki_acflag = proc.p_acflag; in kvm_proclist()
574 u_short p_acflag; /* (c) Accounting flags. */ member