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

/xnu-2422.115.4/tools/tests/xnu_quick_test/
H A Dcontent_protection_test.c358 int old_prot_class = -1; local
432 old_prot_class = GET_PROT_CLASS(fd);
434 if (old_prot_class == -1)
444 cpt_fail_header, __LINE__, old_prot_class, new_prot_class, strerror(errno));
454 old_prot_class = fcntl(fd, F_GETDEFAULTPROTLEVEL);
455 if (old_prot_class == -1) {
747 old_prot_class = GET_PROT_CLASS(dir_fd);
749 if (old_prot_class == -1)
759 cpt_fail_header, __LINE__, old_prot_class, new_prot_class, strerror(errno));

Completed in 17 milliseconds