Home
last modified time | relevance | path

Searched refs:bytecount (Results 1 – 5 of 5) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIOHibernateIO.cpp1342 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 …]
H A DIOKitKernelInternal.h180 vm_size_t bytecount; member
H A DIOLib.cpp1371 a->bytecount += bytes; in iopa_alloc()
1392 a->bytecount += bytes; in iopa_alloc()
1441 a->bytecount -= bytes; in iopa_free()
/xnu-11215/tests/skywalk/
H A Dskt_utunloop.c106 uint64_t slotcount, bytecount; in skt_utunloop_xfer_slots() local
135 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()
/xnu-11215/iokit/IOKit/
H A DIOHibernatePrivate.h428 uint32_t bytecount; member