Searched refs:noteProp (Results 1 – 1 of 1) sorted by relevance
2838 OSData * noteProp; in IOHibernateSystemRestart() local2854 noteProp = OSData::withCapacity(3 * sizeof(element)); in IOHibernateSystemRestart()2855 if (!noteProp) { in IOHibernateSystemRestart()2859 noteProp->appendValue(element); in IOHibernateSystemRestart()2861 noteProp->appendValue(element); in IOHibernateSystemRestart()2866 noteProp->appendValue(element); in IOHibernateSystemRestart()2878 gIOOptionsEntry->setProperty(sym, noteProp); in IOHibernateSystemRestart()2880 if (noteProp) { in IOHibernateSystemRestart()2881 noteProp->release(); in IOHibernateSystemRestart()