Home
last modified time | relevance | path

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

/xnu-12377.81.4/iokit/IOKit/
H A DIOHibernatePrivate.h455 struct IOHibernateHandoff { struct
460 typedef struct IOHibernateHandoff IOHibernateHandoff; typedef
/xnu-12377.81.4/iokit/Kernel/
H A DIOHibernateIO.cpp1387 IOHibernateHandoff * handoff; in IOHibernateDone()
1389 for (handoff = (IOHibernateHandoff *) vars->handoffBuffer->getBytesNoCopy(); in IOHibernateDone()
1391 handoff = (IOHibernateHandoff *) &handoff->data[handoff->bytecount]) { in IOHibernateDone()
2513 IOHibernateHandoff * handoff; in hibernate_machine_init()
2520 for (handoff = (IOHibernateHandoff *) vars->handoffBuffer->getBytesNoCopy(); in hibernate_machine_init()
2522 handoff = (IOHibernateHandoff *) &handoff->data[handoff->bytecount]) { in hibernate_machine_init()
/xnu-12377.81.4/doc/lifecycle/
H A Dhibernation.md270 - `handoffHMAC` is an HMAC of the `IOHibernateHandoff` data passed from iBoot