Searched refs:aea_output_stage (Results 1 – 1 of 1) sorted by relevance
135 static struct kdp_output_stage aea_output_stage = {}; variable357 if (kernel_vaddr_in_coredump_stage(&aea_output_stage, vaddr, vincr)) { in kernel_vaddr_in_coredump_stages()956 } else if (aea_output_stage.kos_initialized) { in chain_output_stages()957 STAILQ_INSERT_TAIL(&outstate->kcos_out_stage, &aea_output_stage, kos_next); in chain_output_stages()958 outstate->kcos_encryption_stage = &aea_output_stage; in chain_output_stages()1402 bzero(&aea_output_stage, sizeof(aea_output_stage)); in kdp_core_init_output_stages()1499 bcopy(&aea_output_stage, &old_encryption_stage, sizeof(aea_output_stage)); in kdp_core_init_encryption_stage()1501 bcopy(&new_encryption_stage, &aea_output_stage, sizeof(new_encryption_stage)); in kdp_core_init_encryption_stage()