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

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOWorkLoop.h160 /*! @function _maintRequest
162 @discussion This function implements the commands as defined in the maintCommandEnum. It can be subclassed but it isn't an external API in the usual sense. A subclass implementation of _maintRequest would be called synchronously with respect to the work loop and it should be implemented in the usual way that an ioctl would be.
165 virtual IOReturn _maintRequest(void *command, void *data, void *, void *);
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOWorkLoop.cpp160 &IOWorkLoop::_maintRequest));
510 IOReturn IOWorkLoop::_maintRequest(void *inC, void *inD, void *, void *) function in class:IOWorkLoop

Completed in 19 milliseconds