Home
last modified time | relevance | path

Searched refs:output_length (Results 1 – 1 of 1) sorted by relevance

/xnu-10063.141.1/osfmk/kern/
H A Dexclaves_inspection.c195 process_exclaves_buffer(uint8_t * buffer, size_t output_length, exclaves_inspection_process_fn proc… in process_exclaves_buffer() argument
200 if (output_length) { in process_exclaves_buffer()
201 …tberr = stackshot_stackshotresult__unmarshal(buffer, output_length, ^(stackshot_stackshotresult_s … in process_exclaves_buffer()
232 …client, &scids, want_raw_addresses, all_address_spaces, ^(stackshot_outputlength_s output_length) { in collect_scid_list()
233 assert3u(output_length, <=, exclaves_stackshot_buffer_size); in collect_scid_list()
235 size_t remaining = output_length; in collect_scid_list()
250 …kr = process_exclaves_buffer(exclaves_stackshot_buffer, (size_t)output_length, process_fn, want_ra… in collect_scid_list()