Lines Matching refs:slot_ops
557 hpc_slot_ops_t *slot_ops = NULL; in sghsc_register_slots() local
666 slot_ops = hpc_alloc_slot_ops(KM_SLEEP); in sghsc_register_slots()
667 sghsc->sghsc_slot_table[i].slot_ops = slot_ops; in sghsc_register_slots()
670 slot_ops->hpc_version = HPC_SLOT_OPS_VERSION; in sghsc_register_slots()
671 slot_ops->hpc_op_connect = sghsc_connect; in sghsc_register_slots()
672 slot_ops->hpc_op_disconnect = sghsc_disconnect; in sghsc_register_slots()
673 slot_ops->hpc_op_insert = nodev; in sghsc_register_slots()
674 slot_ops->hpc_op_remove = nodev; in sghsc_register_slots()
675 slot_ops->hpc_op_control = sghsc_control; in sghsc_register_slots()
698 slot_ops, (caddr_t)sghsc, 0)) != 0) { in sghsc_register_slots()
1423 if (sghsc->sghsc_slot_table[i].slot_ops) in sghsc_freemem()
1424 hpc_free_slot_ops(sghsc->sghsc_slot_table[i].slot_ops); in sghsc_freemem()