Home
last modified time | relevance | path

Searched refs:PROC_LOGSIGEXIT_CTL (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/sys/
H A Dprocctl.h68 #define PROC_LOGSIGEXIT_CTL 23 /* en/dis logging on sigexit */ macro
/freebsd/usr.bin/proccontrol/
H A Dproccontrol.c415 error = procctl(P_PID, pid, PROC_LOGSIGEXIT_CTL, &arg); in main()
/freebsd/sys/kern/
H A Dkern_procctl.c1143 [PROC_LOGSIGEXIT_CTL] =
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_misc.c3866 case PROC_LOGSIGEXIT_CTL: in freebsd32_procctl()