Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/vfs/
H A Dvfs_cprotect.c502 cp_is_valid_class(int isdir, int32_t protectionclass) in cp_is_valid_class() argument
511 return (protectionclass >= PROTECTION_CLASS_DIR_NONE) && in cp_is_valid_class()
512 (protectionclass <= PROTECTION_CLASS_D); in cp_is_valid_class()
514 return (protectionclass >= PROTECTION_CLASS_A) && in cp_is_valid_class()
515 (protectionclass <= PROTECTION_CLASS_F); in cp_is_valid_class()
/xnu-8020.101.4/bsd/sys/
H A Dcprotect.h213 int cp_is_valid_class(int isdir, int32_t protectionclass);