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

/xnu-2422.115.4/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::__anon130
/xnu-2422.115.4/iokit/Kernel/
H A DIOWorkLoop.cpp295 return controlG->runCommand((void *) mRemoveEvent, (void *) toRemove);
559 case mRemoveEvent:

Completed in 18 milliseconds