Home
last modified time | relevance | path

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

/xnu-11417.140.69/iokit/Kernel/
H A DIONVRAM.cpp1333 _notifier = new IODTNVRAMPlatformNotifier; in start()
1334 if (!_notifier || !_notifier->init()) { in start()
1336 OSSafeReleaseNULL(_notifier); in start()
1340 if (!_notifier->attach(this)) { in start()
1342 OSSafeReleaseNULL(_notifier); in start()
1346 if (!_notifier->start(this)) { in start()
1348 _notifier->detach(this); in start()
1349 OSSafeReleaseNULL(_notifier); in start()
/xnu-11417.140.69/iokit/IOKit/
H A DIONVRAM.h88 IODTNVRAMPlatformNotifier *_notifier; variable