Searched refs:outstate (Results 1 – 1 of 1) sorted by relevance
810 struct kdp_core_out_state *outstate = (struct kdp_core_out_state *)kdp_core_out_state; in kdp_reset_output_vars() local814 outstate->kcos_totalbytes = totalbytes; in kdp_reset_output_vars()815 outstate->kcos_bytes_written = 0; in kdp_reset_output_vars()816 outstate->kcos_lastpercent = 0; in kdp_reset_output_vars()817 outstate->kcos_error = KERN_SUCCESS; in kdp_reset_output_vars()820 STAILQ_FOREACH(current_stage, &outstate->kcos_out_stage, kos_next) { in kdp_reset_output_vars()836 if (outstate->kcos_enforce_encryption && !outstate->kcos_encryption_stage) { in kdp_reset_output_vars()845 } else if (outstate->kcos_encryption_stage) { in kdp_reset_output_vars()846 outstate->kcos_encryption_stage->kos_bypass = true; in kdp_reset_output_vars()853 kern_dump_update_header(struct kdp_core_out_state *outstate) in kern_dump_update_header() argument[all …]