Home
last modified time | relevance | path

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

/xnu-10002.81.5/iokit/Kernel/
H A DIOHibernateIO.cpp2722 OSData * noteProp; in IOHibernateSystemRestart() local
2740 noteProp = OSData::withCapacity(3 * sizeof(element)); in IOHibernateSystemRestart()
2741 if (!noteProp) { in IOHibernateSystemRestart()
2745 noteProp->appendValue(element); in IOHibernateSystemRestart()
2747 noteProp->appendValue(element); in IOHibernateSystemRestart()
2752 noteProp->appendValue(element); in IOHibernateSystemRestart()
2764 gIOOptionsEntry->setProperty(sym, noteProp); in IOHibernateSystemRestart()
2766 if (noteProp) { in IOHibernateSystemRestart()
2767 noteProp->release(); in IOHibernateSystemRestart()