Home
last modified time | relevance | path

Searched refs:hpc_nexus_control (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/hotplug/pcihp/
H A Dpcihp.c1035 if (hpc_nexus_control(slotinfop->slot_hdl, in pcihp_ioctl()
1142 if (hpc_nexus_control(slotinfop->slot_hdl, in pcihp_ioctl()
1169 rv = hpc_nexus_control(slotinfop->slot_hdl, in pcihp_ioctl()
1247 if (hpc_nexus_control(slotinfop->slot_hdl, in pcihp_ioctl()
1273 if (hpc_nexus_control(slotinfop->slot_hdl, in pcihp_ioctl()
1524 if (hpc_nexus_control(slotinfop->slot_hdl, in pcihp_configure_ap()
1553 (void) hpc_nexus_control(slotinfop->slot_hdl, in pcihp_configure_ap()
2378 if (hpc_nexus_control(slotinfop->slot_hdl, in pcihp_event_handler()
2634 (void) hpc_nexus_control( in pcihp_event_handler()
2653 (void) hpc_nexus_control( in pcihp_event_handler()
[all …]
/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus_hp.c717 (void) hpc_nexus_control(cbp->slot_handle, in cardbus_configure_ap()
727 if (hpc_nexus_control(cbp->slot_handle, in cardbus_configure_ap()
778 (void) hpc_nexus_control(cbp->slot_handle, in cardbus_configure_ap()
1340 if (hpc_nexus_control(cbp->slot_handle, in cardbus_ioctl()
1477 if (hpc_nexus_control(cbp->slot_handle, in cardbus_ioctl()
1501 if (hpc_nexus_control(cbp->slot_handle, in cardbus_ioctl()
1517 (void) hpc_nexus_control(cbp->slot_handle, in cardbus_ioctl()
1529 (void) hpc_nexus_control(cbp->slot_handle, in cardbus_ioctl()
1541 (void) hpc_nexus_control(cbp->slot_handle, in cardbus_ioctl()
1552 (void) hpc_nexus_control(cbp->slot_handle, in cardbus_ioctl()
[all …]
/illumos-gate/usr/src/uts/common/sys/hotplug/
H A Dhpcsvc.h52 extern int hpc_nexus_control(hpc_slot_t handle, int request, caddr_t arg);
/illumos-gate/usr/src/uts/common/io/hotplug/hpcsvc/
H A Dhpcsvc.c822 hpc_nexus_control(hpc_slot_t handle, int request, caddr_t arg) in hpc_nexus_control() function