Home
last modified time | relevance | path

Searched defs:length_to_copy (Results 1 – 3 of 3) sorted by relevance

/xnu-11417.140.69/bsd/tests/
H A Dbsd_tests.c232 uint32_t length_to_copy = 0; in xnupost_export_testdata() local
/xnu-11417.140.69/bsd/net/
H A Dnecp_client.c6169 size_t length_to_copy = MIN(length, sizeof(domain_info->domain_owner)); in necp_find_domain_info_common() local
6174 size_t length_to_copy = MIN(length, sizeof(domain_info->domain_tracker_ctxt)); in necp_find_domain_info_common() local
6179 size_t length_to_copy = MIN(length, sizeof(domain_info->domain_attributed_bundle_id)); in necp_find_domain_info_common() local
6205 size_t length_to_copy = MIN(tracker_domain_length, sizeof(domain_info->domain_name)); in necp_find_domain_info_common() local
6208 size_t length_to_copy = MIN(domain_length, sizeof(domain_info->domain_name)); in necp_find_domain_info_common() local
/xnu-11417.140.69/osfmk/kern/
H A Dkern_stackshot.c5121 uint32_t length_to_copy = 0, tmp32 = 0; in kdp_stackshot_kcdata_format() local