Searched refs:noteProp (Results 1 – 1 of 1) sorted by relevance
2834 OSData * noteProp; in IOHibernateSystemRestart() local2850 noteProp = OSData::withCapacity(3 * sizeof(element)); in IOHibernateSystemRestart()2851 if (!noteProp) { in IOHibernateSystemRestart()2855 noteProp->appendValue(element); in IOHibernateSystemRestart()2857 noteProp->appendValue(element); in IOHibernateSystemRestart()2862 noteProp->appendValue(element); in IOHibernateSystemRestart()2874 gIOOptionsEntry->setProperty(sym, noteProp); in IOHibernateSystemRestart()2876 if (noteProp) { in IOHibernateSystemRestart()2877 noteProp->release(); in IOHibernateSystemRestart()