Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/fm/libfmevent/common/
H A Dfmev_subscribe.c62 #define IHDL2HDL(ihdl) ((fmev_shdl_t)(ihdl)) argument
65 #define FMEV_SHDL_VALID(ihdl) ((ihdl)->sh_cmn.hc_magic == _FMEV_SHMAGIC) argument
95 shdlctl_start(fmev_shdl_impl_t *ihdl) in shdlctl_start() argument
97 (void) pthread_mutex_lock(&ihdl->sh_lock); in shdlctl_start()
99 if (ihdl->sh_subcnt == 0) { in shdlctl_start()
102 (void) pthread_mutex_unlock(&ihdl->sh_lock); in shdlctl_start()
108 shdlctl_end(fmev_shdl_impl_t *ihdl) in shdlctl_end() argument
110 (void) pthread_mutex_unlock(&ihdl->sh_lock); in shdlctl_end()
116 fmev_shdl_impl_t *ihdl = HDL2IHDL(hdl); in fmev_shdlctl_serialize() local
121 if (!shdlctl_start(ihdl)) in fmev_shdlctl_serialize()
[all …]
/titanic_44/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()
/titanic_44/usr/src/uts/sun4u/montecarlo/io/ttymux_dacf/
H A Dttymux_dacf.c317 get_device_list(ihandle_t ihdl, ihandle_t *ihdls, size_t maxi) in get_device_list() argument
322 if (snprintf(fstr, FORTH_STRINGLEN, fth_fmt, (caddr32_t)ihdl, in get_device_list()
332 (caddr32_t)ihdl, numfound); in get_device_list()
/titanic_44/usr/src/uts/common/os/
H A Ddacf.c486 dacf_infohdl_t ihdl = info; in dacf_rsrv_make() local
497 rsrv->rsrv_ihdl = ihdl; in dacf_rsrv_make()