| /xnu-8020.101.4/libkern/c++/ |
| H A D | OSData.cpp | 123 OSData::initWithBytes(const void *bytes, unsigned int inLength) in initWithBytes() 138 OSData::initWithBytesNoCopy(void *bytes, unsigned int inLength) in initWithBytesNoCopy() 183 OSData::withBytes(const void *bytes, unsigned int inLength) in withBytes() 194 OSData::withBytesNoCopy(void *bytes, unsigned int inLength) in withBytesNoCopy() 346 OSData::appendBytes(const void *bytes, unsigned int inLength) in appendBytes()
|
| /xnu-8020.101.4/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif_filter_native.c | 82 uint32_t cnt = 0, bytes = 0; in nx_netif_filter_tx_processed_pkt_dequeue() local 125 uint32_t cnt = 0, bytes = 0, qlen = 0, tc; in nx_netif_filter_tx_processed_pkt_enqueue() local 161 kern_packet_svc_class_t sc, uint32_t *packets, uint32_t *bytes, in nx_netif_tx_processed_pkt_get_len() 294 uint32_t sc, uint32_t *packets, uint32_t *bytes, in nx_netif_native_tx_get_len()
|
| H A D | nx_netif_filter_compat.c | 83 uint32_t cnt = 0, bytes = 0; in nx_netif_filter_tx_processed_mbuf_dequeue() local 125 uint32_t cnt = 0, bytes = 0, qlen = 0, tc; in nx_netif_filter_tx_processed_mbuf_enqueue() local 160 mbuf_svc_class_t sc, uint32_t *packets, uint32_t *bytes, errno_t orig_err) in nx_netif_tx_processed_mbuf_get_len() 293 uint32_t *packets, uint32_t *bytes, errno_t orig_err) in nx_netif_compat_tx_get_len()
|
| H A D | nx_netif_util.c | 691 uint32_t *cnt, uint32_t *bytes) in nx_netif_mbuf_chain_info() 715 struct __kern_packet **p_tail, uint32_t *cnt, uint32_t *bytes) in nx_netif_pkt_chain_info()
|
| /xnu-8020.101.4/tools/lldbmacros/core/ |
| H A D | io.py | 85 def readinto(self, bytes): argument 95 def write(self, bytes): argument
|
| /xnu-8020.101.4/osfmk/arm64/ |
| H A D | loose_ends.c | 65 bcopy_phys_internal(addr64_t src, addr64_t dst, vm_size_t bytes, int flags) in bcopy_phys_internal() 184 bcopy_phys(addr64_t src, addr64_t dst, vm_size_t bytes) in bcopy_phys() 190 bzero_phys_nc(addr64_t src64, vm_size_t bytes) in bzero_phys_nc() 199 bzero_phys(addr64_t src, vm_size_t bytes) in bzero_phys() 858 vm_size_t bytes, in apply_func_phys()
|
| /xnu-8020.101.4/osfmk/x86_64/ |
| H A D | loose_ends.c | 220 uint32_t bytes) in bzero_phys_nc() 228 uint32_t bytes) in bzero_phys() 242 vm_size_t bytes) in bcopy_phys() 259 vm_size_t bytes, in apply_func_phys() 280 vm_size_t bytes) /* num bytes to copy */ in ovbcopy()
|
| /xnu-8020.101.4/bsd/arm/ |
| H A D | param.h | 115 #define btodb(bytes, devBlockSize) \ argument 120 #define btodb(bytes) /* calculates (bytes / DEV_BSIZE) */ \ argument
|
| /xnu-8020.101.4/bsd/i386/ |
| H A D | param.h | 139 #define btodb(bytes, devBlockSize) \ argument 144 #define btodb(bytes) /* calculates (bytes / DEV_BSIZE) */ \ argument
|
| /xnu-8020.101.4/bsd/net/ |
| H A D | flowhash.c | 93 const u_int8_t *bytes = (u_int8_t *)(void *)(uintptr_t)(p + i); in getblock32() local 119 const u_int8_t *bytes = (const u_int8_t *)(void *)(uintptr_t)(p + i); in getblock64() local
|
| /xnu-8020.101.4/osfmk/i386/ |
| H A D | phys.c | 205 ml_copy_phys(addr64_t src64, addr64_t dst64, vm_size_t bytes) in ml_copy_phys()
|
| 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() 1068 PMAP_ZINFO_SALLOC(pmap_t pmap, vm_size_t bytes) in PMAP_ZINFO_SALLOC() 1074 PMAP_ZINFO_SFREE(pmap_t pmap, vm_size_t bytes) in PMAP_ZINFO_SFREE()
|
| /xnu-8020.101.4/EXTERNAL_HEADERS/CoreEntitlements/ |
| H A D | Serialization.h | 52 void* bytes; member
|
| /xnu-8020.101.4/tests/ |
| H A D | recvmsg_x_test.c | 58 char *bytes = calloc(1, bufferLen); in sendPackets() local
|
| /xnu-8020.101.4/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_dp.c | 903 uint32_t *bytes) in convert_native_pkt_to_mbuf_chain() 1121 uint32_t *bytes) in convert_compat_pkt_to_mbuf_chain() 1149 uint32_t cnt, uint32_t bytes) in fsw_host_sendup() 1165 uint32_t cnt = 0, bytes = 0; in fsw_host_rx() local 2061 uint32_t *cnt, uint32_t *bytes) in convert_pkt_to_mbuf_chain() 2167 uint32_t cnt, uint32_t bytes) in classq_enqueue_flow_chain() 2248 boolean_t chain, uint32_t cnt, uint32_t bytes) in classq_enqueue_flow() 2324 boolean_t chain, uint32_t cnt, uint32_t bytes) in classq_qset_enqueue_flow() 2539 uint32_t cnt = 0, bytes = 0; in dp_flow_tx_process() local
|
| /xnu-8020.101.4/osfmk/arm/ |
| H A D | loose_ends.c | 64 bcopy_phys(addr64_t src, addr64_t dst, vm_size_t bytes) in bcopy_phys() 108 bzero_phys_nc(addr64_t src64, vm_size_t bytes) in bzero_phys_nc() 115 bzero_phys(addr64_t src, vm_size_t bytes) in bzero_phys()
|
| /xnu-8020.101.4/iokit/Kernel/ |
| H A D | IOBufferMemoryDescriptor.cpp | 811 IOBufferMemoryDescriptor::appendBytes(const void * bytes, vm_size_t withLength) in appendBytes() 879 void * bytes = getBytesNoCopy(offset, 0); in getVirtualSegment() local
|
| H A D | IODMACommand.cpp | 708 IOByteCount bytes; in walkAll() local 1247 IODMACommand::readBytes(UInt64 offset, void *bytes, UInt64 length) in readBytes() 1253 IODMACommand::writeBytes(UInt64 offset, const void *bytes, UInt64 length) in writeBytes()
|
| H A D | IOPolledInterface.cpp | 913 const uint8_t * bytes, IOByteCount size, in IOPolledFileWrite() 1072 uint8_t * bytes, IOByteCount size, in IOPolledFileRead()
|
| /xnu-8020.101.4/bsd/net/classq/ |
| H A D | classq_subr.c | 220 u_int32_t *bytes) in ifclassq_get_len() 292 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 68 u_int32_t bytes; /* (out) bytes enqueued */ member
|
| /xnu-8020.101.4/libsyscall/wrappers/spawn/ |
| H A D | posix_spawn_filtering.c | 130 size_t bytes = 0; in evaluate_rules() local
|
| /xnu-8020.101.4/bsd/kern/ |
| H A D | kern_subr.c | 755 size_t bytes = UIO_SIZEOF_IOVS(a_iovcount); in uio_alloc_iov_array() local 765 size_t bytes = UIO_SIZEOF_IOVS(a_iovcount); in uio_free_iov_array() local
|
| /xnu-8020.101.4/libkern/kxld/ |
| H A D | kxld_sym.c | 863 long bytes = 0; in kxld_sym_export_macho_32() local 904 long bytes = 0; in kxld_sym_export_macho_64() local
|
| /xnu-8020.101.4/bsd/netinet/ |
| H A D | flow_divert.h | 71 uint8_t *bytes; member
|