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

/xnu-2422.115.4/iokit/IOKit/
H A DIODMACommand.h205 @param newCommand Output reference variable of the newly created IODMACommand.
213 @result kIOReturnSuccess if everything is OK, otherwise kIOReturnBadArgument if newCommand is NULL, kIOReturnUnsupported if the kernel doesn't export IODMACommand or IOReturnError if the new command fails to init, q.v. initWithSpecification.
221 (IODMACommand **newCommand,
522 weakWithSpecification(IODMACommand **newCommand, argument
532 if (!newCommand)
553 *newCommand = self;

Completed in 64 milliseconds