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

/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOWorkLoop.h93 /*! @typedef maintCommandEnum
98 typedef enum { mAddEvent, mRemoveEvent } maintCommandEnum; typedef in class:IOWorkLoop
150 @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.
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOWorkLoop.cpp430 maintCommandEnum command = (maintCommandEnum) (vm_address_t) inC;

Completed in 27 milliseconds