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

/xnu-2422.115.4/tools/tests/xnu_quick_test/
H A Dcontent_protection_test.c357 int new_prot_class = -1; local
430 for (new_prot_class = PROTECTION_CLASS_A; new_prot_class <= PROTECTION_CLASS_F; new_prot_class++)
441 if (SET_PROT_CLASS(fd, new_prot_class))
444 cpt_fail_header, __LINE__, old_prot_class, new_prot_class, strerror(errno));
744 for (new_prot_class = PROTECTION_CLASS_A; new_prot_class <= PROTECTION_CLASS_D; new_prot_class++)
756 if (SET_PROT_CLASS(dir_fd, new_prot_class))
[all...]

Completed in 15 milliseconds