Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/security/audit/
H A Daudit_bsm_fcntl.c208 #ifdef F_ADDSIGS
209 { BSM_F_ADDSIGS, F_ADDSIGS },
/xnu-12377.61.12/libsyscall/wrappers/cancelable/
H A Dfcntl-base.c63 case F_ADDSIGS: in fcntl()
/xnu-12377.61.12/tests/
H A Dfcntl.c36 int result = fcntl(fd, F_ADDSIGS, &args);
/xnu-12377.61.12/bsd/sys/
H A Dfcntl.h311 #define F_ADDSIGS 59 /* add detached signatures */ macro
/xnu-12377.61.12/bsd/kern/
H A Dkern_descrip.c3955 case F_ADDSIGS: in sys_fcntl_nocancel()
4057 if (cmd == F_ADDSIGS || cmd == F_ADDSIGS_MAIN_BINARY) { in sys_fcntl_nocancel()