Searched refs:bytecount (Results 1 – 5 of 5) sorted by relevance
1342 handoff = (IOHibernateHandoff *) &handoff->data[handoff->bytecount]) { in IOHibernateDone()1373 (vm_offset_t)data, (vm_size_t)handoff->bytecount); in IOHibernateDone()2464 handoff = (IOHibernateHandoff *) &handoff->data[handoff->bytecount]) { in hibernate_machine_init()2466 (&handoff->data[handoff->bytecount] > handoffEnd)) { in hibernate_machine_init()2477 if (handoff->bytecount == sizeof(*gIOHibernateGraphicsInfo)) { in hibernate_machine_init()2486 if (handoff->bytecount == sizeof(*wakevars)) { in hibernate_machine_init()2489 panic("kIOHibernateHandoffTypeCryptVars(%d)", handoff->bytecount); in hibernate_machine_init()2493 bzero(data, handoff->bytecount); in hibernate_machine_init()2497 if (handoff->bytecount == vars->volumeCryptKeySize) { in hibernate_machine_init()2501 panic("kIOHibernateHandoffTypeVolumeCryptKey(%d)", handoff->bytecount); in hibernate_machine_init()[all …]
180 vm_size_t bytecount; member
1371 a->bytecount += bytes; in iopa_alloc()1392 a->bytecount += bytes; in iopa_alloc()1441 a->bytecount -= bytes; in iopa_free()
106 uint64_t slotcount, bytecount; in skt_utunloop_xfer_slots() local135 prevbytecount = bytecount = 0; in skt_utunloop_xfer_slots()218 bytecount - prevbytecount, bytecount); in skt_utunloop_xfer_slots()257 prevbytecount = bytecount; in skt_utunloop_xfer_slots()293 bytecount += txprop.sp_len; in skt_utunloop_xfer_slots()
428 uint32_t bytecount; member