Home
last modified time | relevance | path

Searched refs:pcie_hp_occupant_info_t (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/pciex/hotplug/
H A Dpcie_hp.c476 pcie_hp_occupant_info_t *occupant; in pcie_hp_create_occupant_props()
501 occupant = kmem_alloc(sizeof (pcie_hp_occupant_info_t), KM_SLEEP); in pcie_hp_create_occupant_props()
526 kmem_free(occupant, sizeof (pcie_hp_occupant_info_t)); in pcie_hp_create_occupant_props()
1119 pcie_hp_occupant_info_t *occupant = in pcie_hp_list_occupants()
1120 (pcie_hp_occupant_info_t *)cn_cfg_p->cn_private; in pcie_hp_list_occupants()
/illumos-gate/usr/src/uts/common/sys/hotplug/pci/
H A Dpcie_hp.h162 } pcie_hp_occupant_info_t; typedef