Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun4u/montecarlo/io/
H A Dhsc.c178 static hpc_slot_ops_t *hsc_slotops; variable
974 hsc_slotops, in hsc_slot_register()
1384 hsc_slotops = hpc_alloc_slot_ops(KM_SLEEP); in hsc_init()
1386 hsc_slotops->hpc_version = HPC_SLOT_OPS_VERSION; in hsc_init()
1387 hsc_slotops->hpc_op_connect = hsc_connect; in hsc_init()
1388 hsc_slotops->hpc_op_disconnect = hsc_disconnect; in hsc_init()
1389 hsc_slotops->hpc_op_insert = hsc_insert; in hsc_init()
1390 hsc_slotops->hpc_op_remove = hsc_remove; in hsc_init()
1391 hsc_slotops->hpc_op_control = hsc_control; in hsc_init()
1403 if (hsc_slotops != NULL) { in hsc_fini()
[all …]