Searched refs:LOG (Results 1 – 6 of 6) sorted by relevance
| /xnu-11215/tools/lldbmacros/tests/ |
| H A D | lldb_test_process.py | 62 LOG = lldb.test_logger.getChild("ScriptedProcess") variable in TestProcess 137 self.LOG.debug("overlap: %x +%d", offs, sz) 138 self.LOG.debug("raw read %x +%d", addr, size) 139 self.LOG.debug("final read %x +%d", start_addr - addr, sz)
|
| /xnu-11215/makedefs/ |
| H A D | MakeInc.cmd | 42 LOG = $(PRINTF) "$2%$4s$(Color0) $3%s$(Color0)\n" "$1" 48 LOG = $(PRINTF) "$2%$4s$(Color0) $3%s$(Color0)\033[K\r" "$1" 51 _LOG_COMP = $(call LOG,$1,$(ColorC),$(ColorF),$(LOG_PFX_LEN_ADJ)) 52 _LOG_HOST = $(call LOG,$1,$(ColorH),$(ColorF),$(LOG_PFX_LEN)) 53 _LOG_HOST_LINK = $(call LOG,$1,$(ColorH),$(ColorLF),$(LOG_PFX_LEN)) 56 LOG_LDFILELIST = $(call LOG,LDFILELIST,$(ColorL),$(ColorLF),$(LOG_PFX_LEN_ADJ)) 57 LOG_MIG = $(call LOG,MIG,$(ColorM),$(ColorF),$(LOG_PFX_LEN_ADJ)) 58 LOG_LD = $(call LOG,LD,$(ColorL),$(ColorF),$(LOG_PFX_LEN_ADJ)) 59 LOG_ALIGN = $(call LOG,--------->,$(Color0),$(Color0),$(LOG_PFX_LEN))
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOStatistics.cpp | 64 #define LOG(level, format, ...) \ macro 226 LOG(1, "IOStatistics::onKextLoad: %s, tag %d, address 0x%llx, address end 0x%llx\n", in onKextLoad() 265 LOG(1, "IOStatistics::onKextUnload: %s\n", kext->getIdentifierCString()); in onKextUnload() 323 LOG(1, "IOStatistics::onClassAdded: %s\n", metaClass->getClassName()); in onClassAdded() 386 LOG(1, "IOStatistics::onClassRemoved: %s\n", metaClass->getClassName()); in onClassRemoved() 725 LOG(2, "IOStatistics::getStatistics - calculatedSize 0x%x, kexts 0x%x, classes 0x%x.\n", in getStatistics() 783 LOG(2, "IOStatistics::getWorkLoopStatistics: calculatedSize %d, size %d\n", calculatedSize, size); in getWorkLoopStatistics() 830 …LOG(2, "IOStatistics::getUserClientStatistics - requesting kext w/load tag: %d\n", requestedLoadTa… in getUserClientStatistics()
|
| H A D | IOPMrootDomain.cpp | 107 #define LOG(x...) \ macro 2925 LOG("System Sleep\n"); in powerChangeDone() 5762 LOG("%s handler %p took %u ms\n", 10299 LOG("%s driver %s (0x%llx) took %u ms\n", 12129 LOG("Sleep Wake failure in EFI\n"); 12209 LOG("Could not read the property :-(\n"); 12345 LOG("Offset %zu\n", swd_zs_zoffset); 12460 LOG("ZERR %d\n", zr); 12480 LOG("ZERR %d\n", zr); 12861 LOG("Failed to open the file %s\n", name); [all …]
|
| H A D | IOService.cpp | 71 #define LOG kprintf macro 892 LOG( "%s::attach(%s)\n", getName(), in attach() 951 LOG("%s::detach(%s)\n", getName(), provider->getName()); in detach() 1272 LOG("Matching service count = %ld\n", (long)count); in catalogNewDrivers() 3950 LOG("%s: match category %s exists\n", getName(), in probeCandidates() 4002 LOG("%s: stalling for module\n", getName()); in probeCandidates() 4102 LOG("%s::probe(%s)\n", in probeCandidates() 4196 LOG( "match category exists, skipping " ); in probeCandidates() 4198 LOG( "%s::start(%s) <%d>\n", inst->getName(), in probeCandidates() 5904 LOG("config(%p): starting on %s, %d\n", in main() [all …]
|
| /xnu-11215/osfmk/vm/ |
| H A D | vm_resident.c | 9561 VM_KERN_MEMORY_ELEM(LOG),
|