ADC Home > Reference Library > Reference > Darwin > Kernel Framework Reference

 


IOFWCommand

Inherits from:
Declared In:

Overview



Functions

insertAfter
removeFromQ
setHead

insertAfter


public

virtual void insertAfter( IOFWCommand &prev);
Parameters
prev

command to insert after

queue

queue command is being added to

Discussion

inserts a command after the specified one.


removeFromQ


public

virtual void removeFromQ();
Discussion

Removes command from current queue.


setHead


public

virtual void setHead( IOFWCmdQ &queue);
Parameters
queue

queue command is being added to

Discussion

inserts a command at the head of a queue.

Structs and Unions


ExpansionData


See Also:

MemberVariables

protected

struct MemberVariables { void *fFWIMRefCon; IOReturn fCompletionStatus; bool fSubmitTimeLatched; AbsoluteTime fSubmitTime; bool fFlush; };
Discussion

This structure will be used to expand the capablilties of the class in the future.


MemberVariables


See Also:

ExpansionData

protected

struct MemberVariables { void *fFWIMRefCon; IOReturn fCompletionStatus; bool fSubmitTimeLatched; AbsoluteTime fSubmitTime; bool fFlush; };
Discussion

This structure will be used to expand the capablilties of the class in the future.

Member Data


fMembers


See Also:

reserved

protected

MemberVariables * fMembers;
Discussion

Reserved for future use. (Internal use only)


reserved


See Also:

fMembers

protected

MemberVariables * fMembers;
Discussion

Reserved for future use. (Internal use only)


Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.

 

Last Updated: 2008-12-19