Searched refs:ihdlp (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/uts/common/sys/ |
H A D | cmlb_impl.h | 226 #define DK_TG_READ(ihdlp, bufaddr, start_block, reqlength, tg_cookie)\ argument 227 (ihdlp->cmlb_tg_ops->tg_rdwr)(CMLB_DEVINFO(ihdlp), TG_READ, \ 230 #define DK_TG_WRITE(ihdlp, bufaddr, start_block, reqlength, tg_cookie)\ argument 231 (ihdlp->cmlb_tg_ops->tg_rdwr)(CMLB_DEVINFO(ihdlp), TG_WRITE,\ 234 #define DK_TG_GETPHYGEOM(ihdlp, phygeomp, tg_cookie) \ argument 235 (ihdlp->cmlb_tg_ops->tg_getinfo)(CMLB_DEVINFO(ihdlp), TG_GETPHYGEOM,\ 238 #define DK_TG_GETVIRTGEOM(ihdlp, virtgeomp, tg_cookie) \ argument 239 (ihdlp->cmlb_tg_ops->tg_getinfo)(CMLB_DEVINFO(ihdlp), TG_GETVIRTGEOM,\ 242 #define DK_TG_GETCAP(ihdlp, capp, tg_cookie) \ argument 243 (ihdlp->cmlb_tg_ops->tg_getinfo)(CMLB_DEVINFO(ihdlp), TG_GETCAPACITY,\ [all …]
|
/titanic_44/usr/src/uts/i86pc/io/apix/ |
H A D | apix_utils.c | 80 #define GET_INTR_INUM(ihdlp) \ argument 81 (((ihdlp) != NULL) ? ((ddi_intr_handle_impl_t *)(ihdlp))->ih_inum : 0)
|