Searched defs:hpc_slot_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/hotplug/
H A Dhpctrl.h47 typedef void *hpc_slot_t; typedef
69 int (*hpc_op_connect)(caddr_t ops_arg, hpc_slot_t slot_hdl,
71 int (*hpc_op_disconnect)(caddr_t ops_arg, hpc_slot_t slot_hdl,
73 int (*hpc_op_insert)(caddr_t ops_arg, hpc_slot_t slot_hdl,
75 int (*hpc_op_remove)(caddr_t ops_arg, hpc_slot_t slot_hdl,
77 int (*hpc_op_control)(caddr_t ops_arg, hpc_slot_t slot_hdl,
274 hpc_slot_info_t *slot_info, hpc_slot_t *slot_hdl,
276 extern int hpc_slot_unregister(hpc_slot_t *slot_hdl);
279 extern int hpc_slot_event_notify(hpc_slot_t slot_hdl, uint_t event,
281 extern boolean_t hpc_bus_registered(hpc_slot_t slot_hd
[all...]

Completed in 58 milliseconds