Searched refs:IOEventSourceAction (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOEventSource.h105 /*! @defined IOEventSourceAction
107 #define IOEventSourceAction IOEventSource::Action macro
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOCommandQueue.cpp85 if ( !super::init(inOwner, (IOEventSourceAction) inAction) )
H A DIOInterruptEventSource.cpp81 if ( !super::init(inOwner, (IOEventSourceAction) inAction) )
H A DIOServicePM.cpp7552 if (!inAction || !IOEventSource::init(inOwner, (IOEventSourceAction)inAction))
7645 !IOEventSource::init(inOwner, (IOEventSourceAction)0))
7829 if (!inAction || !IOEventSource::init(inOwner, (IOEventSourceAction)inAction))

Completed in 30 milliseconds