Searched refs:outstate (Results 1 – 1 of 1) sorted by relevance
742 struct kdp_core_out_state *outstate = (struct kdp_core_out_state *)kdp_core_out_state; in kdp_reset_output_vars() local746 outstate->kcos_totalbytes = totalbytes; in kdp_reset_output_vars()747 outstate->kcos_bytes_written = 0; in kdp_reset_output_vars()748 outstate->kcos_lastpercent = 0; in kdp_reset_output_vars()749 outstate->kcos_error = KERN_SUCCESS; in kdp_reset_output_vars()752 STAILQ_FOREACH(current_stage, &outstate->kcos_out_stage, kos_next) { in kdp_reset_output_vars()758 if (outstate->kcos_enforce_encryption && !outstate->kcos_encryption_stage) { in kdp_reset_output_vars()767 } else if (outstate->kcos_encryption_stage) { in kdp_reset_output_vars()768 outstate->kcos_encryption_stage->kos_bypass = true; in kdp_reset_output_vars()775 kern_dump_update_header(struct kdp_core_out_state *outstate) in kern_dump_update_header() argument[all …]