Lines Matching defs:handlep
1162 caddr_t *kaddrp, size_t *real_length, ddi_acc_hdl_t *handlep)
1169 *handlep = *handlep;
1228 if (handlep) {
1232 impl_acc_hdl_init(handlep);
1376 impl_acc_err_init(ddi_acc_hdl_t *handlep)
1381 ddi_acc_impl_t *hp = (ddi_acc_impl_t *)handlep;
1383 fmcap = ddi_fm_capable(handlep->ah_dip);
1385 if (handlep->ah_acc.devacc_attr_version < DDI_DEVICE_ATTR_V1 ||
1387 handlep->ah_acc.devacc_attr_access = DDI_DEFAULT_ACC;
1389 if (handlep->ah_acc.devacc_attr_access == DDI_DEFAULT_ACC) {
1390 if (handlep->ah_xfermodes)
1392 i_ddi_drv_ereport_post(handlep->ah_dip, DVR_EFMCAP,
1399 if (handlep->ah_acc.devacc_attr_access ==
1414 impl_acc_hdl_init(ddi_acc_hdl_t *handlep)
1418 ASSERT(handlep);
1420 hp = (ddi_acc_impl_t *)handlep;
1429 if (handlep->ah_acc.devacc_attr_endian_flags & DDI_STRUCTURE_LE_ACC) {
1461 impl_acc_err_init(handlep);