Home
last modified time | relevance | path

Searched refs:IOLog (Results 1 – 25 of 37) sorted by relevance

12

/xnu-8792.41.9/tools/tests/testkext/
H A Dtestthreadcall.cpp33 IOLog("%s\n", __PRETTY_FUNCTION__); in start()
40 IOLog("%s: Assertions %s\n", __PRETTY_FUNCTION__, in start()
42 IOLog("%s: Statistics %s\n", __PRETTY_FUNCTION__, in start()
44 IOLog("%s: Diagnostic API %s\n", __PRETTY_FUNCTION__, in start()
47 IOLog("Attempting thread_call_allocate\n"); in start()
49 IOLog("thread_call_t %p\n", tcall); in start()
52 IOLog("tlock %p\n", tlock); in start()
55 IOLog("%d sec deadline is %llu\n", 5, deadline); in start()
59 IOLog("Attempting thread_call_allocate\n"); in start()
61 IOLog("thread_call_t %p\n", tcall); in start()
[all …]
H A Dtestvmx.cpp25 IOLog("%s\n", __PRETTY_FUNCTION__); in start()
31 IOLog("Attempting host_vmxon\n"); in start()
33 IOLog("host_vmxon: %d\n", ret); in start()
41 IOLog("%s\n", __PRETTY_FUNCTION__); in stop()
45 IOLog("Attempting host_vmxoff\n"); in stop()
47 IOLog("host_vmxoff called\n"); in stop()
/xnu-8792.41.9/libkern/c++/Tests/TestSerialization/test2/
H A Dtest2_main.cpp121 IOLog("test buffer start:\n%s\n:test buffer end.\n", testBuffer); in test2_start()
128 IOLog("%s\n", errmsg->getCStringNoCopy()); in test2_start()
130 IOLog("bogus error message\n"); in test2_start()
139 IOLog("serialization failed\n"); in test2_start()
143 IOLog("serialized object's length = %d, capacity = %d\n", s->getLength(), s->getCapacity()); in test2_start()
144 IOLog("object unformatted = %s\n", s->text()); in test2_start()
149 IOLog("%s\n", errmsg->getCStringNoCopy()); in test2_start()
154 IOLog("serialization #2 failed\n"); in test2_start()
158 IOLog("serialized object's length = %d, capacity = %d\n", in test2_start()
160 IOLog("object unformatted = %s\n", s2->text()); in test2_start()
[all …]
/xnu-8792.41.9/iokit/Kernel/
H A DprintPlist9 IOLog("error! null plist\n");
17 IOLog("{\n");
22 IOLog(" ");
24 IOLog("%s = ", key->getCStringNoCopy());
30 IOLog(" ");
32 IOLog("}\n");
36 IOLog("{\n");
42 IOLog(" ");
48 IOLog(" ");
50 IOLog("}\n");
[all …]
H A DIOReporterDefs.h39 IOLog((fmt), ##args); \
40 IOLog("\n"); \
50 #define IORERROR(fmt, args...) IOLog(fmt, ##args);
86 IOLog("IOReporter::DrvID: %llx | Elt:[%3d] |ID: %llx |Ticks: %llu |", \
91 IOLog("0: %llu | 1: %llu | 2: %llu | 3: %llu\n", \
H A DIOReportLegend.cpp40 IOLog("IOReportLegend | "); \
41 IOLog(fmt, ##args); \
42 IOLog("\n"); \
H A DIOCatalogue.cpp109 IOLog("KernelConfigTables syntax error: %s\n", in initialize()
188 IOLog("Missing or bad \"%s\" key\n", in init()
450 IOLog("IOCatalogue::addDrivers() encountered non-dictionary; bailing.\n"); in addDrivers()
778 IOLog("%sallowing kextunload terminate for bundleID %s\n", in terminateDrivers()
885IOLog("preserving service %s-0x%llx during userspace reboot\n", service->getName(), service->getRe… in terminateDriversForUserspaceReboot()
895IOLog("terminating service %s-0x%llx [dext %s]\n", service->getName(), service->getRegistryEntryID… in terminateDriversForUserspaceReboot()
902IOLog("terminating service %s-0x%llx [kext %s]\n", service->getName(), service->getRegistryEntryID… in terminateDriversForUserspaceReboot()
909IOLog("failed to terminate service %s-0x%llx\n", service->getName(), service->getRegistryEntryID()… in terminateDriversForUserspaceReboot()
1183IOLog("%s: failed to terminate service %s-0x%qx with options %08llx for new dext %s\n", __FUNCTION… in startMatching()
1247 IOLog("Resetting IOCatalogue.\n"); in resetAndAddDrivers()
H A DIOUserClient.cpp996 IOLog("%s: kernel_mach_msg_send (0x%x)\n", __PRETTY_FUNCTION__, kr ); in handler()
1197 IOLog("%s: kernel_mach_msg_send (0x%x)\n", __PRETTY_FUNCTION__, kr ); in handler()
1727 IOLog("iokit_task_app_suspended_changed(%s) %s %d\n", str ? str->getCStringNoCopy() : "", in iokit_task_app_suspended_changed()
1759 IOLog("destroying out of band connect for %s\n", uc->getName()); in iokit_task_terminate()
2264 IOLog("%s: mach_msg_send_from_kernel_proper(0x%x)\n", __PRETTY_FUNCTION__, kr ); in _sendAsyncResult64()
4040IOLog("IORegistryEntrySetProperties(%s, %s) disallowed due to " kIORegistryEntryAllowableSetProper… in is_io_registry_entry_set_properties()
4180IOLog("IOServiceWaitQuietWithOptions(%s): Not entitled\n", taskName ? taskName->getCStringNoCopy()… in is_io_service_wait_quiet_with_options()
4366IOLog("IOUC %s requires kIOUserClientDefaultLockingKey, kIOUserClientDefaultLockingSetPropertiesKe… in is_io_service_open_extended()
4395 IOLog("IOUC %s missing " kIOUserClientEntitlementsKey " property\n", in is_io_service_open_extended()
4399IOLog("IOUC %s had " kIOUserClientEntitlementsKey "with value not boolean false or string\n", clie… in is_io_service_open_extended()
[all …]
H A DIODMACommand.cpp79 #define DEBG(fmt, args...) { IOLog(fmt, ## args); kprintf(fmt, ## args); }
965 IOLog("DMA[%p] alloc 0x%qx, 0x%qx\n", this, mapArgs.fAlloc, mapArgs.fAllocLength); in prepare()
1002 IOLog("DMA[%p] phys[%d] 0x%qx, 0x%qx\n", this, segCount, (uint64_t) phys, (uint64_t) segLen); in prepare()
1010IOLog("DMA[%p] runs[%d] dmaoff 0x%qx, mapoff 0x%qx, align 0x%qx\n", this, segCount, index, insertO… in prepare()
1029 IOLog("IODMACommand fMapSegmentsCount %d\n", state->fMapSegmentsCount); in prepare()
1363IOLog("DMA[%p] offsets 0x%qx, 0x%qx, 0x%qx ind %qd\n", this, offset, internalState->fPreparedOffse… in genIOVMSegments()
1391 IOLog("DMA[%p] addrlen 0x%qx, 0x%qx\n", this, address, length); in genIOVMSegments()
1597 IOLog("DMA[%p] outseg 0x%qx, 0x%qx\n", this, curSeg.fIOVMAddr, curSeg.fLength); in genIOVMSegments()
1611 IOLog("DMA[%p] outseg 0x%qx, 0x%qx\n", this, curSeg.fIOVMAddr, curSeg.fLength); in genIOVMSegments()
H A DIOPlatformExpert.cpp675 IOLog("PMRegisterDevice/CheckSubTree - service registered!\n"); in CheckSubTree()
782 IOLog("%s IOClass is %s\n", inMsg, ioClass->getCStringNoCopy()); in printDictionaryKeys()
791 IOLog("%s IOProviderClass is %s\n", inMsg, ioClass->getCStringNoCopy()); in printDictionaryKeys()
799 IOLog("%s IONameMatch is %s\n", inMsg, ioClass->getCStringNoCopy()); in printDictionaryKeys()
808 IOLog("%s IONameMatched is %s\n", inMsg, ioClass->getCStringNoCopy()); in printDictionaryKeys()
832 IOLog("%s name is %s\n", inMsg, nameStr); in printDictionaryKeys()
H A DIOService.cpp913 IOLog("stalling for detach from %s\n", provider->getName()); in attach()
1061 IOLog("%s: not registry member at registerService()\n", getName()); in registerService()
1077 IOLog( "Registering: " ); in registerService()
1083 IOLog(".."); in registerService()
1094 IOLog( "%s\n", path ); in registerService()
1199 IOLog("deferred rematching count %d\n", array->getCount()); in startDeferredMatches()
2481 …, args...) { if(kIOLogYield & gIOKitDebug) { IOLog("[%llx] ", thread_tid(current_thread()));
2819 IOLog("%s[0x%qx]::terminate(kIOServiceSynchronous): THREAD_TIMED_OUT. " in scheduleTerminatePhase2()
3750 IOLog("[%s, 0x%x]\n", notify->type->getCStringNoCopy(), count); in invokeNotifier()
4024 IOLog("Couldn't alloc class \"%s\"\n", in probeCandidates()
[all …]
H A DIODataQueue.cpp286IOLog("%s: dataAvailableNotification failed - msg_send returned: %d\n", /*getName()*/ "IODataQueue… in sendDataAvailableNotification()
H A DIOMemoryCursor.cpp76 IOLog("Setting MaxDBDMASegment to %d\n", sMaxDBDMASegment); in initWithSpecification()
H A DIOKitDebug.cpp90 #define DEBG(fmt, args...) { IOLog(fmt, ## args); }
144 IOLog("\n" in IOPrintMemory()
1107IOLog("leaks(%d) scanned %ld MB, instance count %d, found %d\n", idx, ref.bytes / 1024 / 1024, cou… in zone_leaks_scan()
1141IOLog("leaks(%d) scanned %ld MB, instance count %d, found %d (zlen %d)\n", idx, ref.bytes / 1024 /… in IOTrackingLeaks()
H A DIOPlatformActions.cpp244 IOLog("%s -> %s\n", function->getCStringNoCopy(), service_name); in IOServicePlatformAction()
H A DRootDomainUserClient.cpp123 IOLog("IOPMRootDomain SleepSystem unserialization failure: %s\n", in secureSleepSystemOptions()
H A DIODeviceTreeSupport.cpp272 IOLog("%s[%ld] %ld (%x)\n", child->getName(), i, options, ret); in IODeviceTreeAlloc()
804 IOLog("%s: error mapping interrupt[%d]\n", in IODTMapInterruptsSharing()
988 IOLog("Couldn't unserialize %s\n", keys ); in IODTMatchNubWithKeys()
/xnu-8792.41.9/libkern/c++/Tests/TestSerialization/test1/
H A Dtest1_main.cpp66 IOLog("test buffer start:\n%s\n:test buffer end.\n", testBuffer); in test1_start()
72 IOLog("%s\n", errmsg->getCStringNoCopy()); in test1_start()
79 IOLog("serialization failed\n"); in test1_start()
83 IOLog("serialized object's length = %d, capacity = %d\n", s->getLength(), s->getCapacity()); in test1_start()
84 IOLog("object unformatted = %s\n", s->text()); in test1_start()
89 IOLog("%s\n", errmsg->getCStringNoCopy()); in test1_start()
93 IOLog("\nserialized objects compared %ssuccessfully objectwise\n\n", in test1_start()
/xnu-8792.41.9/iokit/bsddev/
H A DIOKitBSDInit.cpp580 IOLog("Failed to write recovery-broken-seal-uuid to NVRAM.\n"); in IOSetRecoveryBoot()
587 IOLog("Failed to write recovery-boot-mode to NVRAM.\n"); in IOSetRecoveryBoot()
595 IOLog("Failed to write boot-picker-bringup-reason to NVRAM.\n"); in IOSetRecoveryBoot()
606 IOLog("Failed to create boot-command strings.\n"); in IOSetRecoveryBoot()
614 IOLog("Failed to acquire IODTNVRAM object.\n"); in IOSetRecoveryBoot()
620 IOLog("Failed to wait for IONVRAM service.\n"); in IOSetRecoveryBoot()
626 IOLog("Failed to save new boot-command to NVRAM.\n"); in IOSetRecoveryBoot()
631 IOLog("Unknown mode: %d\n", mode); in IOSetRecoveryBoot()
646 IOLog("\nAbout to reboot into Recovery!\n"); in IOSetRecoveryBoot()
688 IOLog("!BSD\n"); in IOFindBSDRoot()
[all …]
H A DDINetBootHook.cpp155 IOLog("IOHDIXController::setProperty(%s, %d) failed.\n", kDIRootImageRemovableKey, !!removable); in di_add_properties()
216IOLog("IOHDIXController::setProperty(%s, %s) failed.\n", kDIRootImageKey, pathString->getCStringNo… in di_root_image_ext()
226 IOLog("%s is 0x%08X/%d\n", kDIRootImageResultKey, res, res); in di_root_image_ext()
235 IOLog("could not get %s\n", kDIRootImageDevTKey); in di_root_image_ext()
244 IOLog("could not get %s\n", kDIRootImageDevNameKey); in di_root_image_ext()
260 IOLog("failed to quiesce attached disk image (%s)! \n", devname); in di_root_image_ext()
331 IOLog("%s is 0x%08X/%d\n", kDIRootImageResultKey, res, res); in di_root_ramfile_buf()
339 IOLog("could not get %s\n", kDIRootImageDevTKey); in di_root_ramfile_buf()
348 IOLog("could not get %s\n", kDIRootImageDevNameKey); in di_root_ramfile_buf()
/xnu-8792.41.9/iokit/Tests/
H A DTests.cpp1676 IOLog("%s: Threads completed: %zu/%zu\n", __func__, threadsCompleted, numThreads); in IOUserNotificationTests()
1846 IOLog("test handler\n"); in IOServiceStateNotificationTests()
1853 IOLog("test handler %s\n", s->text()); in IOServiceStateNotificationTests()
1863 IOLog("test es handler\n"); in IOServiceStateNotificationTests()
1870 IOLog("test es handler %s\n", s->text()); in IOServiceStateNotificationTests()
1893 IOLog("IOMallocPageable(size=%u, alignment=%u) failed\n", (uint32_t)size, (uint32_t)alignment); in IOMallocPageableTests()
1897IOLog("IOMallocPageable(size=%u, alignment=%u) returned unaligned pointer %p\n", (uint32_t)size, (… in IOMallocPageableTests()
1904IOLog("IOMallocPageableZero(size=%u, alignment=%u) failed\n", (uint32_t)size, (uint32_t)alignment); in IOMallocPageableTests()
1908IOLog("IOMallocPageableZero(size=%u, alignment=%u) returned unaligned pointer %p\n", (uint32_t)siz… in IOMallocPageableTests()
1913IOLog("IOMallocPageableZero(size=%u, alignment=%u) -> %p, byte at %p is nonzero\n", (uint32_t)size… in IOMallocPageableTests()
[all …]
H A DTestIOMemoryDescriptor.cpp437 IOLog("IOMemoryPrefaultTest %d\n", data); in IOMemoryPrefaultTest()
592 IOLog("IOMemoryMapCopyOnWriteTest map(%s) %lld ns\n", in IOMemoryMapTest()
788 IOLog("/IOMemoryDescriptorTest %d\n", (int) gIOMemoryReferenceCount); in IOMemoryDescriptorTest()
1085 IOLog("data 0x%lx, 0x%lx\n", (long)data[0], (long)data[1]); in IOMemoryDescriptorTest()
1123IOLog("IOMemoryDescriptor::withAddressRanges [0x%lx @ 0x%lx]\n[0x%llx, 0x%llx],\n[0x%llx, 0x%llx],… in IOMemoryDescriptorTest()
1197 IOLog("FAIL: src 0x%lx @ 0x%lx, map 0x%lx @ 0x%lx\n", in IOMemoryDescriptorTest()
1206 IOLog("IOMemoryDescriptorTest/ %d\n", (int) gIOMemoryReferenceCount); in IOMemoryDescriptorTest()
/xnu-8792.41.9/libkern/c++/
H A DOSCPPDebug.cpp38 IOLog("\n" in OSPrintMemory()
/xnu-8792.41.9/libkern/kmod/libkmodtest/
H A Dlibkmodtest.cpp39 IOLog("%s\n", __PRETTY_FUNCTION__); in probe()
/xnu-8792.41.9/iokit/IOKit/
H A DIOKitDebug.h148 #define DKLOG(fmt, args...) { IOLog("DK: " fmt, ## args); }

12