Searched refs:inRegister (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/IOATAFamily-253.0.1/
H A DIOATAController.h259 UInt16 readExtRegister( IOATARegPtr8 inRegister );
260 void writeExtRegister( IOATARegPtr8 inRegister, UInt16 inValue );
H A DIOATAController.cpp2628 IOATAController::readExtRegister( IOATARegPtr8 inRegister )
2631 UInt16 result = (*inRegister);
2636 result |= ((UInt16) (*inRegister)) << 8;
2644 IOATAController::writeExtRegister( IOATARegPtr8 inRegister, UInt16 inValue ) argument
2647 *inRegister = (UInt8)((inValue & 0xFF00) >> 8);
2649 *inRegister = (UInt8) (inValue & 0xFF);
/macosx-10.10.1/mDNSResponder-561.1.1/Clients/ExplorerPlugin/
H A DExplorerPlugin.cpp59 DEBUG_LOCAL OSStatus RegisterCOMCategory( CLSID inCLSID, CATID inCategoryID, BOOL inRegister );
437 DEBUG_LOCAL OSStatus RegisterCOMCategory( CLSID inCLSID, CATID inCategoryID, BOOL inRegister )
449 if( inRegister )

Completed in 125 milliseconds