Searched refs:noteProp (Results 1 – 1 of 1) sorted by relevance
2776 OSData * noteProp; in IOHibernateSystemRestart() local2792 noteProp = OSData::withCapacity(3 * sizeof(element)); in IOHibernateSystemRestart()2793 if (!noteProp) { in IOHibernateSystemRestart()2797 noteProp->appendValue(element); in IOHibernateSystemRestart()2799 noteProp->appendValue(element); in IOHibernateSystemRestart()2804 noteProp->appendValue(element); in IOHibernateSystemRestart()2816 gIOOptionsEntry->setProperty(sym, noteProp); in IOHibernateSystemRestart()2818 if (noteProp) { in IOHibernateSystemRestart()2819 noteProp->release(); in IOHibernateSystemRestart()