Home
last modified time | relevance | path

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

/xnu-8792.41.9/iokit/Kernel/
H A DIOHibernateIO.cpp2716 OSData * noteProp; in IOHibernateSystemRestart() local
2734 noteProp = OSData::withCapacity(3 * sizeof(element)); in IOHibernateSystemRestart()
2735 if (!noteProp) { in IOHibernateSystemRestart()
2739 noteProp->appendValue(element); in IOHibernateSystemRestart()
2741 noteProp->appendValue(element); in IOHibernateSystemRestart()
2746 noteProp->appendValue(element); in IOHibernateSystemRestart()
2758 gIOOptionsEntry->setProperty(sym, noteProp); in IOHibernateSystemRestart()
2760 if (noteProp) { in IOHibernateSystemRestart()
2761 noteProp->release(); in IOHibernateSystemRestart()