Searched refs:slot_hdl (Results 1 - 7 of 7) 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.c116 hpc_slot_t slot_hdl; /* HPS slot handle */ member in struct:pcihp::pcihp_slotinfo
537 if (slotinfop->slot_hdl == NULL) {
882 if ((slotinfop->slot_hdl == NULL) ||
901 rv = hpc_nexus_insert(slotinfop->slot_hdl, NULL, 0);
904 rv = hpc_nexus_remove(slotinfop->slot_hdl, NULL, 0);
907 rv = hpc_nexus_connect(slotinfop->slot_hdl, NULL, 0);
925 rv = hpc_nexus_disconnect(slotinfop->slot_hdl, NULL, 0);
1024 if (pci_dev >= PCI_MAX_DEVS || slotinfop->slot_hdl == NULL) {
1033 if (hpc_nexus_control(slotinfop->slot_hdl,
1123 if (pci_dev >= PCI_MAX_DEVS || slotinfop->slot_hdl
[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, argument
1489 _NOTE(ARGUNUSED(slot_hdl, data, flags))
1675 hpc3130_slot_disconnect(caddr_t ops_arg, hpc_slot_t slot_hdl, argument
1678 _NOTE(ARGUNUSED(slot_hdl, data, flags))
1872 hpc3130_slot_insert(caddr_t ops_arg, hpc_slot_t slot_hdl, argument
1875 _NOTE(ARGUNUSED(ops_arg, slot_hdl, data, flags))
1880 hpc3130_slot_remove(caddr_t ops_arg, hpc_slot_t slot_hdl, argument
1883 _NOTE(ARGUNUSED(ops_arg, slot_hdl, data, flags))
1888 hpc3130_slot_control(caddr_t ops_arg, hpc_slot_t slot_hdl, argument
1891 _NOTE(ARGUNUSED(slot_hdl))
[all...]
/illumos-gate/usr/src/uts/common/io/hotplug/hpcsvc/
H A Dhpcsvc.c920 hpc_bus_registered(hpc_slot_t slot_hdl) argument
925 slotp = (hpc_slot_entry_t *)slot_hdl;
/illumos-gate/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) argument
558 SCHPC_DEBUG2(D_IOC_CONNECT, "schpc_connect( ops_arg=%p slot_hdl=%p)",
559 (void *)ops_arg, (void *)slot_hdl);
563 slot = schpc_slot_get_index(schpc_p, slot_hdl);
964 schpc_disconnect(caddr_t ops_arg, hpc_slot_t slot_hdl, void *data, argument
972 "schpc_disconnect( ops_arg=%p slot_hdl=%p)", (void *)ops_arg,
973 slot_hdl);
977 slot = schpc_slot_get_index(schpc_p, slot_hdl);
1113 schpc_cpci_control(caddr_t ops_arg, hpc_slot_t slot_hdl, int request, argument
1123 "schpc_cpci_control(op_args=%p slot_hdl
1582 schpc_pci_control(caddr_t ops_arg, hpc_slot_t slot_hdl, int request, caddr_t arg) argument
[all...]
/illumos-gate/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) argument
296 hsc_disconnect(caddr_t ops_arg, hpc_slot_t slot_hdl, void *data, uint_t flags) argument
352 hsc_insert(caddr_t ops_arg, hpc_slot_t slot_hdl, void *data, uint_t flags) argument
370 hsc_remove(caddr_t ops_arg, hpc_slot_t slot_hdl, void *data, uint_t flags) argument
736 hsc_control(caddr_t ops_arg, hpc_slot_t slot_hdl, int request, caddr_t arg) argument
/illumos-gate/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, argument
351 _NOTE(ARGUNUSED(slot_hdl))

Completed in 83 milliseconds