Searched refs:mKernChannelRef (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibIsochChannel.cpp26 mKernChannelRef(0),
47 mKernChannelRef = (UserObjectHandle) outputVal;
61 if (mKernChannelRef)
64 const uint64_t inputs[1]={(const uint64_t)mKernChannelRef};
71 mKernChannelRef = 0 ;
112 const uint64_t inputs[2] = {(const uint64_t)port->mKernPortRef, (const uint64_t)mKernChannelRef};
134 const uint64_t inputs[2] = {(const uint64_t)port->mKernPortRef, (const uint64_t)mKernChannelRef};
183 const uint64_t inputs[4] = {(const uint64_t)mKernChannelRef, (const uint64_t)mSpeed, (allowedChans >> 32),(0xFFFFFFFF & allowedChans)};
238 mUserClient.MakeSelectorWithObject( kIsochChannel_UserReleaseChannelComplete_d, mKernChannelRef ),
314 const uint64_t inputs[1]={(const uint64_t)mKernChannelRef};
[all...]
H A DIOFireWireLibIsochChannel.h73 UserObjectHandle mKernChannelRef ; member in class:IOFireWireLib::IsochChannel

Completed in 104 milliseconds