Home
last modified time | relevance | path

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

/xnu-12377.61.12/iokit/Kernel/
H A DIOHibernateIO.cpp2838 OSData * noteProp; in IOHibernateSystemRestart() local
2854 noteProp = OSData::withCapacity(3 * sizeof(element)); in IOHibernateSystemRestart()
2855 if (!noteProp) { in IOHibernateSystemRestart()
2859 noteProp->appendValue(element); in IOHibernateSystemRestart()
2861 noteProp->appendValue(element); in IOHibernateSystemRestart()
2866 noteProp->appendValue(element); in IOHibernateSystemRestart()
2878 gIOOptionsEntry->setProperty(sym, noteProp); in IOHibernateSystemRestart()
2880 if (noteProp) { in IOHibernateSystemRestart()
2881 noteProp->release(); in IOHibernateSystemRestart()