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

/macosx-10.5.8/xnu-1228.15.4/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.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIODMACommand.cpp137 IODMACommand::cloneCommand(void *refCon) function in class:IODMACommand

Completed in 17 milliseconds