Home
last modified time | relevance | path

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

/xnu-11215.61.5/iokit/Kernel/
H A DIOHibernateIO.cpp2776 OSData * noteProp; in IOHibernateSystemRestart() local
2792 noteProp = OSData::withCapacity(3 * sizeof(element)); in IOHibernateSystemRestart()
2793 if (!noteProp) { in IOHibernateSystemRestart()
2797 noteProp->appendValue(element); in IOHibernateSystemRestart()
2799 noteProp->appendValue(element); in IOHibernateSystemRestart()
2804 noteProp->appendValue(element); in IOHibernateSystemRestart()
2816 gIOOptionsEntry->setProperty(sym, noteProp); in IOHibernateSystemRestart()
2818 if (noteProp) { in IOHibernateSystemRestart()
2819 noteProp->release(); in IOHibernateSystemRestart()