Searched refs:sessionRef (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10/smb-759.0/rpcwrappers/
H A DSetNetworkAccountSID.h28 void setNetworkAccountSID(void *sessionRef, void *args);
H A DSetNetworkAccountSID.cpp72 void setNetworkAccountSID(void *sessionRef, void *args) argument
75 SMBHANDLE serverConnection = SMBAllocateAndSetContext(sessionRef);
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/C/
H A DWKSessionRef.cpp45 bool WKSessionIsEphemeral(WKSessionRef sessionRef) argument
47 return toAPI(toImpl(sessionRef)->isEphemeral());
/macosx-10.10/IOFireWireSBP2-425/IOFireWireSBP2Lib/
H A DIOFireWireSBP2LibLUN.cpp352 IOReturn IOFireWireSBP2LibLUN::staticOpenWithSessionRef( void * self, IOFireWireSessionRef sessionRef )
354 return getThis(self)->openWithSessionRef( sessionRef );
357 IOReturn IOFireWireSBP2LibLUN::openWithSessionRef( IOFireWireSessionRef sessionRef )
367 uint64_t session_ref_64 = (uint64_t)sessionRef;
386 uint64_t sessionRef = 0; local
389 return (IOFireWireSessionRef)sessionRef;
395 NULL, 0, &sessionRef, &len );
398 sessionRef = 0; // just to make sure
400 return (IOFireWireSessionRef)sessionRef;
H A DIOFireWireSBP2LibLUN.h119 static IOReturn staticOpenWithSessionRef( void * self, IOFireWireSessionRef sessionRef );
120 virtual IOReturn openWithSessionRef( IOFireWireSessionRef sessionRef );
H A DIOFireWireSBP2Lib.h361 <p>Second, get its sessionRef with the getSessionRef call.</p>
362 <p>Third open the device further up the chain by calling this method and passing the sessionRef returned from the call in step 2.</p>
363 @param sessionRef SessionRef returned from getSessionRef call.
368 IOReturn (*openWithSessionRef)( void * self, IOFireWireSessionRef sessionRef );
378 <p>Second, get its sessionRef with a call to this method.</p>
379 <p>Third open the device further up the chain by calling openWithSessionRef and passing the sessionRef returned from this call.</p>
381 @result Returns a sessionRef on success.
/macosx-10.10/IOFireWireAVC-422.4.0/IOFireWireAVC/
H A DIOFireWireAVCUserClient.h109 virtual IOReturn openWithSessionRef( IOFireWireLib::UserObjectHandle sessionRef, void *, void *, void *, void *, void * );
110 virtual IOReturn getSessionRef( uint64_t * sessionRef, void *, void *, void *, void *, void * );
H A DIOFireWireAVCUserClient.cpp358 IOReturn IOFireWireAVCUserClient::openWithSessionRef( IOFireWireLib::UserObjectHandle sessionRef, void *, void *, void *, void *, void * ) argument
372 original_service = (IOService*) exporter->lookupObjectForType( sessionRef, OSTypeID(IOService) );
401 IOReturn IOFireWireAVCUserClient::getSessionRef( uint64_t * sessionRef, void *, void *, void *, void *, void * ) argument
412 *sessionRef = (uint64_t) fSessionRef;
/macosx-10.10/IOFireWireAVC-422.4.0/IOFireWireAVCLib/
H A DIOFireWireAVCLibUnit.cpp514 static IOReturn openWithSessionRef( void * self, IOFireWireSessionRef sessionRef )
523 const uint64_t inputs[1]={(const uint64_t)sessionRef};
536 IOFireWireSessionRef sessionRef = 0; local
541 return sessionRef;
546 sessionRef = 0; // just to make sure
548 sessionRef = (IOFireWireSessionRef) outputVal;
550 return sessionRef;
H A DIOFireWireAVCLibConsumer.cpp433 IOFireWireSessionRef sessionRef = 0; local
437 sessionRef = (*fAVCUnit)->getSessionRef( fAVCUnit );
438 if( sessionRef == 0 )
445 status = (*fFWUnit)->OpenWithSessionRef( fFWUnit, sessionRef );
H A DIOFireWireAVCLib.h172 the device furthest from the root in the I/O Registry.<br>Second, get its sessionRef with the
174 passing the sessionRef returned from the call in step 2.
175 @param sessionRef SessionRef returned from getSessionRef call.
180 IOReturn (*openWithSessionRef)( void * self, IOFireWireSessionRef sessionRef );
185 @discussion Gets the sessionRef to be used with openWithSessionRef.
187 @result Returns a sessionRef on success.
/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFireWireUserClient.cpp1294 IOFireWireSessionRef sessionRef=NULL; local
1295 result = ((IOFireWireUserClient*) targetObject)->getSessionRef(&sessionRef);
1296 arguments->scalarOutput[0] = (uint64_t) sessionRef;
1699 IOFireWireUserClient::userOpenWithSessionRef ( IOFireWireLib::UserObjectHandle sessionRef )
1706 IOService * open_client = (IOService*) exporter->lookupObjectForType( sessionRef, OSTypeID(IOService) );
1717 fOpenClient = open_client ; // sessionRef is the originally passed in user object
4068 IOFireWireUserClient::getSessionRef( IOFireWireSessionRef * sessionRef )
4077 *sessionRef = (IOFireWireSessionRef)fSessionRef;
H A DIOFireWireUserClient.h659 IOReturn getSessionRef( IOFireWireSessionRef * sessionRef ) ;
/macosx-10.10/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLib.h815 @param sessionRef The sessionRef returned from the client who has
819 IOReturn (*OpenWithSessionRef)(IOFireWireLibDeviceRef self, IOFireWireSessionRef sessionRef) ;

Completed in 213 milliseconds