Searched refs:releaseChannelComplete (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOFWUserIsochChannel.h58 IOReturn releaseChannelComplete() { return IOFWIsochChannel::releaseChannelComplete() ; } function in class:IOFWUserIsochChannel
H A DIOFWIsochChannel.h116 IOReturn releaseChannelComplete() ;
H A DIOFWIsochChannel.cpp1213 return releaseChannelComplete();
1216 // releaseChannelComplete
1220 IOReturn IOFWIsochChannel::releaseChannelComplete() function in class:IOFWIsochChannel
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 DIOFireWireUserClient.cpp1202 result = ((IOFWUserIsochChannel*) targetObject)->releaseChannelComplete();

Completed in 195 milliseconds