Home
last modified time | relevance | path

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

/titanic_41/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);
/titanic_41/usr/src/uts/common/io/hotplug/pcihp/
H A Dpcihp.c116 hpc_slot_t slot_hdl; /* HPS slot handle */ member
537 if (slotinfop->slot_hdl == NULL) { in pcihp_open()
882 if ((slotinfop->slot_hdl == NULL) || in pcihp_ioctl()
901 rv = hpc_nexus_insert(slotinfop->slot_hdl, NULL, 0); in pcihp_ioctl()
904 rv = hpc_nexus_remove(slotinfop->slot_hdl, NULL, 0); in pcihp_ioctl()
907 rv = hpc_nexus_connect(slotinfop->slot_hdl, NULL, 0); in pcihp_ioctl()
925 rv = hpc_nexus_disconnect(slotinfop->slot_hdl, NULL, 0); in pcihp_ioctl()
1024 if (pci_dev >= PCI_MAX_DEVS || slotinfop->slot_hdl == NULL) { in pcihp_ioctl()
1033 if (hpc_nexus_control(slotinfop->slot_hdl, in pcihp_ioctl()
1123 if (pci_dev >= PCI_MAX_DEVS || slotinfop->slot_hdl == NULL) { in pcihp_ioctl()
[all …]
/titanic_41/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()
/titanic_41/usr/src/uts/sun4u/starcat/io/
H A Dschpc.c550 schpc_connect(caddr_t ops_arg, hpc_slot_t slot_hdl, void *data, uint_t flags) in schpc_connect() argument
559 (void *)ops_arg, (void *)slot_hdl); in schpc_connect()
563 slot = schpc_slot_get_index(schpc_p, slot_hdl); in schpc_connect()
964 schpc_disconnect(caddr_t ops_arg, hpc_slot_t slot_hdl, void *data, in schpc_disconnect() argument
973 slot_hdl); in schpc_disconnect()
977 slot = schpc_slot_get_index(schpc_p, slot_hdl); in schpc_disconnect()
1113 schpc_cpci_control(caddr_t ops_arg, hpc_slot_t slot_hdl, int request, in schpc_cpci_control() argument
1124 (void *)ops_arg, (void *)slot_hdl, request); in schpc_cpci_control()
1128 slot = schpc_slot_get_index(schpc_p, slot_hdl); in schpc_cpci_control()
1582 schpc_pci_control(caddr_t ops_arg, hpc_slot_t slot_hdl, int request, in schpc_pci_control() argument
[all …]
/titanic_41/usr/src/uts/sun4u/montecarlo/io/
H A Dhsc.c190 hsc_connect(caddr_t ops_arg, hpc_slot_t slot_hdl, void *data, uint_t flags) in hsc_connect() argument
296 hsc_disconnect(caddr_t ops_arg, hpc_slot_t slot_hdl, void *data, uint_t flags) in hsc_disconnect() argument
352 hsc_insert(caddr_t ops_arg, hpc_slot_t slot_hdl, void *data, uint_t flags) in hsc_insert() argument
370 hsc_remove(caddr_t ops_arg, hpc_slot_t slot_hdl, void *data, uint_t flags) in hsc_remove() argument
736 hsc_control(caddr_t ops_arg, hpc_slot_t slot_hdl, int request, caddr_t arg) in hsc_control() argument
/titanic_41/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()
/titanic_41/usr/src/uts/common/io/cardbus/
H A Dcardbus_hp.c86 static int cardbus_pci_control(caddr_t ops_arg, hpc_slot_t slot_hdl,
344 cardbus_pci_control(caddr_t ops_arg, hpc_slot_t slot_hdl, int request, in cardbus_pci_control() argument
351 _NOTE(ARGUNUSED(slot_hdl)) in cardbus_pci_control()