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