Home
last modified time | relevance | path

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

/xnu-8796.141.3/iokit/Kernel/
H A DIONVRAM.cpp1258 _notifier = new IODTNVRAMPlatformNotifier; in start()
1259 if (!_notifier || !_notifier->init()) { in start()
1261 OSSafeReleaseNULL(_notifier); in start()
1265 if (!_notifier->attach(this)) { in start()
1267 OSSafeReleaseNULL(_notifier); in start()
1271 if (!_notifier->start(this)) { in start()
1273 _notifier->detach(this); in start()
1274 OSSafeReleaseNULL(_notifier); in start()
/xnu-8796.141.3/iokit/IOKit/
H A DIONVRAM.h88 IODTNVRAMPlatformNotifier *_notifier; variable