Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dacct.h98 #define AFORK 0001 /* has executed fork, but no exec */ macro
/titanic_44/usr/src/cmd/lastcomm/
H A Dlc_utils.c270 BIT(AFORK, 'F'); in flagbits()
/titanic_44/usr/src/lib/libexacct/demo/
H A Dexdump.c347 if (flag & AFORK) in disp_obj()
/titanic_44/usr/src/uts/common/os/
H A Dfork.c1197 uarea->u_acflag = AFORK; in getproc()
H A Dexec.c332 up->u_acflag &= ~AFORK; in exec_common()