Searched refs:aea_output_stage (Results 1 – 1 of 1) sorted by relevance
122 static struct kdp_output_stage aea_output_stage = {}; variable247 if (kernel_vaddr_in_coredump_stage(&aea_output_stage, vaddr, vincr)) { in kernel_vaddr_in_coredump_stages()804 } else if (aea_output_stage.kos_initialized) { in chain_output_stages()805 STAILQ_INSERT_TAIL(&outstate->kcos_out_stage, &aea_output_stage, kos_next); in chain_output_stages()806 outstate->kcos_encryption_stage = &aea_output_stage; in chain_output_stages()1167 bzero(&aea_output_stage, sizeof(aea_output_stage)); in kdp_core_init_output_stages()1256 bcopy(&aea_output_stage, &old_encryption_stage, sizeof(aea_output_stage)); in kdp_core_init_encryption_stage()1258 bcopy(&new_encryption_stage, &aea_output_stage, sizeof(new_encryption_stage)); in kdp_core_init_encryption_stage()