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

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

Completed in 47 milliseconds