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()1034 } else if (aea_output_stage.kos_initialized) { in chain_output_stages()1035 STAILQ_INSERT_TAIL(&outstate->kcos_out_stage, &aea_output_stage, kos_next); in chain_output_stages()1036 outstate->kcos_encryption_stage = &aea_output_stage; in chain_output_stages()1492 bzero(&aea_output_stage, sizeof(aea_output_stage)); in kdp_core_init_output_stages()1589 bcopy(&aea_output_stage, &old_encryption_stage, sizeof(aea_output_stage)); in kdp_core_init_encryption_stage()1591 bcopy(&new_encryption_stage, &aea_output_stage, sizeof(new_encryption_stage)); in kdp_core_init_encryption_stage()