Searched refs:noteProp (Results 1 – 1 of 1) sorted by relevance
2713 OSData * noteProp; in IOHibernateSystemRestart() local2731 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()