Home
last modified time | relevance | path

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

/xnu-11215.1.10/iokit/Kernel/
H A DIOHibernateIO.cpp2768 OSData * noteProp; in IOHibernateSystemRestart() local
2784 noteProp = OSData::withCapacity(3 * sizeof(element)); in IOHibernateSystemRestart()
2785 if (!noteProp) { in IOHibernateSystemRestart()
2789 noteProp->appendValue(element); in IOHibernateSystemRestart()
2791 noteProp->appendValue(element); in IOHibernateSystemRestart()
2796 noteProp->appendValue(element); in IOHibernateSystemRestart()
2808 gIOOptionsEntry->setProperty(sym, noteProp); in IOHibernateSystemRestart()
2810 if (noteProp) { in IOHibernateSystemRestart()
2811 noteProp->release(); in IOHibernateSystemRestart()