Home
last modified time | relevance | path

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

/xnu-11417.101.15/iokit/Kernel/
H A DIOHibernateIO.cpp2789 OSData * noteProp; in IOHibernateSystemRestart() local
2805 noteProp = OSData::withCapacity(3 * sizeof(element)); in IOHibernateSystemRestart()
2806 if (!noteProp) { in IOHibernateSystemRestart()
2810 noteProp->appendValue(element); in IOHibernateSystemRestart()
2812 noteProp->appendValue(element); in IOHibernateSystemRestart()
2817 noteProp->appendValue(element); in IOHibernateSystemRestart()
2829 gIOOptionsEntry->setProperty(sym, noteProp); in IOHibernateSystemRestart()
2831 if (noteProp) { in IOHibernateSystemRestart()
2832 noteProp->release(); in IOHibernateSystemRestart()