Home
last modified time | relevance | path

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

/xnu-10063.141.1/iokit/Kernel/
H A DIOSyncer.cpp35 IOSyncer * IOSyncer::create(bool twoRetains) in OSDefineMetaClassAndStructors()
39 if (me && !me->init(twoRetains)) { in OSDefineMetaClassAndStructors()
48 IOSyncer::init(bool twoRetains) in init() argument
60 if (twoRetains) { in init()
/xnu-10063.141.1/iokit/IOKit/
H A DIOSyncer.h49 static IOSyncer * create(bool twoRetains = true)
52 virtual bool init(bool twoRetains)