| /xnu-10063.101.15/tools/tests/perf_index/ |
| H A D | test_file_helper.c | 30 test_file_create(char* path, int thread_id, int num_threads, long long length) in test_file_create() 55 test_file_read_setup(char* path, int num_threads, long long length, long long max_file_size) in test_file_read_setup() 87 test_file_read(char* path, int thread_id, int num_threads, long long length, long long max_file_siz… in test_file_read() 127 test_file_read_cleanup(char* path, int num_threads, long long length) in test_file_read_cleanup() 140 test_file_write_setup(char* path, int num_threads, long long length) in test_file_write_setup() 166 test_file_write(char* path, int thread_id, int num_threads, long long length, long long max_file_si… in test_file_write() 197 test_file_write_cleanup(char* path, int num_threads, long long length) in test_file_write_cleanup()
|
| /xnu-10063.101.15/bsd/net/ |
| H A D | bloom_filter.c | 80 uint32_t length) in net_bloom_filter_insert_using_function() 91 uint32_t length) in net_bloom_filter_insert() 102 uint32_t length) in net_bloom_filter_contains_using_function() 113 uint32_t length) in net_bloom_filter_contains()
|
| /xnu-10063.101.15/libkern/os/ |
| H A D | hash.h | 38 os_hash_jenkins_update(const void *data, size_t length, uint32_t hash) in os_hash_jenkins_update() 85 os_hash_jenkins(const void *data, size_t length, uint32_t seed) in os_hash_jenkins() 92 os_hash_jenkins(const void *data, size_t length) in os_hash_jenkins()
|
| /xnu-10063.101.15/libsyscall/mach/ |
| H A D | string.c | 47 _mach_hex(char **buffer, int *length, unsigned long long n) in _mach_hex() 69 _mach_vsnprintf(char *buffer, int length, const char *fmt, va_list ap) in _mach_vsnprintf() 114 _mach_snprintf(char *buffer, int length, const char *fmt, ...) in _mach_snprintf()
|
| /xnu-10063.101.15/iokit/Kernel/ |
| H A D | IOSubMemoryDescriptor.cpp | 50 IOByteCount length, in withSubRange() 64 IOByteCount offset, IOByteCount length, in initSubRange() 120 IOSubMemoryDescriptor::getPhysicalSegment(IOByteCount offset, IOByteCount * length, IOOptionBits op… in getPhysicalSegment() 200 IOByteCount length ) in makeMapping()
|
| H A D | IODeviceMemory.cpp | 37 IOPhysicalLength length ) in withRange() 48 IOPhysicalLength length ) in withSubRange()
|
| H A D | IODMACommand.cpp | 499 uint64_t length; in segmentOp() local 619 IODMACommand::createCopyBuffer(IODirection direction, UInt64 length) in createCopyBuffer() 782 UInt64 length, in prepareWithSpecification() 811 UInt64 length, in prepareWithSpecification() 832 IODMACommand::prepare(UInt64 offset, UInt64 length, bool flushCache, bool synchronize) in prepare() 940 uint64_t length; in prepare() local 1117 IODMACommand::getPreparedOffsetAndLength(UInt64 * offset, UInt64 * length) in getPreparedOffsetAndLength() 1194 UInt64 length = min(segment.fLength, context->remaining); in transferSegment() local 1230 IODMACommand::transfer(IOOptionBits transferOp, UInt64 offset, void * buffer, UInt64 length) in transfer() 1256 IODMACommand::readBytes(UInt64 offset, void *bytes, UInt64 length) in readBytes() [all …]
|
| H A D | IOGuardPageMemoryDescriptor.cpp | 103 IOByteCount length) in doMap() 109 mach_vm_size_t length = mapping->fLength; in doMap() local
|
| H A D | IOInterleavedMemoryDescriptor.cpp | 132 IOByteCount length ) in setMemoryDescriptor() 259 IOByteCount * length, in getPhysicalSegment()
|
| H A D | IOMemoryDescriptor.cpp | 1693 IOByteCount length, in withAddress() 1703 IOByteCount length, in withAddress() 1720 IOByteCount length, in withPhysicalAddress() 1746 mach_vm_size_t length, in withAddressRange() 1833 IOByteCount length, in withSubRange() 2519 IOMemoryDescriptor::getSourceSegment( IOByteCount offset, IOByteCount * length ) in getSourceSegment() 2537 (IOByteCount offset, void *bytes, IOByteCount length) in readBytes() 2601 (IOByteCount inoffset, const void *bytes, IOByteCount length) in writeBytes() 3179 mach_vm_size_t length; in dmaCommandOperation() local 3351 mach_vm_size_t length = 0; in getPhysicalSegment() local [all …]
|
| H A D | IONVRAMCHRPHandler.cpp | 140 adler32(const uint8_t *buffer, size_t length) in adler32() 288 IONVRAMCHRPHandler::isValidImage(const uint8_t *image, IOByteCount length) in isValidImage() 294 IONVRAMCHRPHandler::init(IODTNVRAM *provider, const uint8_t *image, IOByteCount length, in init() 407 IONVRAMCHRPHandler::unserializeImage(const uint8_t *image, IOByteCount length) in unserializeImage() 604 uint32_t length, maxLength, regionIndex; in serializeVariables() local 931 IONVRAMCHRPHandler::unescapeBytesToData(const uint8_t *bytes, uint32_t length) in unescapeBytesToData() 1100 IONVRAMCHRPHandler::convertObjectToProp(uint8_t *buffer, uint32_t *length, in convertObjectToProp() 1107 IONVRAMCHRPHandler::convertObjectToProp(uint8_t *buffer, uint32_t *length, in convertObjectToProp()
|
| /xnu-10063.101.15/osfmk/arm/ |
| H A D | caches.c | 63 unsigned length, in flush_dcache() 97 unsigned length, in clean_dcache() 131 unsigned length) in flush_dcache_syscall() 388 __unused unsigned length, in flush_dcache() 397 __unused unsigned length, in clean_dcache() 406 __unused unsigned length) in flush_dcache_syscall()
|
| /xnu-10063.101.15/libsyscall/wrappers/string/ |
| H A D | memset.c | 43 _libkernel_bzero(void *dst0, size_t length) in _libkernel_bzero() 54 _libkernel_memset(void *dst0, int c0, size_t length) in _libkernel_memset()
|
| H A D | strcpy.c | 30 const size_t length = _libkernel_strlen(src); in _libkernel_strcpy() local
|
| /xnu-10063.101.15/osfmk/kdp/output_stages/ |
| H A D | out_disk.c | 46 disk_stage_write(struct kdp_output_stage *stage, uint64_t offset, uint64_t length, const void *data) in disk_stage_write() 149 disk_stage_read(struct kdp_output_stage *stage, uint64_t offset, uint64_t length, void *data) in disk_stage_read() 220 __unused char *corename, uint64_t length, void * data) in disk_stage_outproc()
|
| H A D | out_aea.c | 48 aea_write_callback(void *context, const void *buffer, size_t length, off_t offset) in aea_write_callback() 73 aea_read_callback(void *context, void *buffer, size_t length, off_t offset) in aea_read_callback() 114 __unused char *corename, uint64_t length, void *panic_data) in aea_stage_outproc()
|
| /xnu-10063.101.15/pexpert/arm/ |
| H A D | pe_consistent_debug.c | 56 PE_consistent_debug_lookup_entry(uint64_t record_id, uint64_t *phys_addr, uint64_t *length) in PE_consistent_debug_lookup_entry() 94 PE_consistent_debug_register(uint64_t record_id, uint64_t physaddr, uint64_t length) in PE_consistent_debug_register()
|
| /xnu-10063.101.15/tests/ |
| H A D | net_test_lib.h | 100 unsigned short length; member 118 unsigned short length; member 131 unsigned short length; member
|
| H A D | vsock.c | 104 socklen_t length = sizeof(addr); in vsock_getsockname() local 201 socklen_t length = sizeof(struct sockaddr_vm); variable 213 socklen_t length = sizeof(struct sockaddr_vm); variable 304 socklen_t length = sizeof(struct sockaddr_vm); variable 779 size_t length = 0; variable 805 size_t length = 0; variable 843 size_t length = 0; variable
|
| /xnu-10063.101.15/iokit/IOKit/pwr_mgt/ |
| H A D | IOPMPowerSourceList.h | 41 unsigned long length; variable
|
| H A D | IOPMinformeeList.h | 45 unsigned long length; variable
|
| /xnu-10063.101.15/EXTERNAL_HEADERS/CoreEntitlements/ |
| H A D | Runtime.h | 39 size_t length; member 48 size_t length; member
|
| H A D | Serialization.h | 63 size_t length; member 71 …izedElementSetData(CESerializedElement_t *element, void *__sized_by(length) bytes, size_t length) { in CESerializedElementSetData()
|
| /xnu-10063.101.15/osfmk/i386/ |
| H A D | mtrr.c | 495 mtrr_range_add(addr64_t address, uint64_t length, uint32_t type) in mtrr_range_add() 594 mtrr_range_remove(addr64_t address, uint64_t length, uint32_t type) in mtrr_range_remove() 646 uint64_t length, uint32_t type, int valid) in var_range_encode() 657 uint64_t length, uint32_t type) in var_range_overlap()
|
| /xnu-10063.101.15/bsd/libkern/ |
| H A D | memchr.c | 33 memchr(const void *bigptr, int ch, size_t length) in memchr()
|