Searched refs:outstate (Results 1 – 1 of 1) sorted by relevance
755 struct kdp_core_out_state *outstate = (struct kdp_core_out_state *)kdp_core_out_state; in kdp_reset_output_vars() local759 outstate->kcos_totalbytes = totalbytes; in kdp_reset_output_vars()760 outstate->kcos_bytes_written = 0; in kdp_reset_output_vars()761 outstate->kcos_lastpercent = 0; in kdp_reset_output_vars()762 outstate->kcos_error = KERN_SUCCESS; in kdp_reset_output_vars()765 STAILQ_FOREACH(current_stage, &outstate->kcos_out_stage, kos_next) { in kdp_reset_output_vars()771 if (outstate->kcos_enforce_encryption && !outstate->kcos_encryption_stage) { in kdp_reset_output_vars()780 } else if (outstate->kcos_encryption_stage) { in kdp_reset_output_vars()781 outstate->kcos_encryption_stage->kos_bypass = true; in kdp_reset_output_vars()788 kern_dump_update_header(struct kdp_core_out_state *outstate) in kern_dump_update_header() argument[all …]