Searched refs:noteProp (Results 1 – 1 of 1) sorted by relevance
2722 OSData * noteProp; in IOHibernateSystemRestart() local2740 noteProp = OSData::withCapacity(3 * sizeof(element)); in IOHibernateSystemRestart()2741 if (!noteProp) { in IOHibernateSystemRestart()2745 noteProp->appendValue(element); in IOHibernateSystemRestart()2747 noteProp->appendValue(element); in IOHibernateSystemRestart()2752 noteProp->appendValue(element); in IOHibernateSystemRestart()2764 gIOOptionsEntry->setProperty(sym, noteProp); in IOHibernateSystemRestart()2766 if (noteProp) { in IOHibernateSystemRestart()2767 noteProp->release(); in IOHibernateSystemRestart()