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

/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDSecurePromptClient.h131 clientID = 0x48535043, // HSPC enumerator in enum:IOHIDSecurePromptClient::__anon2101
H A DIOHIKeyboard.cpp1144 if ( type == IOHIDSecurePromptClient::clientID ) {
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOServicePM.cpp5506 OSNumber *clientID = copyClientIDForNotification(object, context); local
5509 if (clientID) {
5510 pid = clientID->unsigned32BitValue();
5512 clientID->release();
5723 OSNumber *clientID = NULL; local
5736 if ((clientID = copyClientIDForNotification(object, context)))
5738 uint32_t clientPID = clientID->unsigned32BitValue();
5739 clientID->release();
5949 OSNumber * clientID = NULL; local
5951 context->us->messageClient(kIOMessageCopyClientID, object, &clientID);
6215 OSNumber *clientID = NULL; local
6226 OSNumber *clientID = copyClientIDForNotification(object, context); local
6251 OSNumber * clientID = NULL; local
[all...]
/macosx-10.10.1/IOFWDVComponents-207.4.1/MacOS9Src/
H A DDVIsochComponent.MacOS9519 OSErr cmpNewPointToPointConnection(UInt32 pcrOffset, FWClientID clientID, UInt32 channel, UInt32 speed, UInt32 overhead, DeviceDescriptionPtr pDeviceDescription);
520 OSErr cmpDisposePointToPointConnection(UInt32 pcrOffset, FWClientID clientID, DeviceDescriptionPtr pDeviceDescription);
527 OSErr cmpRead(UInt32 pcrOffset, FWClientID clientID, UInt32 *pcrValue, DeviceDescriptionPtr pDeviceDescription);
528 OSErr cmpWrite(UInt32 pcrOffset, FWClientID clientID, UInt32 expectedPCRValue, UInt32 newPCRValue, DeviceDescriptionPtr pDeviceDescription);
530 OSErr cmpResetRead(UInt32 offsetLo, FWClientID clientID, FWCommandCompletionProcPtr completionProc, DeviceDescriptionPtr deviceDescriptionPtr);
531 OSErr cmpResetWrite(UInt32 offsetLo, FWClientID clientID, FWCommandCompletionProcPtr completionProc, DeviceDescriptionPtr deviceDescriptionPtr);
2121 // called when a device is added/removed and updates device control clientID
2284 OSErr getDeviceStandard( FWReferenceID clientID, UInt32 * pStandard )
2310 theErr = setupAVCTransaction( clientID, &transactionParams );
2928 FWDriverID clientID
[all...]

Completed in 130 milliseconds