Lines Matching refs:tgt
464 struct i_ddi_fmtgt *tgt; in ndi_fmc_error() local
477 for (tgt = fmhdl->fh_tgts; tgt != NULL; tgt = tgt->ft_next) { in ndi_fmc_error()
479 if (tdip != NULL && tdip != tgt->ft_dip) 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()
499 tgt->ft_errhdl->eh_impl); in ndi_fmc_error()
604 struct i_ddi_fmtgt *tgt; in ndi_fm_handler_dispatch() local
610 tgt = hdl->fh_tgts; in ndi_fm_handler_dispatch()
611 while (tgt != NULL) { in ndi_fm_handler_dispatch()
612 if (tdip == NULL || tdip == tgt->ft_dip) { in ndi_fm_handler_dispatch()
615 errhdl = tgt->ft_errhdl; in ndi_fm_handler_dispatch()
616 status = errhdl->eh_func(tgt->ft_dip, nerr, in ndi_fm_handler_dispatch()
630 tgt = tgt->ft_next; in ndi_fm_handler_dispatch()