Home
last modified time | relevance | path

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

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