Lines Matching refs:handoffBuffer
287 if (!vars->handoffBuffer) { in HibernationCopyHandoffRegionFromPageArray()
292 uint8_t *copyDest = (uint8_t *)vars->handoffBuffer->getBytesNoCopy(); in HibernationCopyHandoffRegionFromPageArray()
569 vars->handoffBuffer = IOBufferMemoryDescriptor::withOptions(kIODirectionOutIn, in IOHibernateSystemSleep()
572 if (!vars->srcBuffer || !vars->handoffBuffer) { in IOHibernateSystemSleep()
1389 if (vars->handoffBuffer) { in IOHibernateDone()
1393 for (handoff = (IOHibernateHandoff *) vars->handoffBuffer->getBytesNoCopy(); in IOHibernateDone()
1461 vars->handoffBuffer->release(); in IOHibernateDone()
1882 (phys64 = vars->handoffBuffer->getPhysicalSegment(count, &segLen, kIOMemoryMapperNone)); in hibernate_write_image()
2053 hibernate_set_descriptor_page_state(vars, vars->handoffBuffer, in hibernate_write_image()
2521 …const uint8_t * handoffStart = (const uint8_t*)vars->handoffBuffer->getBytesNoCopy(… in hibernate_machine_init()
2522 const uint8_t * handoffEnd = handoffStart + vars->handoffBuffer->getLength(); in hibernate_machine_init()
2524 for (handoff = (IOHibernateHandoff *) vars->handoffBuffer->getBytesNoCopy(); in hibernate_machine_init()