Home
last modified time | relevance | path

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

/xnu-12377.81.4/iokit/Kernel/
H A DIOHibernateIO.cpp2834 OSData * noteProp; in IOHibernateSystemRestart() local
2850 noteProp = OSData::withCapacity(3 * sizeof(element)); in IOHibernateSystemRestart()
2851 if (!noteProp) { in IOHibernateSystemRestart()
2855 noteProp->appendValue(element); in IOHibernateSystemRestart()
2857 noteProp->appendValue(element); in IOHibernateSystemRestart()
2862 noteProp->appendValue(element); in IOHibernateSystemRestart()
2874 gIOOptionsEntry->setProperty(sym, noteProp); in IOHibernateSystemRestart()
2876 if (noteProp) { in IOHibernateSystemRestart()
2877 noteProp->release(); in IOHibernateSystemRestart()