Home
last modified time | relevance | path

Searched refs:slot_hdl (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/hotplug/
H A Dhpctrl.h69 int (*hpc_op_connect)(caddr_t ops_arg, hpc_slot_t slot_hdl,
71 int (*hpc_op_disconnect)(caddr_t ops_arg, hpc_slot_t slot_hdl,
73 int (*hpc_op_insert)(caddr_t ops_arg, hpc_slot_t slot_hdl,
75 int (*hpc_op_remove)(caddr_t ops_arg, hpc_slot_t slot_hdl,
77 int (*hpc_op_control)(caddr_t ops_arg, hpc_slot_t slot_hdl,
274 hpc_slot_info_t *slot_info, hpc_slot_t *slot_hdl,
276 extern int hpc_slot_unregister(hpc_slot_t *slot_hdl);
279 extern int hpc_slot_event_notify(hpc_slot_t slot_hdl, uint_t event,
281 extern boolean_t hpc_bus_registered(hpc_slot_t slot_hdl);
/illumos-gate/usr/src/uts/common/io/hotplug/pcihp/
H A Dpcihp.c120 hpc_slot_t slot_hdl; /* HPS slot handle */ member
541 if (slotinfop->slot_hdl == NULL) { in pcihp_open()
884 if ((slotinfop->slot_hdl == NULL) || in pcihp_ioctl()
1524 if (hpc_nexus_control(slotinfop->slot_hdl, in pcihp_configure_ap()
2006 if (slotinfop->slot_hdl != NULL) { in pcihp_new_slot_state()
2033 slotinfop->slot_hdl = hdl; in pcihp_new_slot_state()
2271 slotinfop->slot_hdl = NULL; in pcihp_new_slot_state()
2378 if (hpc_nexus_control(slotinfop->slot_hdl, in pcihp_event_handler()
2635 slotinfop->slot_hdl, in pcihp_event_handler()
2639 slotinfop->slot_hdl, in pcihp_event_handler()
[all …]
/illumos-gate/usr/src/uts/sun4u/daktari/io/
H A Dhpc3130_dak.c1486 hpc3130_slot_connect(caddr_t ops_arg, hpc_slot_t slot_hdl, in hpc3130_slot_connect() argument
1489 _NOTE(ARGUNUSED(slot_hdl, data, flags)) in hpc3130_slot_connect()
1675 hpc3130_slot_disconnect(caddr_t ops_arg, hpc_slot_t slot_hdl, in hpc3130_slot_disconnect() argument
1678 _NOTE(ARGUNUSED(slot_hdl, data, flags)) in hpc3130_slot_disconnect()
1872 hpc3130_slot_insert(caddr_t ops_arg, hpc_slot_t slot_hdl, in hpc3130_slot_insert() argument
1875 _NOTE(ARGUNUSED(ops_arg, slot_hdl, data, flags)) in hpc3130_slot_insert()
1880 hpc3130_slot_remove(caddr_t ops_arg, hpc_slot_t slot_hdl, in hpc3130_slot_remove() argument
1883 _NOTE(ARGUNUSED(ops_arg, slot_hdl, data, flags)) in hpc3130_slot_remove()
1888 hpc3130_slot_control(caddr_t ops_arg, hpc_slot_t slot_hdl, in hpc3130_slot_control() argument
1891 _NOTE(ARGUNUSED(slot_hdl)) in hpc3130_slot_control()
/illumos-gate/usr/src/uts/common/io/hotplug/hpcsvc/
H A Dhpcsvc.c920 hpc_bus_registered(hpc_slot_t slot_hdl) in hpc_bus_registered() argument
925 slotp = (hpc_slot_entry_t *)slot_hdl; in hpc_bus_registered()
/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus_hp.c90 static int cardbus_pci_control(caddr_t ops_arg, hpc_slot_t slot_hdl,
348 cardbus_pci_control(caddr_t ops_arg, hpc_slot_t slot_hdl, int request, in cardbus_pci_control() argument
355 _NOTE(ARGUNUSED(slot_hdl)) in cardbus_pci_control()