• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/IOFireWireSBP2-426.4.1/IOFireWireSBP2/

Lines Matching refs:orb

81     @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 add / remove
488 virtual IOReturn addORB( IOFireWireSBP2ORB * orb );
489 static IOReturn staticExecuteAddORB( OSObject *self, void * orb, void *, void *, void * );
490 virtual IOReturn executeAddORB( IOFireWireSBP2ORB * orb );
492 static IOReturn staticExecuteRemoveORB( OSObject *self, void * orb, void *, void *, void * );
493 virtual IOReturn executeRemoveORB( IOFireWireSBP2ORB * orb );
639 virtual bool initORBWithLogin( IOFireWireSBP2ORB * orb, IOFireWireSBP2Login * login );
640 virtual void setNextORBAddress( IOFireWireSBP2ORB * orb, FWAddress address );
641 virtual void fetchAgentWriteComplete( IOFireWireSBP2ORB * orb, IOReturn status );
642 virtual bool isORBTimerSet( IOFireWireSBP2ORB * orb );
643 virtual void cancelORBTimer( IOFireWireSBP2ORB * orb );
680 @abstract Submits the given orb
682 addresss is written to the fetch agent. If it is a non immediate orb its address
683 is appended to the last orb of the currently processing chain. The doorbell is not
685 @param orb The orb to be executed.
689 virtual IOReturn submitORB( IOFireWireSBP2ORB * orb );
798 @discussion When an immediate orb is executed with submitORB, it's address is written to a
800 reads that orb from the Mac's memory and executes it. With this call you can register to
949 directly into the login orb. If the length is greater than 8 the buffer is referenced by address
964 directly into the login orb. If the length is greater than 8 the buffer is referenced by address
1008 virtual void startORBTimer( IOFireWireSBP2ORB * orb );
1009 virtual void prepareORBForExecution( IOFireWireSBP2ORB * orb );
1011 static IOReturn staticExecuteORB( OSObject *self, void * orb, void *, void *, void * );
1012 virtual IOReturn executeORB( IOFireWireSBP2ORB * orb );
1047 virtual bool isORBAppended( IOFireWireSBP2ORB * orb );
1048 virtual void setORBIsAppended( IOFireWireSBP2ORB * orb, bool state );