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

/xnu-2422.115.4/tools/tests/xnu_quick_test/
H A Dcontent_protection_test.c46 kern_return_t k_result = KERN_FAILURE; local
57 k_result = IOServiceOpen(apple_key_bag_service, mach_task_self(), 0, &connection);
59 if (k_result != KERN_SUCCESS)
65 k_result = IOConnectCallMethod(connection, kAppleKeyStoreUserClientOpen, NULL, 0, NULL, 0, NULL, NULL, NULL, NULL);
67 if (k_result != KERN_SUCCESS)
144 kern_return_t k_result = KERN_FAILURE; local
155 k_result = IORegistryEntryGetProperty(defaults, "content-protect", buffer, &buffer_size);
157 if (k_result != KERN_SUCCESS)

Completed in 13 milliseconds