Lines Matching refs:tgt
464 struct i_ddi_fmtgt *tgt;
477 for (tgt = fmhdl->fh_tgts; tgt != NULL; tgt = tgt->ft_next) {
479 if (tdip != NULL && tdip != tgt->ft_dip)
485 status = ndi_fmc_entry_error(tgt->ft_dip, flag, &derr,
498 status = tgt->ft_errhdl->eh_func(tgt->ft_dip, &derr,
499 tgt->ft_errhdl->eh_impl);
604 struct i_ddi_fmtgt *tgt;
610 tgt = hdl->fh_tgts;
611 while (tgt != NULL) {
612 if (tdip == NULL || tdip == tgt->ft_dip) {
615 errhdl = tgt->ft_errhdl;
616 status = errhdl->eh_func(tgt->ft_dip, nerr,
630 tgt = tgt->ft_next;