| /xnu-8792.41.9/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-8792.41.9/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-8792.41.9/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-8792.41.9/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 | 494 uint64_t length; in segmentOp() local 614 IODMACommand::createCopyBuffer(IODirection direction, UInt64 length) in createCopyBuffer() 777 UInt64 length, in prepareWithSpecification() 806 UInt64 length, in prepareWithSpecification() 827 IODMACommand::prepare(UInt64 offset, UInt64 length, bool flushCache, bool synchronize) in prepare() 935 uint64_t length; in prepare() local 1112 IODMACommand::getPreparedOffsetAndLength(UInt64 * offset, UInt64 * length) in getPreparedOffsetAndLength() 1189 UInt64 length = min(segment.fLength, context->remaining); in transferSegment() local 1225 IODMACommand::transfer(IOOptionBits transferOp, UInt64 offset, void * buffer, UInt64 length) in transfer() 1251 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 | 1684 IOByteCount length, in withAddress() 1694 IOByteCount length, in withAddress() 1711 IOByteCount length, in withPhysicalAddress() 1737 mach_vm_size_t length, in withAddressRange() 1824 IOByteCount length, in withSubRange() 2517 IOMemoryDescriptor::getSourceSegment( IOByteCount offset, IOByteCount * length ) in getSourceSegment() 2535 (IOByteCount offset, void *bytes, IOByteCount length) in readBytes() 2599 (IOByteCount inoffset, const void *bytes, IOByteCount length) in writeBytes() 3177 mach_vm_size_t length; in dmaCommandOperation() local 3349 mach_vm_size_t length = 0; in getPhysicalSegment() local [all …]
|
| H A D | IONVRAMCHRPHandler.cpp | 142 adler32(const uint8_t *buffer, size_t length) in adler32() 290 IONVRAMCHRPHandler::isValidImage(const uint8_t *image, IOByteCount length) in isValidImage() 296 IONVRAMCHRPHandler::init(IODTNVRAM *provider, const uint8_t *image, IOByteCount length, in init() 412 IONVRAMCHRPHandler::unserializeImage(const uint8_t *image, IOByteCount length) in unserializeImage() 617 uint32_t length, maxLength, regionIndex; in serializeVariables() local 900 IONVRAMCHRPHandler::unescapeBytesToData(const uint8_t *bytes, uint32_t length) in unescapeBytesToData() 1069 IONVRAMCHRPHandler::convertObjectToProp(uint8_t *buffer, uint32_t *length, in convertObjectToProp() 1076 IONVRAMCHRPHandler::convertObjectToProp(uint8_t *buffer, uint32_t *length, in convertObjectToProp()
|
| /xnu-8792.41.9/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-8792.41.9/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() 81 os_hash_jenkins(const void *data, size_t length) in os_hash_jenkins()
|
| /xnu-8792.41.9/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-8792.41.9/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-8792.41.9/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-8792.41.9/EXTERNAL_HEADERS/CoreEntitlements/ |
| H A D | Runtime.h | 35 size_t length; member 44 size_t length; member
|
| /xnu-8792.41.9/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-8792.41.9/tests/ |
| 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-8792.41.9/tests/vm/ |
| H A D | memorystatus_freeze_test.c | 280 size_t length; local 329 size_t length = sizeof(freeze_enabled); local 559 size_t length; local 664 size_t length = sizeof(memorystatus_freeze_daily_mb_max); local 695 size_t length; variable 1569 size_t length = sizeof(freeze_enabled); local 1581 size_t length = sizeof(freeze_enabled); variable
|
| /xnu-8792.41.9/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-8792.41.9/bsd/libkern/ |
| H A D | memchr.c | 33 memchr(const void *bigptr, int ch, size_t length) in memchr()
|
| /xnu-8792.41.9/iokit/IOKit/ |
| H A D | IODeviceMemory.h | 59 IOPhysicalLength length; member
|