Searched refs:bytecount (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.1.9/tests/skywalk/ |
| H A D | skt_utunloop.c | 106 uint64_t slotcount, bytecount; in skt_utunloop_xfer_slots() local 135 prevbytecount = bytecount = 0; in skt_utunloop_xfer_slots() 219 bytecount - prevbytecount, bytecount); in skt_utunloop_xfer_slots() 258 prevbytecount = bytecount; in skt_utunloop_xfer_slots() 294 bytecount += txprop.sp_len; in skt_utunloop_xfer_slots()
|
| /xnu-12377.1.9/iokit/Kernel/ |
| H A D | IOHibernateIO.cpp | 1358 handoff = (IOHibernateHandoff *) &handoff->data[handoff->bytecount]) { in IOHibernateDone() 1359 HIBPRINT("handoff %p, %x, %x\n", handoff, handoff->type, handoff->bytecount); in IOHibernateDone() 1389 (vm_offset_t)data, (vm_size_t)handoff->bytecount); in IOHibernateDone() 1398 md = IOBufferMemoryDescriptor::withBytes(data, handoff->bytecount, kIODirectionOutIn); in IOHibernateDone() 2485 handoff = (IOHibernateHandoff *) &handoff->data[handoff->bytecount]) { in hibernate_machine_init() 2487 (&handoff->data[handoff->bytecount] > handoffEnd)) { in hibernate_machine_init() 2498 if (handoff->bytecount == sizeof(*gIOHibernateGraphicsInfo)) { in hibernate_machine_init() 2507 if (handoff->bytecount == sizeof(*wakevars)) { in hibernate_machine_init() 2510 panic("kIOHibernateHandoffTypeCryptVars(%d)", handoff->bytecount); in hibernate_machine_init() 2514 bzero(data, handoff->bytecount); in hibernate_machine_init() [all …]
|
| H A D | IOKitKernelInternal.h | 184 vm_size_t bytecount; member
|
| H A D | IOLib.cpp | 1297 a->bytecount += bytes; in iopa_alloc() 1318 a->bytecount += bytes; in iopa_alloc() 1367 a->bytecount -= bytes; in iopa_free()
|
| /xnu-12377.1.9/iokit/IOKit/ |
| H A D | IOHibernatePrivate.h | 457 uint32_t bytecount; member
|