Searched refs:kdp_reset_output_vars (Results 1 – 3 of 3) sorted by relevance
| /xnu-11215.1.10/osfmk/kdp/ |
| H A D | kdp_core.h | 153 kern_return_t kdp_reset_output_vars(void *kdp_core_out_vars, uint64_t totalbytes, bool encrypt_core…
|
| H A D | kdp_core.c | 740 kdp_reset_output_vars(void *kdp_core_out_state, uint64_t totalbytes, bool encrypt_core, bool *out_s… in kdp_reset_output_vars() function 1017 ret = kdp_reset_output_vars(outstate, panic_len, true, &should_skip); in dump_panic_buffer() 1171 ret = kdp_reset_output_vars(&outstate, panic_stackshot_len, true, &should_skip); in do_kern_dump()
|
| H A D | processor_core.c | 474 …ret = kdp_reset_output_vars(core_context->core_outvars, core_context->core_file_length, true, &sho… in coredump_save_summary()
|