Home
last modified time | relevance | path

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

/xnu-8796.121.2/iokit/Kernel/
H A DIOHibernateIO.cpp2400 …const uint8_t * handoffStart = (const uint8_t*)vars->handoffBuffer->getBytesNoCopy(… in hibernate_machine_init() local
2401 const uint8_t * handoffEnd = handoffStart + vars->handoffBuffer->getLength(); in hibernate_machine_init()
2406 if (((uint8_t*)handoff < handoffStart) || in hibernate_machine_init()