Searched refs:DLOG (Results 1 - 23 of 23) sorted by last modified time

/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOPMrootDomain.cpp84 #define DLOG(x...) do { \ macro
657 DLOG("disk_sync_callout ps=%u\n", powerState);
671 DLOG("disk_sync_callout finish\n");
686 DLOG("hib_debugSetup_callout finish\n");
1209 DLOG("_userScheduledAlarm = 0x%x\n", (uint32_t) _userScheduledAlarm);
1250 DLOG("_scheduledAlarms = 0x%x\n", (uint32_t) _scheduledAlarms);
1265 DLOG("_scheduledAlarms = 0x%x\n", (uint32_t) _scheduledAlarms);
1271 DLOG("setProperties(%s) not handled\n", key->getCStringNoCopy());
1323 DLOG("setAggressiveness(%x) 0x%x = %u\n",
1453 DLOG("getAggressivenes
[all...]
/macosx-10.10/IOPCIFamily-239.1.2/
H A DIOPCIDevice.cpp57 #define DLOG(fmt, args...) \ macro
172 if (hasPS) DLOG("%s: _PSx %d, %d, %d, %d\n", getName(),
322 DLOG("%s[%p]::powerStateWillChangeTo(OFF) - PMCS has PME set(0x%x) - CLEARING\n", getName(), this, pmcsr);
324 DLOG("%s[%p]::powerStateWillChangeTo(OFF) - PMCS now is(0x%x)\n", getName(), this, extendedConfigRead16(reserved->pmControlStatus));
328 DLOG("%s[%p]::powerStateWillChangeTo(OFF) - PMCS has PME clear(0x%x) - not touching\n", getName(), this, pmcsr);
352 DLOG("%s[%p]::pciSetPowerState(%d->%d)\n", getName(), this, reserved->pciPMState, powerState);
372 DLOG("%s::restore bus(0x%x)\n", getName(), shadow->savedConfig[kPCI2PCIPrimaryBus >> 2]);
376 DLOG("%s::evaluateObject(%s)\n", getName(), gIOPCIPSMethods[idx]->getCStringNoCopy());
381 DLOG("%s::evaluateObject(%s) ret 0x%x %qd ms\n",
416 DLOG("
[all...]
H A DIOPCIBridge.cpp155 #define DLOG(fmt, args...) \ macro
404 DLOG("configOp:->pause: %s(0x%qx)\n", device->getName(), device->getRegistryEntryID());
428 DLOG("configOp:->dead: %s(0x%qx), 0x%x\n", next->getName(), next->getRegistryEntryID(), state);
433 DLOG("configOp:->pause: %s(0x%qx), 0x%x\n", next->getName(), next->getRegistryEntryID(), state);
442 DLOG("configOp:->probe: %s(0x%qx), 0x%x\n", next->getName(), next->getRegistryEntryID(), state);
455 DLOG("configOp:<-unpause: %s(0x%qx)\n", next->getName(), next->getRegistryEntryID());
466 DLOG("configOp:<-probe: %s(0x%qx), pm %d\n", next->getName(), next->getRegistryEntryID(), next->reserved->pciPMState);
484 DLOG("configOp:<-probe: %s(0x%qx)\n", device->getName(), device->getRegistryEntryID());
632 DLOG("%s: no child D3\n", provider->getName());
778 DLOG("setTunnelL1Enabl
[all...]
H A DIOPCIConfigurator.cpp71 #define DLOG(fmt, args...) DLOGC(this, fmt, ## args); macro
72 #define DLOGI(fmt, args...) do { if (dolog) DLOG(fmt, ## args); } while (0);
75 DLOG(name": start/size = 0x%08llx:0x%08llx,0x%08llx\n", \
245 DLOG("kConfigOpPaused%s at "D()"\n",
281 DLOG("kConfigOpUnpaused at "D()"\n", DEVICE_IDENT(entry));
309 DLOG("[ PCI configuration begin ]\n");
312 DLOG("[ PCI configuration end, bridges %d, devices %d, changed %d, waiting %d ]\n",
340 DLOG("kConfigOpTerminated at "D()"\n", DEVICE_IDENT(entry));
354 DLOG("kConfigOpProtect at "D()" prot %x\n",
413 DLOG("
[all...]
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDDevice.cpp260 #define DLOG(fmt, args...) IOLog(fmt, args) macro
262 #define DLOG(fmt, args...) macro
774 DLOG("%s: multiple opens from client %lx\n",
1127 DLOG("Report bytes: input:%ld output:%ld feature:%ld\n",
1131 DLOG("Collections : %ld\n", caps.numberCollectionNodes);
1132 DLOG("Buttons : input:%ld output:%ld feature:%ld\n",
1136 DLOG("Values : input:%ld output:%ld feature:%ld\n",
1343 DLOG("Report count: %ld\n", _reportCount);
1348 DLOG("Report ID: %ld input:%ld output:%ld feature:%ld\n",
1723 DLOG("Elemen
[all...]
/macosx-10.10/IOATAFamily-253.0.1/
H A DIOATACommand.cpp36 #ifdef DLOG
37 #undef DLOG macro
41 #define DLOG(fmt, args...) IOLog(fmt, ## args) macro
43 #define DLOG(fmt, args...) macro
H A DIOATAController.cpp58 #ifdef DLOG
59 #undef DLOG macro
65 #define DLOG(fmt, args...) IOLog(fmt, ## args) macro
67 #define DLOG(fmt, args...) macro
110 DLOG("IOATAController::init() starting\n");
124 DLOG("IOATAController: super::init() failed\n");
128 DLOG("IOATAController::init() done\n");
163 DLOG("IOATAController::start() begin\n");
174 DLOG("IOATAController: super::start() failed\n");
198 DLOG("IOAT
[all...]
H A DIOATADevConfig.cpp46 #ifdef DLOG
47 #undef DLOG macro
51 #define DLOG(fmt, args...) IOLog(fmt, ## args) macro
53 #define DLOG(fmt, args...) macro
H A DIOPCIATA.cpp47 #ifdef DLOG
48 #undef DLOG macro
54 #define DLOG(fmt, args...) IOLog(fmt, ## args) macro
56 #define DLOG(fmt, args...) macro
114 DLOG("IOPCIATA::init() starting\n");
131 DLOG("IOPCIATA: super::init() failed\n");
136 DLOG("IOPCIATA::init() done\n");
156 DLOG("IOPCIATA::start() begin\n");
161 DLOG("IOPCIATA: super::start() failed\n");
174 DLOG("IOPCIAT
[all...]
H A DIOATABusCommand.cpp36 #ifdef DLOG
37 #undef DLOG macro
41 #define DLOG(fmt, args...) IOLog(fmt, ## args) macro
43 #define DLOG(fmt, args...) macro
H A DIOATADevice.cpp33 #ifdef DLOG
34 #undef DLOG macro
38 #define DLOG(fmt, args...) IOLog(fmt, ## args) macro
40 #define DLOG(fmt, args...) macro
H A DATADeviceNub.cpp53 #ifdef DLOG
54 #undef DLOG macro
58 #define DLOG(fmt, args...) IOLog(fmt, ## args) macro
60 #define DLOG(fmt, args...) macro
143 DLOG("ATADeviceNub failed identify device %ld\n", (long int) err);
174 DLOG("ATANub: Provider not IOATAController\n");
332 DLOG("Sending ID command to bus controller\n");
334 DLOG("Command returned error = %ld\n",(long int)err );
389 DLOG("ATANub IOATABusInfo alloc fail\n");
397 DLOG("ATANu
[all...]
H A DIOATABusInfo.cpp34 #ifdef DLOG
35 #undef DLOG macro
39 #define DLOG(fmt, args...) IOLog(fmt, ## args) macro
41 #define DLOG(fmt, args...) macro
/macosx-10.10/IOKitUser-1050.1.21/platform.subproj/
H A DIOPlatformSupport.c35 #define DLOG(format) syslog(LOG_DEBUG, "IONTSLib: " format)
40 #define DLOG(format) macro
162 DLOG("Machine appears to have SMC Key Proxy\n");
203 DLOG("Machine appears to be capable of Note To Self\n");
/macosx-10.10/IOFireWireSerialBusProtocolTransport-251.0.1/
H A DIOFireWireSerialBusProtocolTransport.cpp70 #define DLOG(x) IOLog x macro
72 #define DLOG(x) macro
267 DLOG ( ( "+FirewireSBPTransportSysctl: gSBP2DiskDebugFlags = 0x%08X\n", ( unsigned int ) gSBP2DiskDebugFlags ) );
288 DLOG ( ( "-FirewireSBPTransportSysctl: gSBP2DiskDebugFlags = 0x%08X\n", ( unsigned int ) gSBP2DiskDebugFlags ) );
304 DLOG ( ( "+FWSBP2TransportGlobals::FWSBP2TransportGlobals\n" ) );
316 DLOG ( ( "-FWSBP2TransportGlobals::FWSBP2TransportGlobals\n" ) );
328 DLOG ( ( "+~FWSBP2TransportGlobals::FWSBP2TransportGlobals\n" ) );
333 DLOG ( ( "-~FWSBP2TransportGlobals::FWSBP2TransportGlobals\n" ) );
388 DLOG ( ( "%s: start read time out = %ld\n", getName ( ), number->unsigned32BitValue ( ) ) );
406 DLOG ( ( "
[all...]
/macosx-10.10/IONetworkingFamily-101/
H A DIONetworkController.cpp221 DLOG("IONetworkController: super::init() failed\n");
316 DLOG("%s: createWorkLoop() error\n", getName());
325 DLOG("%s: IOWorkLoop allocation failed\n", getName());
343 DLOG("%s: IOCommandGate initialization failed\n", getName());
812 DLOG("IONetworkController::%s error\n", __FUNCTION__);
1770 DLOG("%s: set link status 0x%x\n", getName(), (uint32_t) linkStatus);
H A DIONetworkInterface.cpp291 DLOG("IONetworkInterface::init(%p, %s)\n", this, controller->getName());
304 DLOG("IONetworkInterface::free(%p)\n", this);
554 DLOG("%s: rejected open from existing client %s\n",
781 //DLOG("push pkt cnt %u\n", count);
1314 // DLOG(%s: command not handled (%08lx), getName(), cmd);
1413 DLOG("%s: NULL output mbuf\n", self->getName());
1419 DLOG("%s: MBUF_PKTHDR bit not set\n", self->getName());
1492 DLOG("%s: Unknown BPF tap mode %d\n", self->getName(), mode);
1870 DLOG("%s: power change flags:%08x state:%d from:%p phase:%d\n",
1939 DLOG("
[all...]
H A DIOEthernetInterface.cpp262 DLOG("%s: kIOMACAddress property access error (len %d)\n",
391 DLOG("%s: kIOMACAddress property access error (len %d)\n",
398 DLOG("%s: Ethernet address %02x:%02x:%02x:%02x:%02x:%02x\n",
870 DLOG("%s: SIOCSIFLLADDR %02x:%02x:%02x:%02x:%02x:%02x\n",
1031 DLOG("%s: no memory for multicast address list\n", getName());
1188 DLOG("IOEthernetInterface::willTerminate disabling controller\n");
1407 DLOG("en%u: controllerLostPower\n", getUnitNumber());
1417 DLOG("en%u: ctrEnabled = %x, WakeFilters = %x\n",
1441 DLOG("en%u: WakeSetting = %lx, WakeFilters = %x, disabled = %x\n",
1469 DLOG("e
[all...]
H A DIONetworkStack.cpp116 DLOG("IONetworkStack::start(%p) %p\n", provider, this);
312 DLOG("IONetworkStack::removeNetworkInterface %s count = %d\n",
379 DLOG("IONetworkStack::interfacePublished(%p, state 0x%x, parent %d, noattach %d)\n",
499 DLOG("IONetworkStack::asyncWork detach %s %p, state 0x%x\n",
533 DLOG("IONetworkStack::asyncWork attach %s %p, state 0x%x\n",
551 DLOG("IONetworkStack::didTerminate(%s %p state 0x%x, 0x%x)\n",
615 DLOG("IONetworkStack::reserveInterfaceUnitNumber(%p, %s, %u)\n",
H A DIOEthernetController.cpp92 DLOG("IOEthernetController: super::init() failed\n");
H A DIONetworkDebug.h33 #define DLOG(fmt, args...) \ macro
/macosx-10.10/IOFireWireIP-226.2/KernelSource/IONetworkingFamily/
H A DIOFWController.cpp77 #define DLOG(fmt, args...) IOLog(fmt, ## args) macro
79 #define DLOG(fmt, args...) macro
96 DLOG("IOFWController: super::init() failed\n");
H A DIOFWInterface.cpp104 #define DLOG(fmt, args...) IOLog(fmt, ## args) macro
106 #define DLOG(fmt, args...) macro
250 DLOG("%s: kIOMACAddress property access error (len %d)\n",
278 DLOG("%s%d: release ifnet %p\n", getNamePrefix(), getUnitNumber(), interface);
362 DLOG("%s: kIOMACAddress property access error (len %d)\n",
654 DLOG("ifnet_set_lladdr failure in %s:%d", __FILE__, __LINE__);
819 DLOG("%s: SIOCSIFLLADDR %02x:%02x:%02x:%02x:%02x:%02x:%02x:%02x\n",
988 DLOG("%s: no memory for multicast address list\n", getName());
1188 DLOG("IOFWInterface::willTerminate disabling controller\n");
1216 DLOG("ifnet_set_lladd
[all...]

Completed in 307 milliseconds