Searched refs:LOG (Results 1 - 5 of 5) sorted by path

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOPMrootDomain.cpp73 #define LOG(x...) \ macro
2200 LOG("System %sSleep\n", gIOHibernateState ? "Safe" : "");
2206 LOG("System Sleep\n");
2228 LOG("System %sWake\n", gIOHibernateState ? "SafeSleep " : "");
4159 LOG("%s handler %p took %u ms\n",
4228 LOG("%s all drivers took %u ms\n",
7017 LOG("%s driver %s (%p) took %u ms\n",
H A DIOService.cpp57 #define LOG kprintf macro
58 //#define LOG IOLog
455 LOG( "%s::attach(%s)\n", getName(),
487 LOG("%s::detach(%s)\n", getName(), provider->getName());
609 // if( sync) LOG("OSKernelStackRemaining = %08x @ %s\n",
699 LOG("Matching service count = %ld\n", (long)count);
2662 LOG("%s: match category %s exists\n", getName(),
2689 LOG("%s: stalling for module\n", getName());
2772 LOG("%s::probe(%s)\n",
2844 LOG( "matc
[all...]
H A DIOStatistics.cpp62 #define LOG(level, format, ...) \ macro
212 LOG(1, "IOStatistics::onKextLoad: %s, tag %d, address 0x%llx, address end 0x%llx\n",
252 LOG(1, "IOStatistics::onKextUnload: %s\n", kext->getIdentifierCString());
310 LOG(1, "IOStatistics::onClassAdded: %s\n", metaClass->getClassName());
376 LOG(1, "IOStatistics::onClassRemoved: %s\n", metaClass->getClassName());
716 LOG(2, "IOStatistics::getStatistics - calculatedSize 0x%x, kexts 0x%x, classes 0x%x.\n",
774 LOG(2, "IOStatistics::getWorkLoopStatistics: calculatedSize %d, size %d\n", calculatedSize, size);
817 LOG(2, "IOStatistics::getUserClientStatistics - requesting kext w/load tag: %d\n", requestedLoadTag);
/darwin-on-arm/xnu/tools/tests/kqueue_tests/
H A Dkqueue_file_tests.c105 void LOG(int level, FILE *f, const char *fmt, ...) { function
217 LOG(1, stderr, "Beginning action of type %d\n", act->act_id);
372 LOG(1, stderr, "Starting prep action %d\n", i);
375 LOG(2, stderr, "Action list failed on step %d.\n", i);
377 LOG(1, stderr, "Action list work succeeded on step %d.\n", i);
398 LOG(1, stderr, "Test %s starting.\n", test->t_testname);
399 LOG(1, stderr, test->t_want_event ? "Expecting an event.\n" : "Not expecting events.\n");
411 LOG(1, stderr, "Opened kqueue.\n");
422 LOG(1, stderr, "Opened file to monitor.\n");
442 LOG(
[all...]
/darwin-on-arm/xnu/
H A Dxnu-build116 LOG="$DARWIN_BUILDROOT/Logs/$projnam/$project_tag.log~$build_version"
358 chroot -u root -g wheel $BuildRoot $vartmp/$projnam/build-$project_tag~$build_version.sh 2>&1 | tee -a "$LOG";
364 $BuildRoot/$vartmp/$projnam/build-$project_tag~$build_version.sh 2>&1 | tee -a "$LOG"

Completed in 78 milliseconds