Home
last modified time | relevance | path

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

/xnu-8020.101.4/iokit/Kernel/
H A DIOHibernateIO.cpp2715 OSData * noteProp; in IOHibernateSystemRestart() local
2733 noteProp = OSData::withCapacity(3 * sizeof(element)); in IOHibernateSystemRestart()
2734 if (!noteProp) { in IOHibernateSystemRestart()
2738 noteProp->appendValue(element); in IOHibernateSystemRestart()
2740 noteProp->appendValue(element); in IOHibernateSystemRestart()
2745 noteProp->appendValue(element); in IOHibernateSystemRestart()
2757 gIOOptionsEntry->setProperty(sym, noteProp); in IOHibernateSystemRestart()
2759 if (noteProp) { in IOHibernateSystemRestart()
2760 noteProp->release(); in IOHibernateSystemRestart()