Home
last modified time | relevance | path

Searched refs:F_GETPROTECTIONCLASS (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.121.3/bsd/sys/
H A Dfcntl.h307 #define F_GETPROTECTIONCLASS 63 /* Get the protection class of a file from the EA, … macro
/xnu-8020.121.3/tests/
H A Ddata_protection.c22 fcntl((fd), F_GETPROTECTIONCLASS)
/xnu-8020.121.3/bsd/kern/
H A Dkern_descrip.c4239 case F_GETPROTECTIONCLASS: { in sys_fcntl_nocancel()