Home
last modified time | relevance | path

Searched defs:bytes (Results 1 – 25 of 83) sorted by relevance

1234

/xnu-12377.1.9/libkern/c++/
H A DOSData.cpp116 OSData::initWithBytes(const void *bytes, unsigned int inLength) in initWithBytes()
131 OSData::initWithBytesNoCopy(void *bytes, unsigned int inLength) in initWithBytesNoCopy()
176 OSData::withBytes(const void *bytes, unsigned int inLength) in withBytes()
187 OSData::withBytesNoCopy(void *bytes, unsigned int inLength) in withBytesNoCopy()
334 OSData::appendBytes(const void *bytes, unsigned int inLength) in appendBytes()
/xnu-12377.1.9/bsd/skywalk/nexus/netif/
H A Dnx_netif_filter_compat.c83 uint32_t cnt = 0, bytes = 0; in nx_netif_filter_tx_processed_mbuf_dequeue() local
126 uint32_t cnt = 0, bytes = 0, qlen = 0, tc; in nx_netif_filter_tx_processed_mbuf_enqueue() local
161 mbuf_svc_class_t sc, uint32_t *packets, uint32_t *bytes, errno_t orig_err) in nx_netif_tx_processed_mbuf_get_len()
294 uint32_t *packets, uint32_t *bytes, errno_t orig_err) in nx_netif_compat_tx_get_len()
H A Dnx_netif_filter_native.c82 uint32_t cnt = 0, bytes = 0; in nx_netif_filter_tx_processed_pkt_dequeue() local
126 uint32_t cnt = 0, bytes = 0, qlen = 0, tc; in nx_netif_filter_tx_processed_pkt_enqueue() local
162 kern_packet_svc_class_t sc, uint32_t *packets, uint32_t *bytes, in nx_netif_tx_processed_pkt_get_len()
295 uint32_t sc, uint32_t *packets, uint32_t *bytes, in nx_netif_native_tx_get_len()
H A Dnx_netif_util.c687 uint32_t *cnt, uint32_t *bytes) in nx_netif_mbuf_chain_info()
711 struct __kern_packet **p_tail, uint32_t *cnt, uint32_t *bytes) in nx_netif_pkt_chain_info()
/xnu-12377.1.9/osfmk/arm64/
H A Dloose_ends.c69 bcopy_phys_internal(addr64_t src, addr64_t dst, vm_size_t bytes, int flags) in bcopy_phys_internal()
189 bcopy_phys(addr64_t src, addr64_t dst, vm_size_t bytes) in bcopy_phys()
195 bcopy_phys_with_options(addr64_t src, addr64_t dst, vm_size_t bytes, int options) in bcopy_phys_with_options()
233 bzero_phys_internal(addr64_t src, vm_size_t bytes, __unused int options) in bzero_phys_internal()
320 bzero_phys_nc(addr64_t src64, vm_size_t bytes) in bzero_phys_nc()
326 bzero_phys(addr64_t src, vm_size_t bytes) in bzero_phys()
332 bzero_phys_with_options(addr64_t src, vm_size_t bytes, int options) in bzero_phys_with_options()
991 vm_size_t bytes, in apply_func_phys()
/xnu-12377.1.9/tools/lldbmacros/core/
H A Dio.py81 def readinto(self, bytes): argument
91 def write(self, bytes): argument
/xnu-12377.1.9/EXTERNAL_HEADERS/CoreEntitlements/
H A DSerialization.h59 void* bytes; member
71 …izedElementSetData(CESerializedElement_t *element, void *__sized_by(length) bytes, size_t length) { in CESerializedElementSetData()
/xnu-12377.1.9/osfmk/x86_64/
H A Dloose_ends.c218 uint32_t bytes) in bzero_phys_nc()
226 uint32_t bytes) in bzero_phys()
240 vm_size_t bytes) in bcopy_phys()
257 vm_size_t bytes, in apply_func_phys()
278 vm_size_t bytes) /* num bytes to copy */ in ovbcopy()
/xnu-12377.1.9/tools/lldbmacros/tests/lldbmock/
H A Dmemorymock.py72 def deserialize(self, data: bytes, offs: int, size: int) -> typing.Any:
107 def deserialize(self, data: bytes, offs: int, size: int) -> typing.Any:
126 def deserialize(self, data: bytes, offs: int, size: int) -> typing.Any:
202 def deserialize(self, data: bytes) -> typing.Any:
215 def __init__(self, bytes): argument
556 def setData(self, data: bytes):
/xnu-12377.1.9/tests/
H A Drecvmsg_x_ctrunc.c65 char bytes[nmsgs][100]; in send_packets() local
126 char bytes[NMSGS][100]; in receive_packets() local
H A Dbig_map_test.c57 size_t bytes = gigs * gb; variable
H A Dnet_test_lib.h125 char bytes[DHCP_PAYLOAD_MIN]; member
132 char bytes[ETHER_PKT_LEN]; member
H A Drecvmsg_x_test.c58 char *bytes = calloc(1, bufferLen); in sendPackets() local
/xnu-12377.1.9/bsd/i386/
H A Dparam.h139 #define btodb(bytes, devBlockSize) \ argument
144 #define btodb(bytes) /* calculates (bytes / DEV_BSIZE) */ \ argument
/xnu-12377.1.9/bsd/arm/
H A Dparam.h115 #define btodb(bytes, devBlockSize) \ argument
120 #define btodb(bytes) /* calculates (bytes / DEV_BSIZE) */ \ argument
/xnu-12377.1.9/bsd/net/
H A Dmblist.h47 uint32_t bytes; member
H A Dflowhash.c94 const u_int8_t *bytes = (u_int8_t *)(void *)(uintptr_t)(p + i); in getblock32() local
120 const u_int8_t *bytes = (const u_int8_t *)(void *)(uintptr_t)(p + i); in getblock64() local
H A Dsiphash.h61 uint64_t bytes; member
/xnu-12377.1.9/tests/vm/
H A Dvm_direct_write_wired.c111 ssize_t bytes, expected_bytes; variable
/xnu-12377.1.9/osfmk/i386/
H A Dphys.c212 ml_copy_phys(addr64_t src64, addr64_t dst64, vm_size_t bytes) in ml_copy_phys()
/xnu-12377.1.9/tests/vfs/
H A Dgetattrlist_mountextflags.c133 size_t bytes = strlen(buffer); in do_exec() local
/xnu-12377.1.9/iokit/Kernel/
H A DIOBufferMemoryDescriptor.cpp858 IOBufferMemoryDescriptor::appendBytes(const void * bytes, vm_size_t withLength) in appendBytes()
934 void * bytes = getBytesNoCopy(offset, 0); in getVirtualSegment() local
/xnu-12377.1.9/libsyscall/wrappers/spawn/
H A Dposix_spawn_filtering.c148 size_t bytes = 0; in evaluate_rules() local
/xnu-12377.1.9/libkern/kxld/
H A Dkxld_sym.c863 long bytes = 0; in kxld_sym_export_macho_32() local
904 long bytes = 0; in kxld_sym_export_macho_64() local
/xnu-12377.1.9/bsd/net/pktsched/
H A Dpktsched.c99 uint32_t bytes, boolean_t *pdrop) in pktsched_enqueue_noop()
311 classq_pkt_t *tail, uint32_t cnt, uint32_t bytes) in pktsched_pkt_encap_chain()

1234