Lines Matching defs:tdip
438 * FM cache. If tdip != NULL, we check only the cache entries for tdip.
439 * The caller must ensure that tdip is valid throughout the call and
442 * If tdip == NULL, we check all children that have registered their
458 ndi_fmc_error(dev_info_t *dip, dev_info_t *tdip, int flag, uint64_t ena,
479 if (tdip != NULL && tdip != tgt->ft_dip)
580 * Dispatch registered error handlers for dip. If tdip != NULL, only
581 * the error handler (if available) for tdip is invoked. Otherwise,
598 ndi_fm_handler_dispatch(dev_info_t *dip, dev_info_t *tdip,
612 if (tdip == NULL || tdip == tgt->ft_dip) {
627 if (tdip != NULL)