Home
last modified time | relevance | path

Searched refs:ops_arg (Results 1 – 4 of 4) 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,
275 hpc_slot_ops_t *slot_ops, caddr_t ops_arg, uint_t flags);
/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
1503 hpc3130_callback_arg_t *info_p = (hpc3130_callback_arg_t *)ops_arg; in hpc3130_slot_connect()
1675 hpc3130_slot_disconnect(caddr_t ops_arg, hpc_slot_t slot_hdl, in hpc3130_slot_disconnect() argument
1688 hpc3130_callback_arg_t *info_p = (hpc3130_callback_arg_t *)ops_arg; 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
1899 hpc3130_callback_arg_t *info_p = (hpc3130_callback_arg_t *)ops_arg; in hpc3130_slot_control()
/illumos-gate/usr/src/uts/common/io/hotplug/hpcsvc/
H A Dhpcsvc.c441 caddr_t ops_arg, uint_t flags) in hpc_slot_register() argument
512 slotp->slot_ops_arg = ops_arg; in hpc_slot_register()
/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
357 cbp = (cbus_t *)ops_arg; in cardbus_pci_control()