Home
last modified time | relevance | path

Searched refs:ops_arg (Results 1 – 6 of 6) sorted by relevance

/titanic_50/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);
/titanic_50/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()
/titanic_50/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
192 hsc_slot_t *hsp = (hsc_slot_t *)ops_arg; in hsc_connect()
296 hsc_disconnect(caddr_t ops_arg, hpc_slot_t slot_hdl, void *data, uint_t flags) in hsc_disconnect() argument
298 hsc_slot_t *hsp = (hsc_slot_t *)ops_arg; in hsc_disconnect()
352 hsc_insert(caddr_t ops_arg, hpc_slot_t slot_hdl, void *data, uint_t flags) in hsc_insert() argument
354 hsc_slot_t *hsp = (hsc_slot_t *)ops_arg; in hsc_insert()
370 hsc_remove(caddr_t ops_arg, hpc_slot_t slot_hdl, void *data, uint_t flags) in hsc_remove() argument
372 hsc_slot_t *hsp = (hsc_slot_t *)ops_arg; in hsc_remove()
736 hsc_control(caddr_t ops_arg, hpc_slot_t slot_hdl, int request, caddr_t arg) in hsc_control() argument
738 hsc_slot_t *hsp = (hsc_slot_t *)ops_arg; in hsc_control()
/titanic_50/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()
964 schpc_disconnect(caddr_t ops_arg, hpc_slot_t slot_hdl, void *data, in schpc_disconnect() argument
972 "schpc_disconnect( ops_arg=%p slot_hdl=%p)", (void *)ops_arg, 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()
1582 schpc_pci_control(caddr_t ops_arg, hpc_slot_t slot_hdl, int request, in schpc_pci_control() argument
1593 (void *)ops_arg, (void *)slot_hdl, request); in schpc_pci_control()
1995 schpc_test(caddr_t ops_arg, int slot, void *data, uint_t flags) in schpc_test() argument
2004 (void *)ops_arg, SCHPC_SLOT_NUM(slot)); in schpc_test()
/titanic_50/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()
/titanic_50/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
353 cbp = (cbus_t *)ops_arg; in cardbus_pci_control()