Lines Matching refs:hsc_slotops
178 static hpc_slot_ops_t *hsc_slotops;
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 != NULL) {
1404 hpc_free_slot_ops(hsc_slotops);
1405 hsc_slotops = NULL;