Home
last modified time | relevance | path

Searched refs:ihdlp (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dcmlb_impl.h220 (ihdlp->cmlb_tg_ops->tg_rdwr)(CMLB_DEVINFO(ihdlp), TG_READ, \
224 (ihdlp->cmlb_tg_ops->tg_rdwr)(CMLB_DEVINFO(ihdlp), TG_WRITE,\
227 #define DK_TG_GETPHYGEOM(ihdlp, phygeomp, tg_cookie) \ argument
228 (ihdlp->cmlb_tg_ops->tg_getinfo)(CMLB_DEVINFO(ihdlp), TG_GETPHYGEOM,\
231 #define DK_TG_GETVIRTGEOM(ihdlp, virtgeomp, tg_cookie) \ argument
232 (ihdlp->cmlb_tg_ops->tg_getinfo)(CMLB_DEVINFO(ihdlp), TG_GETVIRTGEOM,\
235 #define DK_TG_GETCAP(ihdlp, capp, tg_cookie) \ argument
236 (ihdlp->cmlb_tg_ops->tg_getinfo)(CMLB_DEVINFO(ihdlp), TG_GETCAPACITY,\
239 #define DK_TG_GETBLOCKSIZE(ihdlp, lbap, tg_cookie) \ argument
240 (ihdlp->cmlb_tg_ops->tg_getinfo)(CMLB_DEVINFO(ihdlp),\
[all …]
/illumos-gate/usr/src/uts/i86pc/io/apix/
H A Dapix_utils.c82 #define GET_INTR_INUM(ihdlp) \ argument
83 (((ihdlp) != NULL) ? ((ddi_intr_handle_impl_t *)(ihdlp))->ih_inum : 0)