Searched refs:orb (Results 1 - 20 of 20) sorted by relevance

/macosx-10.9.5/IOFireWireSBP2-426.4.1/IOFireWireSBP2/
H A DIOFireWireSBP2UserClient.cpp1468 void IOFireWireSBP2UserClient::staticFetchAgentWriteComplete( void * refCon, IOReturn status, IOFireWireSBP2ORB * orb )
1470 ((IOFireWireSBP2UserClient*)refCon)->fetchAgentWriteComplete( status, orb );
1473 void IOFireWireSBP2UserClient::fetchAgentWriteComplete( IOReturn status, IOFireWireSBP2ORB * orb )
1479 args[1] = (uint64_t)fExporter->lookupHandle( orb );
1554 IOFireWireSBP2ORB * orb = NULL; local
1564 orb = fLogin->createORB();
1565 if( !orb )
1573 status = fExporter->addObject( orb, NULL, &outHandle );
1577 orb->release();
1590 IOFireWireSBP2ORB * orb local
1627 IOFireWireSBP2ORB * orb = NULL; local
1660 IOFireWireSBP2ORB * orb = NULL; local
1693 IOFireWireSBP2ORB * orb = NULL; local
1726 IOFireWireSBP2ORB * orb = NULL; local
1759 IOFireWireSBP2ORB * orb = NULL; local
1792 IOFireWireSBP2ORB * orb = NULL; local
1825 IOFireWireSBP2ORB * orb = NULL; local
1859 IOFireWireSBP2ORB * orb = NULL; local
1967 IOFireWireSBP2ORB * orb = NULL; local
2000 IOFireWireSBP2ORB * orb = NULL; local
2054 IOFireWireSBP2ORB * orb = NULL; local
2114 IOFireWireSBP2ManagementORB * orb = NULL; local
2147 IOFireWireSBP2ManagementORB * orb; local
2180 IOFireWireSBP2ManagementORB * orb = NULL; local
2215 IOFireWireSBP2ManagementORB * orb = NULL; local
2248 IOFireWireSBP2ManagementORB * orb = NULL; local
2328 IOFireWireSBP2ManagementORB * orb; local
2378 IOFireWireSBP2ManagementORB * orb = NULL; local
2433 staticMgmtORBCallback(void * refCon, IOReturn status, IOFireWireSBP2ManagementORB * orb) argument
2466 setMgmtORBAsyncCallbackReference( IOFireWireSBP2ManagementORB * orb, void * asyncRef ) argument
2471 getMgmtORBAsyncCallbackReference( IOFireWireSBP2ManagementORB * orb, void * asyncRef ) argument
[all...]
H A DIOFireWireSBP2LUN.h72 virtual void removeManagementORB( IOFireWireSBP2ManagementORB * orb );
143 // create management orb internals
147 void * orb,
151 IOFireWireSBP2ManagementORB ** orb );
153 // remove management orb internals
154 static IOReturn staticRemoveManagementORBAction( OSObject * self, void * orb,
156 virtual IOReturn removeManagementORBAction( IOFireWireSBP2ManagementORB * orb );
158 // flush all management orb internals
164 virtual bool initMgmtORBWithLUN( IOFireWireSBP2ManagementORB * orb, IOFireWireSBP2LUN * lun,
H A DIOFireWireSBP2LUN.cpp131 // create management orb set
360 // we must send orb reset notification after messaging clients
448 // remove management orb from LUN's set
508 IOFireWireSBP2ManagementORB * orb; local
510 status = fGate->runAction( staticCreateManagementORBAction, refCon, (void*)completion, &orb );
512 return orb;
517 void * orb, void * )
519 return ((IOFireWireSBP2LUN *)self)->createManagementORBAction( refCon, (FWSBP2ManagementCallback)completion, (IOFireWireSBP2ManagementORB **)orb );
524 IOFireWireSBP2ManagementORB ** orb )
533 *orb
515 staticCreateManagementORBAction( OSObject *self, void * refCon, void * completion, void * orb, void * ) argument
551 staticRemoveManagementORBAction( OSObject *self, void * orb, void *, void *, void * ) argument
606 initMgmtORBWithLUN( IOFireWireSBP2ManagementORB * orb, IOFireWireSBP2LUN * lun, void * refCon, FWSBP2ManagementCallback completion ) argument
[all...]
H A DIOFireWireSBP2Login.h81 @param orbOffsetHi High 32 bits of address of orb status is for.
82 @param orbOffsetLo Low 32 bits of address of orb status is for.
198 @param orb Indicates current last orb in chain.
201 typedef void (*FWSBP2FetchAgentWriteCallback)(void * refCon, IOReturn status, IOFireWireSBP2ORB * orb);
355 virtual IOReturn removeORB( IOFireWireSBP2ORB * orb );
356 virtual IOReturn appendORBImmediate( IOFireWireSBP2ORB * orb );
357 virtual IOReturn appendORB( IOFireWireSBP2ORB * orb );
358 virtual void sendTimeoutNotification( IOFireWireSBP2ORB * orb );
487 // orb ad
[all...]
H A DIOFireWireSBP2Login.cpp801 // deallocate login orb address space
843 // deallocate reconnect orb address space
886 // deallocate logout orb address space
1690 // orb related or unsolicited
1709 // normal command orb
2664 // send reset notification for each orb
2699 // if we've set aside an orb we have not set its timer yet
2737 // create an orb object
2741 IOFireWireSBP2ORB * orb = new IOFireWireSBP2ORB; local
2742 if( orb !
2768 staticExecuteAddORB( OSObject *self, void * orb, void *, void *, void * ) argument
2791 staticExecuteRemoveORB( OSObject *self, void * orb, void *, void *, void * ) argument
2816 staticExecuteORB( OSObject *self, void * orb, void *, void *, void * ) argument
3059 IOFireWireSBP2ORB * orb = fORBToWrite; local
3625 initORBWithLogin( IOFireWireSBP2ORB * orb, IOFireWireSBP2Login * login ) argument
3630 setNextORBAddress( IOFireWireSBP2ORB * orb, FWAddress address ) argument
3635 fetchAgentWriteComplete( IOFireWireSBP2ORB * orb, IOReturn status ) argument
3665 setORBIsAppended( IOFireWireSBP2ORB * orb, bool state ) argument
[all...]
H A DIOFireWireSBP2UserClient.h129 static void staticFetchAgentWriteComplete( void * refCon, IOReturn status, IOFireWireSBP2ORB * orb );
130 virtual void fetchAgentWriteComplete( IOReturn status, IOFireWireSBP2ORB * orb );
169 static void staticMgmtORBCallback( void * refCon, IOReturn status, IOFireWireSBP2ManagementORB * orb );
170 virtual void mgmtORBCallback( IOReturn status, IOFireWireSBP2ManagementORB * orb );
173 virtual void setMgmtORBAsyncCallbackReference( IOFireWireSBP2ManagementORB * orb, void * asyncRef );
174 virtual void getMgmtORBAsyncCallbackReference( IOFireWireSBP2ManagementORB * orb, void * asyncRef );
H A DIOFireWireSBP2ManagementORB.cpp273 // deallocate management orb address space
504 IOFireWireSBP2ORB * orb = NULL; local
517 orb = OSDynamicCast( IOFireWireSBP2ORB, fManageeCommand );
518 if( orb == NULL )
521 login = orb->getLogin();
539 // set orb address
541 orb->getORBAddress( &address );
545 // abort orb
546 setORBToDummy( orb );
736 void IOFireWireSBP2ManagementORB::removeManagementORB( IOFireWireSBP2ManagementORB * orb )
[all...]
H A DIOFireWireSBP2ManagementORB.h55 @param orb Indicates current orb status is for.
58 typedef void (*FWSBP2ManagementCallback)(void * refCon, IOReturn status, IOFireWireSBP2ManagementORB * orb);
152 // our orb
230 virtual void removeManagementORB( IOFireWireSBP2ManagementORB * orb );
327 virtual void setORBToDummy( IOFireWireSBP2ORB * orb );
H A DIOFireWireSBP2ORB.h176 // orb
229 // orb timeout handler
238 virtual IOReturn removeORB( IOFireWireSBP2ORB * orb );
241 virtual void sendTimeoutNotification( IOFireWireSBP2ORB * orb );
399 perhaps less obviously you will not recieve orb reset notification, which is really a sort of
410 @result Returns the timeout for the orb in milliseconds.
H A DIOFireWireSBP2ORB.cpp87 // create orb and pageTable
102 // calculate orb size
220 FWKLOG( ( "IOFireWireSBP2ORB<%p> : created orb at phys: 0x%04lx.%08lx psuedo: 0x%04lx.%08lx of size %d\n",
353 // make sure orb points nowhere
430 // write orb
714 // orb timeout handler
730 FWKLOG( ( "IOFireWireSBP2ORB<%p> : orb timeout\n", this ) );
735 FWKLOG( ( "IOFireWireSBP2ORB<%p> : orb timeout cancelled\n", this ) );
1467 // fill in orb
1549 // set the command block portion of the orb wit
[all...]
/macosx-10.9.5/IOFireWireSerialBusProtocolTransport-251.0.1/
H A DIOFireWireSerialBusProtocolTransport.cpp671 // CommandORBAccessor - Retrieves command orb. [PROTECTED]
682 // SBP2LoginAccessor - Retrieves login orb. [PROTECTED]
703 IOFireWireSBP2ORB * orb = NULL; local
761 DLOG ( ( "%s: resubmit orb \n", getName ( ) ) );
823 // We need to drain the queued commands. See if there is an in flight orb (e.g. fORB)
826 orb = fORB;
831 if ( orb != NULL )
834 clientData = ( SBP2ClientOrbData * ) orb->getRefCon ( );
843 CompleteSCSITask ( orb );
851 } while ( ( orb
895 IOFireWireSBP2ORB * orb = NULL; local
989 SetCommandBuffers( IOFireWireSBP2ORB * orb, SCSITaskIdentifier request ) argument
1415 IOFireWireSBP2ORB * orb = NULL; local
2153 CriticalOrbSubmission( IOFireWireSBP2ORB * orb, SCSITaskIdentifier request ) argument
2277 IOFireWireSBP2ORB * orb = NULL; local
2314 IOFireWireSBP2ORB * orb = NULL; local
[all...]
H A DIOFireWireSerialBusProtocolTransport.h86 IOFireWireSBP2ManagementORB * orb );
149 @param orb IOFireWireSBP2ORB for request.
158 IOFireWireSBP2ORB * orb; member in struct:IOFireWireSerialBusProtocolTransport::__anon1856
232 @abstract Method to set orb's buffers.
240 SetCommandBuffers ( IOFireWireSBP2ORB * orb, SCSITaskIdentifier request );
250 CompleteSCSITask ( IOFireWireSBP2ORB * orb );
347 LunResetComplete ( IOReturn status, IOFireWireSBP2ManagementORB * orb );
426 IOFireWireSBP2ORB * orb,
/macosx-10.9.5/IOFireWireSBP2-426.4.1/IOFireWireSBP2Lib/
H A DIOFireWireSBP2LibMgmtORB.h63 uint64_t fMgmtORBRef; // reference to kernel orb object
104 static IOReturn staticSetManageeORB( void * self, void * orb );
105 virtual IOReturn setManageeORB( void * orb );
H A DIOFireWireSBP2LibMgmtORB.cpp177 FWLOG(( "IOFireWireSBP2LibMgmtORB : release orb status = 0x%08x\n", status ));
363 IOReturn IOFireWireSBP2LibMgmtORB::staticSetManageeORB( void * self, void * orb )
365 return getThis(self)->setManageeORB( orb );
368 IOReturn IOFireWireSBP2LibMgmtORB::setManageeORB( void * orb )
377 if( orb == NULL )
380 orbRef = IOFireWireSBP2LibORB::getThis(orb)->getORBRef();
H A DIOFireWireSBP2Lib.h163 @param orbOffsetHi High 32 bits of address of orb status is for.
164 @param orbOffsetLo Low 32 bits of address of orb status is for.
283 @param orb refCon set on management orb.
286 typedef void (*IOFWSBP2ORBAppendCallback)( void * refCon, IOReturn status, void * orb );
292 @param orb refCon set on management orb.
295 typedef void (*IOFWSBP2ORBCompleteCallback)( void * refCon, IOReturn status, void * orb );
317 @param orbRefCon refCon from last orb in chain.
561 perhaps less obviously you will not recieve orb rese
[all...]
H A DIOFireWireSBP2LibLogin.h136 static IOReturn staticSubmitORB( void * self, IOFireWireSBP2LibORBInterface ** orb );
137 virtual IOReturn submitORB( IOFireWireSBP2LibORBInterface ** orb );
H A DIOFireWireSBP2LibLogin.cpp596 IOReturn IOFireWireSBP2LibLogin::staticSubmitORB( void * self, IOFireWireSBP2LibORBInterface ** orb )
598 return getThis(self)->submitORB( orb );
601 IOReturn IOFireWireSBP2LibLogin::submitORB( IOFireWireSBP2LibORBInterface ** orb )
607 uint64_t ref = IOFireWireSBP2LibORB::getThis(orb)->getORBRef();
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dbaan.vim1782 syn keyword baanBshell corba.orb.string_to_object
1783 syn keyword baanBshell corba.orb.release
/macosx-10.9.5/files-638.1.4/private/etc/
H A Dservices2693 qnts-orb 1262/udp # QNTS-ORB
2694 qnts-orb 1262/tcp # QNTS-ORB
9390 lispworks-orb 3672/udp # LispWorks ORB
9391 lispworks-orb 3672/tcp # LispWorks ORB
/macosx-10.9.5/emacs-92/emacs/leim/CXTERM-DIC/
H A DARRAY30.tit4661 ,orb �� # ---> 8v9^4^5v 4

Completed in 225 milliseconds