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