Home
last modified time | relevance | path

Searched refs:hpc_slot_ops_t (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/hotplug/
H A Dhpctrl.h79 } hpc_slot_ops_t; typedef
275 hpc_slot_ops_t *slot_ops, caddr_t ops_arg, uint_t flags);
278 extern void hpc_free_slot_ops(hpc_slot_ops_t *ops);
/illumos-gate/usr/src/uts/common/io/hotplug/hpcsvc/
H A Dhpcsvc.c192 hpc_slot_ops_t slot_ops;
299 hpc_slot_ops_t *
302 hpc_slot_ops_t *ops; in hpc_alloc_slot_ops()
304 ops = (hpc_slot_ops_t *)kmem_zalloc(sizeof (hpc_slot_ops_t), flag); in hpc_alloc_slot_ops()
310 hpc_free_slot_ops(hpc_slot_ops_t *ops) in hpc_free_slot_ops()
312 kmem_free((void *)ops, sizeof (hpc_slot_ops_t)); in hpc_free_slot_ops()
440 hpc_slot_t *handlep, hpc_slot_ops_t *opsp, in hpc_slot_register()
/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus.h79 hpc_slot_ops_t *slot_ops; /* Ptr HPC entry points */
H A Dcardbus_hp.c108 hpc_slot_ops_t *slot_ops; in cardbus_init_hotplug()
/illumos-gate/usr/src/uts/sun4u/daktari/sys/
H A Dhpc3130_dak.h152 hpc_slot_ops_t *hpc3130_slot_ops;
/illumos-gate/usr/src/uts/sun4u/serengeti/sys/
H A Dsghsc.h142 hpc_slot_ops_t *slot_ops;
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsghsc.c557 hpc_slot_ops_t *slot_ops = NULL; in sghsc_register_slots()