Home
last modified time | relevance | path

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

/xnu-12377.1.9/iokit/Kernel/
H A DIOHibernateIO.cpp2797 OSData * noteProp; in IOHibernateSystemRestart() local
2813 noteProp = OSData::withCapacity(3 * sizeof(element)); in IOHibernateSystemRestart()
2814 if (!noteProp) { in IOHibernateSystemRestart()
2818 noteProp->appendValue(element); in IOHibernateSystemRestart()
2820 noteProp->appendValue(element); in IOHibernateSystemRestart()
2825 noteProp->appendValue(element); in IOHibernateSystemRestart()
2837 gIOOptionsEntry->setProperty(sym, noteProp); in IOHibernateSystemRestart()
2839 if (noteProp) { in IOHibernateSystemRestart()
2840 noteProp->release(); in IOHibernateSystemRestart()