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