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

/xnu-2422.115.4/tools/tests/xnu_quick_test/
H A Dcontent_protection_test.c26 #define PRINT_LOCK_FAIL printf("%s, line %d: failed to lock the device.\n", cpt_fail_header, __LINE__);
27 #define PRINT_UNLOCK_FAIL printf("%s, line %d: failed to unlock the device.\n", cpt_fail_header, __LINE__);
31 char * cpt_fail_header = "Content protection test failed"; variable
384 cpt_fail_header, __LINE__);
393 cpt_fail_header, __LINE__);
409 cpt_fail_header, __LINE__);
416 cpt_fail_header, __LINE__);
425 cpt_fail_header, __LINE__, strerror(errno));
437 cpt_fail_header, __LINE__, strerror(errno));
444 cpt_fail_header, __LINE_
[all...]

Completed in 17 milliseconds