Home
last modified time | relevance | path

Searched defs:length (Results 76 – 100 of 201) sorted by relevance

123456789

/xnu-11417.121.6/iokit/Tests/TestServices/
H A DTestIODeviceMemoryRosetta.cpp54 uint64_t length; member
/xnu-11417.121.6/libkern/zlib/
H A Dtrees.c224 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 Ddeflate.c339 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-11417.121.6/bsd/net/
H A Dnecp.c2180 necp_buffer_write_tlv_validate(u_int8_t * __indexable cursor, u_int8_t type, u_int32_t length, in necp_buffer_write_tlv_validate()
2288 u_int32_t * __indexable length = NULL; in necp_buffer_get_tlv_length() local
2310 u_int32_t length = necp_buffer_get_tlv_length(buffer, buffer_length, tlv_offset); in __necp_buffer_get_tlv_value() local
2548 necp_policy_result_get_type_from_buffer(u_int8_t * __sized_by(length)buffer, u_int32_t length) in necp_policy_result_get_type_from_buffer()
2554 …licy_result_get_parameter_length_from_buffer(u_int8_t * __sized_by(length)buffer, u_int32_t length) in necp_policy_result_get_parameter_length_from_buffer()
2560 …cp_policy_result_get_parameter_pointer_from_buffer(u_int8_t * __indexable buffer, u_int32_t length) in necp_policy_result_get_parameter_pointer_from_buffer()
2566 necp_policy_result_requires_route_rules(u_int8_t * __sized_by(length)buffer, u_int32_t length) in necp_policy_result_requires_route_rules()
2590 necp_policy_result_is_valid(u_int8_t * __sized_by(length)buffer, u_int32_t length, bool *is_pass_sk… in necp_policy_result_is_valid()
2659 necp_policy_condition_get_type_from_buffer(u_int8_t * __sized_by(length)buffer, u_int32_t length) in necp_policy_condition_get_type_from_buffer()
2665 necp_policy_condition_get_flags_from_buffer(u_int8_t * __sized_by(length)buffer, u_int32_t length) in necp_policy_condition_get_flags_from_buffer()
[all …]
H A Dif_utun.c432 size_t length = 0; in utun_netif_sync_tx() local
679 size_t length = mbuf_pkthdr_len(data); in utun_netif_sync_rx() local
815 size_t length = MIN(tx_length - header_offset, in utun_netif_sync_rx() local
2666 int length; in utun_output() local
3260 size_t length = MIN(kern_packet_get_data_length(tx_ph), in utun_kpipe_sync_tx() local
3384 size_t length; in utun_kpipe_sync_rx() local
3554 size_t length = 0; in utun_kpipe_sync_rx() local
H A Dtrie_utility.h58 uint16_t length:15; member
H A Dndrv.h92 u_int16_t length; member
H A Dif_pflog.h81 u_int8_t length; member
/xnu-11417.121.6/iokit/Kernel/
H A DIONVRAM.cpp734 size_t length; in keyWithGuidAndCString() local
2062 IOByteCount length) in readXPRAM()
2069 IOByteCount length) in writeXPRAM()
2099 IOByteCount length) in readNVRAMPartition()
2107 IOByteCount length) in writeNVRAMPartition()
2113 IODTNVRAM::savePanicInfo(uint8_t *buffer, IOByteCount length) in savePanicInfo()
H A DIONVRAMV3Handler.cpp268 IONVRAMV3Handler::isValidImage(const uint8_t *image, IOByteCount length) in isValidImage()
280 IONVRAMV3Handler::init(IODTNVRAM *provider, const uint8_t *image, IOByteCount length) in init()
606 IONVRAMV3Handler::unserializeImage(const uint8_t *image, IOByteCount length) in unserializeImage()
1426 IONVRAMV3Handler::convertObjectToProp(uint8_t *buffer, uint32_t *length, in convertObjectToProp()
/xnu-11417.121.6/tests/vfs/
H A Dgetattrlist_mountextflags.c174 uint32_t length; in test_getattrlist() member
/xnu-11417.121.6/libkern/c++/
H A DOSUnserialize.y317 int start, length; in yylex() local
341 int start, length; in yylex() local
H A DOSString.cpp207 OSString::withCString(const char *cString, size_t length) in withCString()
/xnu-11417.121.6/osfmk/kdp/output_stages/
H A Dout_lz4.c141 char *corename, uint64_t length, void *panic_data) in lz4_stage_outproc()
/xnu-11417.121.6/libkern/kxld/
H A Dkxld_reloc.c1243 u_int length, u_int pcrel, kxld_addr_t _base_pc, kxld_addr_t _link_pc, in generic_process_reloc()
1340 u_int length, u_int pcrel, kxld_addr_t _base_pc __unused, in x86_64_process_reloc()
1577 u_int length, u_int pcrel, kxld_addr_t _base_pc __unused, in arm_process_reloc()
1696 u_int length, u_int pcrel, kxld_addr_t _base_pc __unused, kxld_addr_t _link_pc, in arm64_process_reloc()
H A Dkxld_reloc.h83 u_int length:2; member
/xnu-11417.121.6/osfmk/kern/
H A Dcs_blobs.h214 uint32_t length; /* total length of CodeDirectory blob */ member
278 uint32_t length; /* total length of SuperBlob */ member
288 uint32_t length; /* total length of blob */ member
/xnu-11417.121.6/osfmk/i386/commpage/
H A Dcommpage.c450 int length ) in commpage_stuff()
467 commpage_update(commpage_address_t address, const void *source, int length) in commpage_update()
/xnu-11417.121.6/iokit/bsddev/
H A DDINetBootHook.cpp364 uint64_t remain, length; in di_root_ramfile() local
/xnu-11417.121.6/osfmk/vm/
H A Dvm_map_internal.h401 vm_object_size_t length, in VME_OBJECT_SHADOW()
/xnu-11417.121.6/tools/tests/perf_index/
H A Dperf_index.c18 long long length; member
/xnu-11417.121.6/osfmk/mach_debug/
H A Dmach_debug_types.h176 uint64_t length; member
/xnu-11417.121.6/bsd/security/audit/
H A Daudit_bsm.c2087 bsm_rec_verify(void *rec, int length, boolean_t kern_events_allowed) in bsm_rec_verify()
/xnu-11417.121.6/libkern/os/
H A Dlog_encode_types.h107 uint16_t length : 15; member
/xnu-11417.121.6/EXTERNAL_HEADERS/CoreTrust/
H A DCTEvaluate.h19 CT_size_t length; member

123456789