pcie_hp_occupant_info_t
pcie_hp_occupant_info_t *occupant =
(pcie_hp_occupant_info_t *)cn_cfg_p->cn_private;
pcie_hp_occupant_info_t *occupant;
occupant = kmem_alloc(sizeof (pcie_hp_occupant_info_t), KM_SLEEP);
kmem_free(occupant, sizeof (pcie_hp_occupant_info_t));