Searched refs:noteProp (Results 1 – 1 of 1) sorted by relevance
2789 OSData * noteProp; in IOHibernateSystemRestart() local2805 noteProp = OSData::withCapacity(3 * sizeof(element)); in IOHibernateSystemRestart()2806 if (!noteProp) { in IOHibernateSystemRestart()2810 noteProp->appendValue(element); in IOHibernateSystemRestart()2812 noteProp->appendValue(element); in IOHibernateSystemRestart()2817 noteProp->appendValue(element); in IOHibernateSystemRestart()2829 gIOOptionsEntry->setProperty(sym, noteProp); in IOHibernateSystemRestart()2831 if (noteProp) { in IOHibernateSystemRestart()2832 noteProp->release(); in IOHibernateSystemRestart()