Home
last modified time | relevance | path

Searched refs:PROTECTION_CLASS_CX (Results 1 – 2 of 2) sorted by relevance

/xnu-11417.121.6/bsd/sys/
H A Dcontent_protection.h51 #define PROTECTION_CLASS_CX 7 macro
54 #define PROTECTION_CLASS_MAX PROTECTION_CLASS_CX
/xnu-11417.121.6/bsd/vfs/
H A Dvfs_cprotect.c534 return (protectionclass == PROTECTION_CLASS_CX) || in cp_is_valid_class()
539 (protectionclass <= PROTECTION_CLASS_CX); in cp_is_valid_class()