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

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOWorkLoop.h233 @param toRemove Pointer to IOEventSource subclass to remove.
234 @result Returns kIOReturnSuccess if successful, kIOReturnBadArgument if toRemove couldn't be found.
236 virtual IOReturn removeEventSource(IOEventSource *toRemove);
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOWorkLoop.cpp293 IOReturn IOWorkLoop::removeEventSource(IOEventSource *toRemove) argument
295 return controlG->runCommand((void *) mRemoveEvent, (void *) toRemove);

Completed in 20 milliseconds