Searched refs:GET_PROT_CLASS (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dcontent_protection_test.c23 #define GET_PROT_CLASS(fd) fcntl((fd), F_GETPROTECTIONCLASS) macro
432 old_prot_class = GET_PROT_CLASS(fd);
678 if (GET_PROT_CLASS(dir_fd) != PROTECTION_CLASS_D)
715 old_prot_class = GET_PROT_CLASS(dir_fd);
740 local_result = GET_PROT_CLASS(fd);
818 local_result = GET_PROT_CLASS(fd);
867 local_result = GET_PROT_CLASS(subdir_fd);

Completed in 10 milliseconds