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

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOHibernatePrivate.h176 struct IOHibernateHandoff struct
182 typedef struct IOHibernateHandoff IOHibernateHandoff; typedef in typeref:struct:IOHibernateHandoff
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOHibernateIO.cpp1872 IOHibernateHandoff * handoff;
1874 for (handoff = (IOHibernateHandoff *) vars->handoffBuffer->getBytesNoCopy();
1876 handoff = (IOHibernateHandoff *) &handoff->data[handoff->bytecount])
2716 IOHibernateHandoff * handoff;
2720 for (handoff = (IOHibernateHandoff *) vars->handoffBuffer->getBytesNoCopy();
2722 handoff = (IOHibernateHandoff *) &handoff->data[handoff->bytecount])

Completed in 21 milliseconds