Home
last modified time | relevance | path

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

/xnu-12377.61.12/iokit/Kernel/
H A DIONVRAM.cpp1475 _notifier = new IODTNVRAMPlatformNotifier; in start()
1476 if (!_notifier || !_notifier->init()) { in start()
1478 OSSafeReleaseNULL(_notifier); in start()
1482 if (!_notifier->attach(this)) { in start()
1484 OSSafeReleaseNULL(_notifier); in start()
1488 if (!_notifier->start(this)) { in start()
1490 _notifier->detach(this); in start()
1491 OSSafeReleaseNULL(_notifier); in start()
/xnu-12377.61.12/iokit/IOKit/
H A DIONVRAM.h88 IODTNVRAMPlatformNotifier *_notifier; variable