Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/sys/
H A Dfcntl.h308 #define F_SETPROTECTIONCLASS 64 /* Set the protection class of a file for the EA, r… macro
/xnu-8020.121.3/tests/
H A Ddata_protection.c25 fcntl((fd), F_SETPROTECTIONCLASS, (prot_class))
/xnu-8020.121.3/bsd/kern/
H A Dkern_descrip.c4270 case F_SETPROTECTIONCLASS: { in sys_fcntl_nocancel()