Lines Matching refs:tgt
469 struct i_ddi_fmtgt *tgt; in ndi_fmc_error() local
482 for (tgt = fmhdl->fh_tgts; tgt != NULL; tgt = tgt->ft_next) { in ndi_fmc_error()
484 if (tdip != NULL && tdip != tgt->ft_dip) in ndi_fmc_error()
490 status = ndi_fmc_entry_error(tgt->ft_dip, flag, &derr, in ndi_fmc_error()
503 status = tgt->ft_errhdl->eh_func(tgt->ft_dip, &derr, in ndi_fmc_error()
504 tgt->ft_errhdl->eh_impl); in ndi_fmc_error()
609 struct i_ddi_fmtgt *tgt; in ndi_fm_handler_dispatch() local
615 tgt = hdl->fh_tgts; in ndi_fm_handler_dispatch()
616 while (tgt != NULL) { in ndi_fm_handler_dispatch()
617 if (tdip == NULL || tdip == tgt->ft_dip) { in ndi_fm_handler_dispatch()
620 errhdl = tgt->ft_errhdl; in ndi_fm_handler_dispatch()
621 status = errhdl->eh_func(tgt->ft_dip, nerr, in ndi_fm_handler_dispatch()
635 tgt = tgt->ft_next; in ndi_fm_handler_dispatch()