Home
last modified time | relevance | path

Searched refs:AFORK (Results 1 – 5 of 5) sorted by relevance

/original-bsd/sys/sys/
H A Dacct.h34 #define AFORK 0x01 /* fork'd but not exec'd */ macro
/original-bsd/usr.bin/lastcomm/
H A Dlastcomm.c147 BIT(AFORK, 'F');
/original-bsd/sys/kern/
H A Dkern_fork.c228 p2->p_acflag = AFORK;
H A Dkern_exec.c490 p->p_acflag &= ~AFORK;
/original-bsd/usr.sbin/sa/
H A Dsa.c681 if (fbuf.ac_flag&AFORK) {