Home
last modified time | relevance | path

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

/xnu-8019.80.24/iokit/Kernel/
H A DIOHibernateIO.cpp2713 OSData * noteProp; in IOHibernateSystemRestart() local
2731 noteProp = OSData::withCapacity(3 * sizeof(element)); in IOHibernateSystemRestart()
2732 if (!noteProp) { in IOHibernateSystemRestart()
2736 noteProp->appendBytes(&element, sizeof(element)); in IOHibernateSystemRestart()
2738 noteProp->appendBytes(&element, sizeof(element)); in IOHibernateSystemRestart()
2743 noteProp->appendBytes(&element, sizeof(element)); in IOHibernateSystemRestart()
2755 gIOOptionsEntry->setProperty(sym, noteProp); in IOHibernateSystemRestart()
2757 if (noteProp) { in IOHibernateSystemRestart()
2758 noteProp->release(); in IOHibernateSystemRestart()