Lines Matching refs:handoffBuffer
286 if (!vars->handoffBuffer) { in HibernationCopyHandoffRegionFromPageArray()
291 uint8_t *copyDest = (uint8_t *)vars->handoffBuffer->getBytesNoCopy(); in HibernationCopyHandoffRegionFromPageArray()
565 vars->handoffBuffer = IOBufferMemoryDescriptor::withOptions(kIODirectionOutIn, in IOHibernateSystemSleep()
568 if (!vars->srcBuffer || !vars->handoffBuffer) { in IOHibernateSystemSleep()
1385 if (vars->handoffBuffer) { in IOHibernateDone()
1389 for (handoff = (IOHibernateHandoff *) vars->handoffBuffer->getBytesNoCopy(); in IOHibernateDone()
1457 vars->handoffBuffer->release(); in IOHibernateDone()
1878 (phys64 = vars->handoffBuffer->getPhysicalSegment(count, &segLen, kIOMemoryMapperNone)); in hibernate_write_image()
2049 hibernate_set_descriptor_page_state(vars, vars->handoffBuffer, in hibernate_write_image()
2517 …const uint8_t * handoffStart = (const uint8_t*)vars->handoffBuffer->getBytesNoCopy(… in hibernate_machine_init()
2518 const uint8_t * handoffEnd = handoffStart + vars->handoffBuffer->getLength(); in hibernate_machine_init()
2520 for (handoff = (IOHibernateHandoff *) vars->handoffBuffer->getBytesNoCopy(); in hibernate_machine_init()