Home
last modified time | relevance | path

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

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