Lines Matching refs:handoffBuffer
286 if (!vars->handoffBuffer) { in HibernationCopyHandoffRegionFromPageArray()
291 uint8_t *copyDest = (uint8_t *)vars->handoffBuffer->getBytesNoCopy(); in HibernationCopyHandoffRegionFromPageArray()
532 vars->handoffBuffer = IOBufferMemoryDescriptor::withOptions(kIODirectionOutIn, in IOHibernateSystemSleep()
535 if (!vars->srcBuffer || !vars->handoffBuffer) { in IOHibernateSystemSleep()
1352 if (vars->handoffBuffer) { in IOHibernateDone()
1356 for (handoff = (IOHibernateHandoff *) vars->handoffBuffer->getBytesNoCopy(); in IOHibernateDone()
1424 vars->handoffBuffer->release(); in IOHibernateDone()
1845 (phys64 = vars->handoffBuffer->getPhysicalSegment(count, &segLen, kIOMemoryMapperNone)); in hibernate_write_image()
2012 hibernate_set_descriptor_page_state(vars, vars->handoffBuffer, in hibernate_write_image()
2480 …const uint8_t * handoffStart = (const uint8_t*)vars->handoffBuffer->getBytesNoCopy(… in hibernate_machine_init()
2481 const uint8_t * handoffEnd = handoffStart + vars->handoffBuffer->getLength(); in hibernate_machine_init()
2483 for (handoff = (IOHibernateHandoff *) vars->handoffBuffer->getBytesNoCopy(); in hibernate_machine_init()