Searched refs:noteProp (Results 1 – 1 of 1) sorted by relevance
2797 OSData * noteProp; in IOHibernateSystemRestart() local2813 noteProp = OSData::withCapacity(3 * sizeof(element)); in IOHibernateSystemRestart()2814 if (!noteProp) { in IOHibernateSystemRestart()2818 noteProp->appendValue(element); in IOHibernateSystemRestart()2820 noteProp->appendValue(element); in IOHibernateSystemRestart()2825 noteProp->appendValue(element); in IOHibernateSystemRestart()2837 gIOOptionsEntry->setProperty(sym, noteProp); in IOHibernateSystemRestart()2839 if (noteProp) { in IOHibernateSystemRestart()2840 noteProp->release(); in IOHibernateSystemRestart()