Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/vfs/
H A Dvfs_cprotect.c515 cp_is_valid_class(int isdir, int32_t protectionclass) in cp_is_valid_class() argument
524 return (protectionclass >= PROTECTION_CLASS_DIR_NONE) && in cp_is_valid_class()
525 (protectionclass <= PROTECTION_CLASS_D); in cp_is_valid_class()
527 return (protectionclass >= PROTECTION_CLASS_A) && in cp_is_valid_class()
528 (protectionclass <= PROTECTION_CLASS_F); in cp_is_valid_class()
/xnu-8796.141.3/bsd/sys/
H A Dcprotect.h219 int cp_is_valid_class(int isdir, int32_t protectionclass);