Searched refs:outstate (Results 1 – 1 of 1) sorted by relevance
747 struct kdp_core_out_state *outstate = (struct kdp_core_out_state *)kdp_core_out_state; in kdp_reset_output_vars() local751 outstate->kcos_totalbytes = totalbytes; in kdp_reset_output_vars()752 outstate->kcos_bytes_written = 0; in kdp_reset_output_vars()753 outstate->kcos_lastpercent = 0; in kdp_reset_output_vars()754 outstate->kcos_error = KERN_SUCCESS; in kdp_reset_output_vars()757 STAILQ_FOREACH(current_stage, &outstate->kcos_out_stage, kos_next) { in kdp_reset_output_vars()773 if (outstate->kcos_enforce_encryption && !outstate->kcos_encryption_stage) { in kdp_reset_output_vars()782 } else if (outstate->kcos_encryption_stage) { in kdp_reset_output_vars()783 outstate->kcos_encryption_stage->kos_bypass = true; in kdp_reset_output_vars()790 kern_dump_update_header(struct kdp_core_out_state *outstate) in kern_dump_update_header() argument[all …]