Home
last modified time | relevance | path

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

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