Lines Matching refs:handlep
228 impl_acc_err_init(ddi_acc_hdl_t *handlep)
233 ddi_acc_impl_t *hp = (ddi_acc_impl_t *)handlep;
235 fmcap = ddi_fm_capable(handlep->ah_dip);
237 if (handlep->ah_acc.devacc_attr_version < DDI_DEVICE_ATTR_V1 ||
239 handlep->ah_acc.devacc_attr_access = DDI_DEFAULT_ACC;
240 } else if (handlep->ah_acc.devacc_attr_access == DDI_FLAGERR_ACC &&
242 handlep->ah_acc.devacc_attr_access = DDI_DEFAULT_ACC;
244 if (handlep->ah_acc.devacc_attr_access == DDI_DEFAULT_ACC) {
245 if (handlep->ah_xfermodes)
247 i_ddi_drv_ereport_post(handlep->ah_dip, DVR_EFMCAP,
270 impl_acc_hdl_init(ddi_acc_hdl_t *handlep)
276 if (!handlep)
278 fmcap = ddi_fm_capable(handlep->ah_dip);
279 if (handlep->ah_acc.devacc_attr_version < DDI_DEVICE_ATTR_V1 ||
283 devacc_attr_access = handlep->ah_acc.devacc_attr_access;
285 hp = (ddi_acc_impl_t *)handlep->ah_platform_private;
329 if (handlep->ah_acc.devacc_attr_endian_flags ==
365 if (handlep->ah_acc.devacc_attr_endian_flags ==
419 if (handlep->ah_acc.devacc_attr_endian_flags ==
451 if (handlep->ah_acc.devacc_attr_endian_flags ==
487 impl_acc_err_init(handlep);