Searched refs:noteProp (Results 1 – 1 of 1) sorted by relevance
2715 OSData * noteProp; in IOHibernateSystemRestart() local2733 noteProp = OSData::withCapacity(3 * sizeof(element)); in IOHibernateSystemRestart()2734 if (!noteProp) { in IOHibernateSystemRestart()2738 noteProp->appendValue(element); in IOHibernateSystemRestart()2740 noteProp->appendValue(element); in IOHibernateSystemRestart()2745 noteProp->appendValue(element); in IOHibernateSystemRestart()2757 gIOOptionsEntry->setProperty(sym, noteProp); in IOHibernateSystemRestart()2759 if (noteProp) { in IOHibernateSystemRestart()2760 noteProp->release(); in IOHibernateSystemRestart()