Searched refs:IOHibernateHandoff (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/iokit/IOKit/
H A DIOHibernatePrivate.h187 struct IOHibernateHandoff struct
193 typedef struct IOHibernateHandoff IOHibernateHandoff; typedef in typeref:struct:IOHibernateHandoff
/xnu-2422.115.4/iokit/Kernel/
H A DIOHibernateIO.cpp1920 IOHibernateHandoff * handoff;
1922 for (handoff = (IOHibernateHandoff *) vars->handoffBuffer->getBytesNoCopy();
1924 handoff = (IOHibernateHandoff *) &handoff->data[handoff->bytecount])
2870 IOHibernateHandoff * handoff;
2874 for (handoff = (IOHibernateHandoff *) vars->handoffBuffer->getBytesNoCopy();
2876 handoff = (IOHibernateHandoff *) &handoff->data[handoff->bytecount])

Completed in 151 milliseconds