Lines Matching refs:IOLog

1632 		IOLog("%s: Threads completed: %zu/%zu\n", __func__, threadsCompleted, numThreads);  in IOUserNotificationTests()
1802 IOLog("test handler\n"); in IOServiceStateNotificationTests()
1809 IOLog("test handler %s\n", s->text()); in IOServiceStateNotificationTests()
1819 IOLog("test es handler\n"); in IOServiceStateNotificationTests()
1826 IOLog("test es handler %s\n", s->text()); in IOServiceStateNotificationTests()
1849 IOLog("IOMallocPageable(size=%u, alignment=%u) failed\n", (uint32_t)size, (uint32_t)alignment); in IOMallocPageableTests()
1853IOLog("IOMallocPageable(size=%u, alignment=%u) returned unaligned pointer %p\n", (uint32_t)size, (… in IOMallocPageableTests()
1860IOLog("IOMallocPageableZero(size=%u, alignment=%u) failed\n", (uint32_t)size, (uint32_t)alignment); in IOMallocPageableTests()
1864IOLog("IOMallocPageableZero(size=%u, alignment=%u) returned unaligned pointer %p\n", (uint32_t)siz… in IOMallocPageableTests()
1869IOLog("IOMallocPageableZero(size=%u, alignment=%u) -> %p, byte at %p is nonzero\n", (uint32_t)size… in IOMallocPageableTests()
2029 IOLog("terminating 0x%qx\n", service->getRegistryEntryID()); in sysctl_iokittest()
2032 IOLog("register 0x%qx\n", service->getRegistryEntryID()); in sysctl_iokittest()
2184 IOLog("Failed to find IOResources\n"); in sysctl_iokit_test_service_setup()
2191 IOLog("Failed to alloc class %s\n", classname); in sysctl_iokit_test_service_setup()
2199 IOLog("Instance of class %s is not an IOService\n", classname); in sysctl_iokit_test_service_setup()
2205 IOLog("Failed to initialize %s\n", classname); in sysctl_iokit_test_service_setup()
2211 IOLog("Failed to attach %s\n", classname); in sysctl_iokit_test_service_setup()
2217 IOLog("Failed to start %s\n", classname); in sysctl_iokit_test_service_setup()
2224 IOLog("Failed to create service handle\n"); in sysctl_iokit_test_service_setup()