Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIONVRAM.cpp1326 _notifier = new IODTNVRAMPlatformNotifier; in start()
1327 if (!_notifier || !_notifier->init()) { in start()
1329 OSSafeReleaseNULL(_notifier); in start()
1333 if (!_notifier->attach(this)) { in start()
1335 OSSafeReleaseNULL(_notifier); in start()
1339 if (!_notifier->start(this)) { in start()
1341 _notifier->detach(this); in start()
1342 OSSafeReleaseNULL(_notifier); in start()
/xnu-11215/iokit/IOKit/
H A DIONVRAM.h88 IODTNVRAMPlatformNotifier *_notifier; variable