Home
last modified time | relevance | path

Searched refs:p_acflag (Results 1 – 12 of 12) sorted by relevance

/netbsd/sys/kern/
H A Dkern_core.c267 p->p_acflag |= ACORE; in coredump()
H A Dkern_acct.c482 acct.ac_flag = p->p_acflag; in acct_process()
H A Dkern_fork.c576 p2->p_acflag = AFORK; in fork1()
H A Dkern_proc.c2689 p->p_acflag = psrc->p_acflag; in fill_proc()
2818 ki->p_acflag = p->p_acflag; in fill_kproc2()
H A Dkern_sig.c2317 p->p_acflag |= AXSIG; in sigexit()
H A Dkern_exec.c1279 p->p_acflag &= ~AFORK; in execve_runproc()
/netbsd/sys/sys/
H A Dproc.h340 u_short p_acflag; /* p: Acc. flags; see struct lwp also */ member
H A Dsysctl.h456 uint16_t p_acflag; /* U_SHORT: Accounting flags. */ member
/netbsd/bin/ps/
H A Dkeyword.c108 PVAR("acflag", "ACFLG", 0, p_acflag, PROCACFLAG, "x"),
/netbsd/sys/rump/librump/rumpkern/
H A Dlwproc.c244 p->p_xsig = p->p_xexit = p->p_acflag = 0; in lwproc_newproc()
/netbsd/lib/libkvm/
H A Dkvm_proc.c647 kp2p->p_acflag = kp->kp_proc.p_acflag; in kvm_getproc2()
/netbsd/sys/coda/
H A Dcoda_vnops.c434 if (cp->c_inode != 0 && !(p && (p->p_acflag & ACORE))) { in coda_rdwr()