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

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOWorkLoop.h99 @constant mRemoveEvent Used to tag a Remove event source command.
101 typedef enum { mAddEvent, mRemoveEvent } maintCommandEnum; enumerator in enum:IOWorkLoop::__anon642
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOWorkLoop.cpp295 return controlG->runCommand((void *) mRemoveEvent, (void *) toRemove);
559 case mRemoveEvent:

Completed in 20 milliseconds