apic_mp_cnf_hdr
procp = (struct apic_procent *)(mpct + sizeof (struct apic_mp_cnf_hdr));
procp = (struct apic_procent *)(mpct + sizeof (struct apic_mp_cnf_hdr));
struct apic_mp_cnf_hdr *hdrp;
hdrp = (struct apic_mp_cnf_hdr *)psm_map_phys(mpct_addr,
sizeof (struct apic_mp_cnf_hdr), PROT_READ);
psm_unmap_phys((caddr_t)hdrp, sizeof (struct apic_mp_cnf_hdr));
psm_unmap_phys((caddr_t)hdrp, sizeof (struct apic_mp_cnf_hdr));
hdrp = (struct apic_mp_cnf_hdr *)mpct;
apic_set_pwroff_method_from_mpcnfhdr(struct apic_mp_cnf_hdr *hdrp)
static void apic_set_pwroff_method_from_mpcnfhdr(struct apic_mp_cnf_hdr *hdrp);