Searched refs:FWKLOG (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10/IOFireWireSBP2-425/Common/
H A DFWDebugging.h35 #define FWKLOG(x) FireLog x macro
37 #define FWKLOG(x) IOLog x macro
40 #define FWKLOG(x) do {} while (0) macro
62 #define FWLSILOG(x) FWKLOG(x)
68 #define FWLSILOGALLOC(x) FWKLOG(x)
/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFireWireROMCache.cpp87 FWKLOG(( "IOFireWireROMCache@%p::initWithOwnerAndBytes created ROM cache\n", this ));
98 FWKLOG(( "IOFireWireROMCache@%p::free()\n", this ));
244 FWKLOG(( "IOFireWireROMCache@%p::hasROMChanged - newBIB = %p, newBIBSize = %d\n", this, newBIB, (int)newBIBSize ));
324 FWKLOG(( "IOFireWireROMCache@%p::hasROMChanged - ROM changed\n", this ));
328 FWKLOG(( "IOFireWireROMCache@%p::hasROMChanged - ROM unchanged\n", this ));
351 FWKLOG(( "IOFireWireROMCache@%p::checkROMState fROMState == kROMStateSuspended sleep thread %p\n",
354 FWKLOG(( "IOFireWireROMCache@%p::checkROMState fROMState != kROMStateSuspended - wake thread %p\n",
374 FWKLOG(( "IOFireWireROMCache@%p::checkROMState(generation) return kIOFireWireConfigROMInvalid\n", this ));
378 FWKLOG(( "IOFireWireROMCache@%p::checkROMState(generation) return kIOReturnSuccess\n", this ));
402 FWKLOG(( "IOFireWireROMCach
[all...]
H A DIOFWPHYPacketListener.cpp72 FWKLOG(( "IOFWPHYPacketListener::create() - created new IOFWPHYPacketListener %p\n", me ));
88 FWKLOG(( "IOFWPHYPacketListener::initWithController() - IOFWPHYPacketListener %p initialized\n", this ));
99 FWKLOG(( "IOFWPHYPacketListener::free() - freeing IOFWPHYPacketListener %p\n", this ));
H A DIOFireWirePowerManager.cpp99 FWKLOG(( "IOFireWirePowerManager::setMaximumDeciwatts - setting maximum milliwats to %d\n", deciwatts ));
114 FWKLOG(( "IOFireWirePowerManager::allocateDeciwatts - allocating %d deciwatts\n", deciwatts ));
138 FWKLOG(( "IOFireWirePowerManager::deallocateDeciwatts - freeing %d deciwatts\n", deciwatts ));
H A DFWDebugging.h34 #define FWKLOG(x) IOLog x macro
36 #define FWKLOG(x) do {} while (0) macro
H A DIOFireWireDevice.cpp571 FWKLOG(( "IOFireWireDevice@%p::free()\n", this ));
683 FWKLOG(( "IOFireWireDevice@%p::setNodeROM entered with nodeID = 0x%04x\n", this, fNodeID ));
749 FWKLOG(( "IOFireWireDevice@%p::setNodeROM exited - ROM unchanged\n", this ));
838 FWKLOG(( "IOFireWireDevice@%p::setNodeROM exited\n", this ));
899 FWKLOG(( "IOFireWireDevice@%p::processROM generation %ld entered\n", this, generation ));
907 FWKLOG(( "IOFireWireDevice@%p::processROM generation %ld != romScan->fROMGeneration\n", this, generation ));
1001 // FWKLOG(( "IOFireWireDevice@0x%08lx::processROM adjustBusy(-1) generation %ld\n", (UInt32)this, generation ));
1065 FWKLOG(( "IOFireWireDevice@%p::processROM generation %ld exited\n", this, generation ));
1287 FWKLOG(( "IOFireWireDevice@%p::readRootDirectory entered\n", this ));
1399 FWKLOG(( "IOFireWireDevic
[all...]
H A DIOFireWireUnit.cpp416 FWKLOG(( "IOFireWireUnit::terminateUnitThreadFunc - entered terminate unit = 0x%08lx\n", me ));
445 FWKLOG(( "IOFireWireUnit::terminateUnitThreadFunc - exiting terminate unit = 0x%08lx\n", me ));
H A DIOFWIsochChannel.cpp66 FWKLOG(( "IOFWIsochChannel::init - doIRM = %d\n", doIRM ));
1015 // FWKLOG(( "IOFWIsochChannel::reallocBandwidth - realloc generation %d, current generation = %d\n", generation, current_generation ));
1226 FWKLOG(( "IOFWIsochChannel::releaseChannelComplete - entered, fDoIRM = %d\n", fDoIRM ));
1252 FWKLOG(( "IOFWIsochChannel::releaseChannelComplete - generation = %d allocated generation = %d\n", generation, fGeneration ));
1302 FWKLOG(( "IOFWIsochChannel::releaseChannelComplete - released bandwidth\n" ));
1362 FWKLOG(( "IOFWIsochChannel::releaseChannelComplete - released channel\n" ));
H A DIOFireWireController.cpp273 FWKLOG(("addDuplicateGUID adding GUID %08x %08x.\n",(unsigned int )(guid >> 32),(unsigned int )(guid & 0xffffffff)));
300 FWKLOG(("removeDuplicateGUID removing GUID %08x %08x.\n",(unsigned int )(guid >> 32),(unsigned int )(guid & 0xffffffff)));
315 //FWKLOG(("findDuplicateGUID looking for GUID %08x %08x.\n",(unsigned int )(guid >> 32),(unsigned int )(guid & 0xffffffff)));
323 FWKLOG(("findDuplicateGUID found GUID %08x %08x.\n",(unsigned int )(guid >> 32),(unsigned int )(guid & 0xffffffff)));
1616 FWKLOG(( "IOFireWireController::doBusReset\n" ));
1946 FWKLOG(( "IOFireWireController::processBusReset\n" ));
1977 FWKLOG(( "IOFireWireController::suspendBus\n" ));
1980 FWKLOG(("IOFireWireController::suspendBus set generation to '%s' realGen=0x%lx\n", kFWBusScanInProgress, fBusGeneration));
2089 FWKLOG(( "IOFireWireController::processSelfIDs entered\n" ));
2145 FWKLOG(( "IOFireWireControlle
[all...]
H A DIOConfigDirectory.cpp112 // FWKLOG(( "IOConfigDirectory::initWithOffset updateROMCache( %d, %d )\n", start, fNumEntries ));
511 // FWKLOG(( "IOConfigDirectory::getIndexValue(OSData) updateROMCache( %ld, %d )\n", offset, len ));
597 FWKLOG(( "IOConfigDirectory::getIndexValue(OSString) updateROMCache( %ld, %d )\n", offset, len ));
/macosx-10.10/IOFireWireSBP2-425/IOFireWireSBP2/
H A DIOFireWireSBP2Target.cpp178 FWKLOG( ( "IOFireWireSBP2Target<%p> : started\n", this ) );
191 FWKLOG( ( "IOFireWireSBP2Target<%p>::stop\n", this ) );
214 FWKLOG( ( "IOFireWireSBP2Target<%p>::free\n", this ) );
255 FWKLOG( ("IOFireWireSBP2Target<%p> : message 0x%x, arg 0x%08lx\n", this, type, arg) );
263 FWKLOG( ( "IOFireWireSBP2Target<%p> : kIOMessageServiceIsTerminated\n", this ) );
268 FWKLOG( ( "IOFireWireSBP2Target<%p> : kIOMessageServiceIsSuspended\n", this ) );
274 FWKLOG( ( "IOFireWireSBP2Target<%p> : kIOMessageServiceIsResumed\n", this ) );
317 FWKLOG(( "IOFireWireSBP2Target<%p::handleOpen entered fOpenFromLUNCount = %d, fOpenFromTarget = %d\n", this, fOpenFromLUNCount, fOpenFromTarget ));
334 FWKLOG(( "IOFireWireSBP2Target<%p>::handleOpen called open\n", this ));
357 FWKLOG(( "IOFireWireSBP2Targe
[all...]
H A DIOFireWireSBP2UserClient.cpp69 FWKLOG(( "IOFireWireSBP2UserClient : starting\n" ));
368 FWKLOG(( "IOFireWireSBP2UserClient : clientClose\n" ));
414 FWKLOG(( "IOFireWireSBP2UserClient : clientDied\n" ));
429 FWKLOG(( "IOFireWireSBP2UserClient : open\n" ));
467 FWKLOG(( "IOFireWireSBP2UserClient : open\n" ));
510 FWKLOG(( "IOFireWireSBP2UserClient : getSessionRef\n" ));
530 FWKLOG(( "IOFireWireSBP2UserClient : close\n" ));
575 FWKLOG(( "IOFireWireSBP2UserClient : message 0x%x, arg 0x%08lx\n", type, arg ));
612 FWKLOG(( "IOFireWireSBP2UserClient : login 0x%08lx\n", (UInt32)params->login ));
613 FWKLOG(( "IOFireWireSBP2UserClien
[all...]
H A DIOFireWireSBP2Login.cpp206 FWKLOG( ( "IOFireWireSBP2Login<%p> : fManagementOffset = 0x%lx, fMaxORBSize = %d, fMaxCommandBlockSize = %d\n", this, fManagementOffset, fMaxORBSize, fMaxCommandBlockSize ) );
267 FWKLOG( ("IOFireWireSBP2Login<%p> : status = %d, fManagementOffset = %d\n", this, status, fManagementOffset) );
311 FWKLOG( ("IOFireWireSBP2Login<%p> : fFastStartSupported = %d, fFastStartOffset = 0x%02lx, fFastStartMaxPayload = %d\n", this, fFastStartSupported, fFastStartOffset, fFastStartMaxPayload ) );
454 FWKLOG( ("IOFireWireSBP2Login<%p>::allocateResources lun number = %d\n", this, OSSwapBigToHostInt16(fLoginORB.lun)) );
704 FWKLOG( ( "IOFireWireSBP2Login<%p> : free called\n", this ) );
1049 FWKLOG(( "IOFireWireSBP2Login<%p> : setLoginFlags : 0x%08lx\n", this, fLoginFlags ));
1359 FWKLOG( ( "IOFireWireSBP2Login<%p> : executeLogin\n", this ) );
1389 FWKLOG(( "IOFireWireSBP2Login<%p> : fLoginFlags : 0x%08lx\n", this, fLoginFlags ));
1450 FWKLOG( ("IOFireWireSBP2Login<%p> : login write complete\n", this) );
1490 FWKLOG( ("IOFireWireSBP2Logi
[all...]
H A DIOFireWireSBP2LUN.cpp66 FWKLOG( ( "IOFireWireSBP2LUN<%p> : attach\n", this ) );
181 FWKLOG( ( "IOFireWireSBP2LUN<%p> : finalize\n", this ) );
192 FWKLOG( ( "IOFireWireSBP2LUN<%p> : free\n", this ) );
287 FWKLOG(( "IOFireWireSBP2LUN<%p> (%d) : handleOpen\n", this, fLUNumber ));
303 FWKLOG(( "IOFireWireSBP2LUN<%p> (%d) : handleClose\n", this, fLUNumber ));
330 FWKLOG( ( "IOFireWireSBP2LUN<%p> : kIOMessageServiceIsTerminated\n", this ) );
335 FWKLOG( ( "IOFireWireSBP2LUN<%p> : kIOMessageServiceIsSuspended\n", this ) );
341 FWKLOG( ( "IOFireWireSBP2LUN<%p> : kIOMessageServiceIsResumed\n", this ) );
H A DIOFireWireSBP2ManagementORB.cpp144 FWKLOG( ("IOFireWireSBP2ManagementORB<%p> : status = %d, fManagementOffset = %d\n", this, status, fManagementOffset) );
500 FWKLOG( ( "IOFireWireSBP2ManagementORB<%p> : execute\n", this ) );
599 FWKLOG( ( "IOFireWireSBP2ManagementORB<%p> : write complete\n", this ) );
628 FWKLOG( ( "IOFireWireSBP2ManagementORB<%p> : handle timeout\n", this ) );
676 FWKLOG( ( "IOFireWireSBP2ManagementORB<%p> : suspendedNotify\n", this ) );
698 FWKLOG( ( "IOFireWireSBP2ManagementORB<%p> : complete\n", this ) );
H A DIOFireWireSBP2ORB.cpp153 FWKLOG(( "IOFireWireSBP2ORB<%p> : free\n", this ));
220 FWKLOG( ( "IOFireWireSBP2ORB<%p> : created orb at phys: 0x%04lx.%08lx psuedo: 0x%04lx.%08lx of size %d\n",
676 FWKLOG( ( "IOFireWireSBP2ORB<%p> : set timeout\n", this ) );
701 FWKLOG( ( "IOFireWireSBP2ORB<%p> : cancel timer\n", this ) );
730 FWKLOG( ( "IOFireWireSBP2ORB<%p> : orb timeout\n", this ) );
735 FWKLOG( ( "IOFireWireSBP2ORB<%p> : orb timeout cancelled\n", this ) );
1285 FWKLOG( ( "IOFireWireSBP2ORB<%p> : ### buffer length = %d, memDescriptor length = %d ###\n", this, length, tempLength ) );
1429 // FWKLOG( ( "IOFireWireSBP2ORB<%p> : PTE = %d, size = %d\n", this, pte-1, toMap ) );
1439 FWKLOG( ( "IOFireWireSBP2ORB<%p> : number of required PTE's = %d\n", this, pte ) );

Completed in 219 milliseconds