Home
last modified time | relevance | path

Searched refs:IOHibernateHandoff (Results 1 – 3 of 3) sorted by relevance

/xnu-10063.141.1/iokit/IOKit/
H A DIOHibernatePrivate.h236 struct IOHibernateHandoff { struct
241 typedef struct IOHibernateHandoff IOHibernateHandoff; typedef
/xnu-10063.141.1/iokit/Kernel/
H A DIOHibernateIO.cpp1306 IOHibernateHandoff * handoff; in IOHibernateDone()
1308 for (handoff = (IOHibernateHandoff *) vars->handoffBuffer->getBytesNoCopy(); in IOHibernateDone()
1310 handoff = (IOHibernateHandoff *) &handoff->data[handoff->bytecount]) { in IOHibernateDone()
2403 IOHibernateHandoff * handoff; in hibernate_machine_init()
2410 for (handoff = (IOHibernateHandoff *) vars->handoffBuffer->getBytesNoCopy(); in hibernate_machine_init()
2412 handoff = (IOHibernateHandoff *) &handoff->data[handoff->bytecount]) { in hibernate_machine_init()
/xnu-10063.141.1/doc/lifecycle/
H A Dhibernation.md270 - `handoffHMAC` is an HMAC of the `IOHibernateHandoff` data passed from iBoot