Home
last modified time | relevance | path

Searched refs:ihdl (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/fm/libfmevent/common/
H A Dfmev_subscribe.c66 #define IHDL2HDL(ihdl) ((fmev_shdl_t)(ihdl)) argument
69 #define FMEV_SHDL_VALID(ihdl) ((ihdl)->sh_cmn.hc_magic == _FMEV_SHMAGIC) argument
133 shdlctl_end(ihdl); in fmev_shdlctl_serialize()
150 shdlctl_end(ihdl); in fmev_shdlctl_thrattr()
167 shdlctl_end(ihdl); in fmev_shdlctl_sigmask()
185 shdlctl_end(ihdl); in fmev_shdlctl_thrsetup()
203 shdlctl_end(ihdl); in fmev_shdlctl_thrcreate()
317 ihdl->sh_subcnt++; in fmev_shdl_subscribe()
493 ihdl = dflt_zalloc(sizeof (*ihdl)); in fmev_shdl_init()
495 ihdl = hdlzalloc(sizeof (*ihdl)); in fmev_shdl_init()
[all …]
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvnex.c468 uint64_t ihdl; in vnex_add_intr() local
488 if (hvio_intr_devino_to_sysino(cfg, ino, &ihdl) != H_EOK) in vnex_add_intr()
491 hdlp->ih_vector = ihdl; in vnex_add_intr()
499 vid_p->vid_ihdl = ihdl; in vnex_add_intr()
/illumos-gate/usr/src/lib/varpd/libvarpd/common/
H A Dlibvarpd_door.c52 varpd_instance_handle_t *ihdl; in libvarpd_door_f_create() local
57 vccap->vcca_linkid, vccap->vcca_plugin, &ihdl); in libvarpd_door_f_create()
59 vccap->vcca_id = libvarpd_instance_id(ihdl); in libvarpd_door_f_create()
H A Dlibvarpd_prop.c172 libvarpd_prop_nprops(varpd_instance_handle_t *ihdl, uint_t *np) in libvarpd_prop_nprops() argument
175 varpd_instance_t *instp = (varpd_instance_t *)ihdl; in libvarpd_prop_nprops()
/illumos-gate/usr/src/uts/common/os/
H A Ddacf.c484 dacf_infohdl_t ihdl = info; in dacf_rsrv_make() local
495 rsrv->rsrv_ihdl = ihdl; in dacf_rsrv_make()