Searched refs:cloneCommand (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIODMACommand.h204 @discussion Factory function to create and initialise an IODMACommand in one operation. The function allows a developer to 'weak' link with IODMACommand. This function will return kIOReturnUnsupported if the IODMACommand is unavailable. This function is actually fairly slow so it will be better to call it once then clone the successfully create command using cloneCommand (q.v.).
232 @function cloneCommand
237 virtual IODMACommand *cloneCommand(void *refCon = 0);
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIODMACommand.cpp133 IODMACommand::cloneCommand(void *refCon) function in class:IODMACommand

Completed in 73 milliseconds