| /xnu-12377.1.9/bsd/net/classq/ |
| H A D | classq_subr.c | 282 u_int32_t *packets, u_int32_t *bytes) in ifclassq_get_len() 365 u_int32_t cnt, u_int32_t bytes, boolean_t *pdrop) in ifclassq_enqueue()
|
| H A D | if_classq.h | 55 u_int32_t bytes; /* (out) purged bytes */ member 69 u_int32_t bytes; /* (out) bytes enqueued */ member
|
| H A D | classq.h | 146 u_int64_t bytes; member
|
| H A D | classq_sfb.h | 69 u_int32_t bytes; /* number of bytes */ member
|
| /xnu-12377.1.9/iokit/Kernel/ |
| H A D | IOPolledInterface.cpp | 895 const uint8_t * bytes, IOByteCount size, in IOPolledFileWrite() 1054 uint8_t * bytes, IOByteCount size, in IOPolledFileRead()
|
| H A D | IODMACommand.cpp | 721 IOByteCount bytes; in walkAll() local 1260 IODMACommand::readBytes(UInt64 offset, void *bytes, UInt64 length) in readBytes() 1266 IODMACommand::writeBytes(UInt64 offset, const void *bytes, UInt64 length) in writeBytes()
|
| H A D | IOHibernateIO.cpp | 309 IOByteCount offset, addr64_t bytes, IOByteCount length) in IOMemoryDescriptorWriteFromPhysical() 344 IOByteCount offset, addr64_t bytes, IOByteCount length) in IOMemoryDescriptorReadToPhysical() 1640 const uint8_t * bytes, IOByteCount size, in IOHibernatePolledFileWrite()
|
| H A D | IOMemoryDescriptor.cpp | 2599 (IOByteCount offset, void *bytes, IOByteCount length) in readBytes() 2666 (IOByteCount inoffset, const void *bytes, IOByteCount length) in writeBytes() 3522 (IOByteCount offset, void *bytes, IOByteCount length) in readBytes() 3530 (IOByteCount offset, const void* bytes, IOByteCount withLength) in writeBytes() 5295 mach_vm_size_t bytes; in populateDevicePager() local 6316 _IOMemoryDescriptorMixedData::appendBytes(const void * bytes, size_t length) in appendBytes()
|
| H A D | IOLib.cpp | 1262 vm_size_t bytes, in iopa_alloc() 1329 iopa_free(iopa_t * a, uintptr_t addr, vm_size_t bytes) in iopa_free()
|
| /xnu-12377.1.9/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_dp.c | 1301 struct mbuf **m_headp, struct mbuf **m_tailp, uint32_t *cnt, uint32_t *bytes) in convert_native_pktq_to_mbufs() 1550 struct mbuf **m_head, struct mbuf **m_tail, uint32_t *cnt, uint32_t *bytes) in convert_compat_pktq_to_mbufs() 1616 uint32_t cnt = 0, bytes = 0; in fsw_host_rx_enqueue_mbq() local 2891 uint32_t *cnt, uint32_t *bytes) in convert_pkt_to_mbuf_list() 2994 uint32_t cnt, uint32_t bytes) in classq_enqueue_flow_chain() 3071 bool chain, uint32_t cnt, uint32_t bytes) in classq_enqueue_flow() 3121 bool chain, uint32_t cnt, uint32_t bytes) in classq_qset_enqueue_flow() 3305 uint32_t cnt = 0, bytes = 0; in dp_flow_tx_process() local
|
| /xnu-12377.1.9/tests/ |
| H A D | os_thread_self_restrict_pagers.c | 69 char bytes[PAD_SIZE - 12]; member
|
| /xnu-12377.1.9/osfmk/kdp/ml/x86_64/ |
| H A D | kdp_machdep.c | 460 uint8_t *bytes, in kdp_machine_get_breakinsn()
|
| /xnu-12377.1.9/tests/skywalk/ |
| H A D | skt_filter.c | 74 uint64_t bytes; member 938 int bytes, error = 0; in receiver_socket_thread() local 1135 int fd, remain, bytes, ifscope, error = 0; in sender_socket_thread() local
|
| /xnu-12377.1.9/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif_mit.c | 756 uint64_t bytes) in nx_netif_mit_stats()
|
| H A D | nx_netif_gso.c | 188 struct __kern_packet *tail, uint32_t count, uint32_t bytes) in netif_gso_send()
|
| H A D | nx_netif_llink.c | 582 uint32_t bytes, uint32_t *flowctl, uint32_t *dropped) in netif_qset_enqueue()
|
| /xnu-12377.1.9/bsd/kern/ |
| H A D | kern_subr.c | 892 size_t bytes = UIO_SIZEOF_IOVS(a_iovcount); in uio_alloc_iov_array() local 902 size_t bytes = UIO_SIZEOF_IOVS(a_iovcount); in uio_free_iov_array() local
|
| /xnu-12377.1.9/osfmk/kdp/ml/arm/ |
| H A D | kdp_machdep.c | 289 kdp_machine_get_breakinsn(uint8_t * bytes, uint32_t * size) in kdp_machine_get_breakinsn()
|
| /xnu-12377.1.9/osfmk/vm/ |
| H A D | vm_compressor_algorithms.c | 239 WKdmD(WK_word* src_buf, WK_word* dest_buf, WK_word* scratch, unsigned int bytes, in WKdmD()
|
| /xnu-12377.1.9/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_track.c | 660 flow_track_stats(struct flow_entry *fe, uint64_t bytes, uint64_t packets, in flow_track_stats()
|
| /xnu-12377.1.9/osfmk/i386/ |
| H A D | pmap_internal.h | 1056 PMAP_ZINFO_PALLOC(pmap_t pmap, vm_size_t bytes) in PMAP_ZINFO_PALLOC() 1062 PMAP_ZINFO_PFREE(pmap_t pmap, vm_size_t bytes) in PMAP_ZINFO_PFREE()
|
| /xnu-12377.1.9/bsd/skywalk/packet/ |
| H A D | packet_kern.c | 802 uint32_t bytes) in kern_packet_set_chain_counts() 813 uint32_t *bytes) in kern_packet_get_chain_counts()
|
| /xnu-12377.1.9/bsd/net/ |
| H A D | dlil.c | 2790 u_int32_t *pkts, u_int32_t *bytes) in ifnet_get_service_class_sndq_len() 3241 classq_pkt_t *head, classq_pkt_t *tail, uint32_t cnt, uint32_t bytes, in ifnet_enqueue_chain() 3298 uint32_t bytes = m_pktlen(m); in ifnet_enqueue() local 3345 struct mbuf *m_tail, uint32_t cnt, uint32_t bytes, boolean_t flush, in ifnet_enqueue_mbuf_chain() 3412 uint32_t bytes, boolean_t flush, boolean_t *pdrop) in ifnet_enqueue_pkt_chain() 6767 const u_int8_t *bytes; in dlil_ifaddr_bytes() local 7735 uint64_t bytes = (ifp->if_ibytes + ifp->if_obytes); in ifnet_notify_data_threshold() local
|
| /xnu-12377.1.9/tools/tests/superpages/ |
| H A D | testsp.c | 625 unsigned int bytes; in test_fileio() local
|
| /xnu-12377.1.9/bsd/net/pktsched/ |
| H A D | pktsched_fq_codel.c | 761 classq_pkt_t *tail, uint32_t cnt, uint32_t bytes, boolean_t *pdrop) in fq_if_enqueue() 1449 u_int32_t pkts, bytes; in fq_if_purge_flow() local 1579 uint32_t bytes = 0, pkts = 0; in fq_if_purge_sc() local
|