Lines Matching refs:derr
357 ndi_fmc_entry_error(dev_info_t *dip, int flag, ddi_fm_error_t *derr, in ndi_fmc_entry_error() argument
417 i_ddi_fm_acc_err_set(ap, derr->fme_ena, status, in ndi_fmc_entry_error()
419 ddi_fm_acc_err_get(ap, derr, DDI_FME_VERSION); in ndi_fmc_entry_error()
420 derr->fme_acc_handle = ap; in ndi_fmc_entry_error()
424 i_ddi_fm_dma_err_set(dp, derr->fme_ena, status, in ndi_fmc_entry_error()
426 ddi_fm_dma_err_get(dp, derr, DDI_FME_VERSION); in ndi_fmc_entry_error()
427 derr->fme_dma_handle = dp; in ndi_fmc_entry_error()
462 ddi_fm_error_t derr; in ndi_fmc_error() local
472 bzero(&derr, sizeof (ddi_fm_error_t)); in ndi_fmc_error()
473 derr.fme_version = DDI_FME_VERSION; in ndi_fmc_error()
474 derr.fme_flag = DDI_FM_ERR_UNEXPECTED; in ndi_fmc_error()
475 derr.fme_ena = ena; in ndi_fmc_error()
485 status = ndi_fmc_entry_error(tgt->ft_dip, flag, &derr, in ndi_fmc_error()
498 status = tgt->ft_errhdl->eh_func(tgt->ft_dip, &derr, in ndi_fmc_error()
518 ndi_fmc_entry_error_all(dev_info_t *dip, int flag, ddi_fm_error_t *derr) in ndi_fmc_entry_error_all() argument
561 i_ddi_fm_acc_err_set(ap, derr->fme_ena, in ndi_fmc_entry_error_all()
563 ddi_fm_acc_err_get(ap, derr, DDI_FME_VERSION); in ndi_fmc_entry_error_all()
564 derr->fme_acc_handle = ap; in ndi_fmc_entry_error_all()
568 i_ddi_fm_dma_err_set(dp, derr->fme_ena, in ndi_fmc_entry_error_all()
570 ddi_fm_dma_err_get(dp, derr, DDI_FME_VERSION); in ndi_fmc_entry_error_all()
571 derr->fme_dma_handle = dp; in ndi_fmc_entry_error_all()