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

/freebsd-current/sys/sys/
H A Dacct.h74 #define AFORK 0x01 /* forked but not exec'ed */ macro
/freebsd-current/usr.bin/lastcomm/
H A Dlastcomm.c216 BIT(AFORK, 'F');
/freebsd-current/usr.sbin/sa/
H A Dmain.c345 if (ac.ac_flagx & AFORK)
/freebsd-current/sys/kern/
H A Dkern_fork.c660 p2->p_acflag = AFORK;
H A Dkern_exec.c902 p->p_acflag &= ~AFORK;

Completed in 77 milliseconds