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

/illumos-gate/usr/src/uts/sun4u/daktari/sys/
H A Dhpc3130_dak.h152 hpc_slot_ops_t *hpc3130_slot_ops; member in struct:hpc3130_unit
/illumos-gate/usr/src/uts/sun4u/daktari/io/
H A Dhpc3130_dak.c937 hpc3130_p->hpc3130_slot_ops = hpc_alloc_slot_ops(KM_SLEEP);
938 hpc3130_p->hpc3130_slot_ops->hpc_version = 0;
940 hpc3130_p->hpc3130_slot_ops->hpc_op_connect = hpc3130_slot_connect;
941 hpc3130_p->hpc3130_slot_ops->hpc_op_disconnect =
943 hpc3130_p->hpc3130_slot_ops->hpc_op_insert = hpc3130_slot_insert;
944 hpc3130_p->hpc3130_slot_ops->hpc_op_remove = hpc3130_slot_remove;
945 hpc3130_p->hpc3130_slot_ops->hpc_op_control = hpc3130_slot_control;
972 hpc3130_p->hpc3130_slot_ops,
998 hpc_free_slot_ops(hpc3130_p->hpc3130_slot_ops);
1057 hpc_free_slot_ops(hpc3130_p->hpc3130_slot_ops);
[all...]

Completed in 59 milliseconds