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

/macosx-10.10/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibCommand.h354 typedef ::IOFireWireLibCompareSwapCommandRef CmdRef;
372 inline static CompareSwapCmd* GetThis(IOFireWireLibCompareSwapCommandRef self) { return IOFireWireIUnknown::InterfaceMap<CompareSwapCmd>::GetThis(self) ; }
402 IOFireWireLibCompareSwapCommandRef self,
H A DIOFireWireLib.h561 typedef struct IOFireWireCompareSwapCommandInterface_t** IOFireWireLibCompareSwapCommandRef ; typedef in typeref:struct:IOFireWireCompareSwapCommandInterface_t
3267 void (*SetValues)(IOFireWireLibCompareSwapCommandRef self, UInt32 cmpVal, UInt32 newVal) ;
3279 void (*SetValues64)(IOFireWireLibCompareSwapCommandRef self, UInt64 cmpVal, UInt64 newVal) ;
3287 Boolean (*DidLock)(IOFireWireLibCompareSwapCommandRef self) ;
3296 IOReturn (*Locked)(IOFireWireLibCompareSwapCommandRef self, UInt32* oldValue) ;
3305 IOReturn (*Locked64)(IOFireWireLibCompareSwapCommandRef self, UInt64* oldValue) ;
3312 void (*SetFlags)(IOFireWireLibCompareSwapCommandRef self, UInt32 inFlags) ;

Completed in 119 milliseconds