Home
last modified time | relevance | path

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

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