Searched refs:noteProp (Results 1 – 1 of 1) sorted by relevance
2768 OSData * noteProp; in IOHibernateSystemRestart() local2784 noteProp = OSData::withCapacity(3 * sizeof(element)); in IOHibernateSystemRestart()2785 if (!noteProp) { in IOHibernateSystemRestart()2789 noteProp->appendValue(element); in IOHibernateSystemRestart()2791 noteProp->appendValue(element); in IOHibernateSystemRestart()2796 noteProp->appendValue(element); in IOHibernateSystemRestart()2808 gIOOptionsEntry->setProperty(sym, noteProp); in IOHibernateSystemRestart()2810 if (noteProp) { in IOHibernateSystemRestart()2811 noteProp->release(); in IOHibernateSystemRestart()