| /xnu-11215.1.10/iokit/Kernel/ |
| H A D | IOPolledInterface.cpp | 346 uint64_t deviceOffset, uint64_t length) in IOStartPolledIO() 442 file_extent_callback(void * ref, uint64_t start, uint64_t length) in file_extent_callback() 954 uint32_t length = (vars->bufferOffset); in IOPolledFileWrite() local 1120 uint32_t length; in IOPolledFileRead() local
|
| H A D | IOPlatformExpert.cpp | 1111 PESavePanicInfo(UInt8 *buffer, UInt32 length) in PESavePanicInfo() 1121 PESavePanicInfoAction(void *buffer, UInt32 offset, UInt32 length) in PESavePanicInfoAction() 1578 IOPlatformExpert::savePanicInfo(UInt8 *buffer, IOByteCount length) in savePanicInfo() 1900 IOByteCount length) in readXPRAM() 1911 IOByteCount length) in writeXPRAM() 1973 IOByteCount length) in readNVRAMPartition() 1986 IOByteCount length) in writeNVRAMPartition() 1997 IODTPlatformExpert::savePanicInfo(UInt8 *buffer, IOByteCount length) in savePanicInfo()
|
| H A D | IONVRAM.cpp | 722 size_t length; in keyWithGuidAndCString() local 2086 IOByteCount length) in readXPRAM() 2093 IOByteCount length) in writeXPRAM() 2123 IOByteCount length) in readNVRAMPartition() 2131 IOByteCount length) in writeNVRAMPartition() 2137 IODTNVRAM::savePanicInfo(uint8_t *buffer, IOByteCount length) in savePanicInfo()
|
| /xnu-11215.1.10/osfmk/kdp/output_stages/ |
| H A D | out_memory_backing_aware_buffer.c | 61 char *corename, uint64_t length, void * panic_data) in memory_backing_aware_buffer_stage_outproc()
|
| H A D | out_progress_notify.c | 56 char *corename, uint64_t length, void * panic_data) in progress_notify_stage_outproc()
|
| H A D | out_buffer.c | 75 char *corename, uint64_t length, void * panic_data) in buffer_stage_outproc()
|
| /xnu-11215.1.10/tests/benchmark/ |
| H A D | helpers.c | 76 size_t length = sizeof(ncpu); in get_ncpu() local
|
| /xnu-11215.1.10/libkern/libkern/c++/ |
| H A D | bounded_array.h | 87 length() const noexcept in length() function
|
| H A D | OSSerialize.h | 99 unsigned int length; // of serialized data (counting NULL) variable
|
| H A D | OSData.h | 102 unsigned int length; variable
|
| H A D | bounded_array_ref.h | 206 length() const noexcept in length() function
|
| /xnu-11215.1.10/libsyscall/wrappers/ |
| H A D | thread_register_state.c | 31 thread_get_register_pointer_values(thread_t thread, uintptr_t *sp, size_t *length, uintptr_t *value… in thread_get_register_pointer_values()
|
| /xnu-11215.1.10/security/ |
| H A D | mac_audit.c | 82 mac_system_check_audit(struct ucred *cred, void *record, int length) in mac_system_check_audit() 349 mac_system_check_audit(__unused struct ucred *cred, __unused void *record, __unused int length) in mac_system_check_audit()
|
| /xnu-11215.1.10/bsd/nfs/gss/ |
| H A D | ccrypto.c | 112 ccdes_key_set_odd_parity(void *key, unsigned long length) in ccdes_key_set_odd_parity()
|
| /xnu-11215.1.10/osfmk/vm/ |
| H A D | device_vm.c | 310 memory_object_cluster_size_t length, in device_pager_data_action() 361 memory_object_cluster_size_t length, in device_pager_data_request()
|
| /xnu-11215.1.10/bsd/vfs/ |
| H A D | vfs_io_compression_stats.c | 506 unsigned long length; member 515 unsigned long length = ctx->length; in vnode_iocs_callback() local
|
| /xnu-11215.1.10/tools/lldbmacros/ |
| H A D | kdp.py | 7 def GetKDPPacketHeaderInt(request=0, is_reply=False, seq=0, length=0, key=0): argument
|
| /xnu-11215.1.10/osfmk/kdp/ |
| H A D | processor_core.c | 639 coredump_save_note_description(const char * data_owner, uint64_t length, void *context) in coredump_save_note_description() 714 coredump_save_segment_data(void *seg_data, uint64_t length, void *context) in coredump_save_segment_data() 740 coredump_save_note_data(void *note_data, uint64_t length, void *context) in coredump_save_note_data() 766 coredump_save_sw_vers_legacy(void *sw_vers, uint64_t length, void *context) in coredump_save_sw_vers_legacy()
|
| /xnu-11215.1.10/libkdd/ |
| H A D | KCDStructTypeDescription.m | 74 - (NSDictionary *)parseData:(void *)dataBuffer ofLength:(uint32_t)length category 78 NSDictionary * _d = [fi parseData:dataBuffer ofLength:length]; category 88 … uint32_t elem_count = (length - offsetof(struct kcdata_type_definition, kct_elements))/elem_size; category
|
| /xnu-11215.1.10/tests/vfs/ |
| H A D | freeable_vnodes.c | 72 size_t length = sizeof(max_vnodes); in get_sysctl_int() local
|
| /xnu-11215.1.10/iokit/Tests/TestServices/ |
| H A D | TestIODeviceMemoryRosetta.cpp | 54 uint64_t length; member
|
| /xnu-11215.1.10/SETUP/setsegname/ |
| H A D | setsegname.c | 37 writeFile(int fd, const void * data, size_t length) in writeFile()
|
| /xnu-11215.1.10/libkern/zlib/ |
| H A D | trees.c | 224 send_bits(deflate_state *s, int value, int length) in send_bits() 246 #define send_bits(s, value, length) \ argument 274 int length; /* length value */ in tr_static_init() local
|
| H A D | deflate.c | 339 uInt length = dictLength; in deflateSetDictionary() local 1260 check_match(deflate_state *s, IPos start, IPos match, int length) in check_match() 1278 # define check_match(s, start, match, length) argument
|
| /xnu-11215.1.10/osfmk/kern/ |
| H A D | telemetry.c | 1239 telemetry_gather(user_addr_t buffer, uint32_t *length, bool mark) in telemetry_gather() 1245 telemetry_buffer_gather(user_addr_t buffer, uint32_t *length, bool mark, struct micro_snapshot_buff… in telemetry_buffer_gather() 1868 bootprofile_get(void **buffer, uint32_t *length) in bootprofile_get() 1877 bootprofile_gather(user_addr_t buffer, uint32_t *length) in bootprofile_gather()
|