Searched refs:allocateIRMChannelInGeneration (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOFireWireIRM.cpp459 res = fControl->allocateIRMChannelInGeneration(isochChannel,irmGeneration);
653 res = threadInfo->fControl->allocateIRMChannelInGeneration(threadInfo->fIsochChannel,generation);
H A DIOFireWireUserClient.h694 IOReturn allocateIRMChannelInGeneration(UInt8 isochChannel, UInt32 generation) ;
H A DIOFireWireController.h967 IOReturn allocateIRMChannelInGeneration(UInt8 isochChannel, UInt32 generation) ;
H A DIOFireWireUserClient.cpp1309 result = ((IOFireWireUserClient*) targetObject)->allocateIRMChannelInGeneration(arguments->scalarInput[0],arguments->scalarInput[1]);
4372 IOFireWireUserClient::allocateIRMChannelInGeneration(UInt8 isochChannel, UInt32 generation) function in class:IOFireWireUserClient
4374 return getOwner () -> getController () -> allocateIRMChannelInGeneration(isochChannel, generation);
H A DIOFireWireController.cpp6453 // allocateIRMChannelInGeneration
6456 IOReturn IOFireWireController::allocateIRMChannelInGeneration(UInt8 isochChannel, UInt32 generation) function in class:IOFireWireController
6534 DebugLog("allocateIRMChannelInGeneration: res = 0x%08X, expectedOldVal = 0x%08X, newVal = 0x%08X, lockSuccessful = %d, actualOldVal = 0x%08X\n",

Completed in 287 milliseconds