Home
last modified time | relevance | path

Searched refs:initWithRefCon (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/iokit/IOKit/
H A DIODMACommand.h520 bool initWithRefCon(void * refCon = NULL);
/xnu-11215/iokit/Kernel/
H A DIODMACommand.cpp121 if (me && !me->initWithRefCon(refCon)) { in withRefCon()
188 IODMACommand::initWithRefCon(void * refCon) in initWithRefCon() function in IODMACommand
209 if (!initWithRefCon(refCon)) { in initWithSpecification()