Searched refs:handoff (Results 1 – 1 of 1) sorted by relevance
1301 IOHibernateHandoff * handoff; in IOHibernateDone() local1303 for (handoff = (IOHibernateHandoff *) vars->handoffBuffer->getBytesNoCopy(); in IOHibernateDone()1305 handoff = (IOHibernateHandoff *) &handoff->data[handoff->bytecount]) { in IOHibernateDone()1306 HIBPRINT("handoff %p, %x, %x\n", handoff, handoff->type, handoff->bytecount); in IOHibernateDone()1307 uint8_t * __unused data = &handoff->data[0]; in IOHibernateDone()1308 switch (handoff->type) { in IOHibernateDone()1336 (vm_offset_t)data, (vm_size_t)handoff->bytecount); in IOHibernateDone()1345 md = IOBufferMemoryDescriptor::withBytes(data, handoff->bytecount, kIODirectionOutIn); in IOHibernateDone()1354 done = (kIOHibernateHandoffType != (handoff->type & 0xFFFF0000)); in IOHibernateDone()2396 IOHibernateHandoff * handoff; in hibernate_machine_init() local[all …]