Searched refs:tmp_tp (Results 1 – 2 of 2) sorted by relevance
1010 fasttrap_tracepoint_t **tmp_tp; in fasttrap_tracepoint_disable() local1017 tmp_tp = &tmp_probe->ftp_tps[tmp_index].fit_tp; in fasttrap_tracepoint_disable()1022 tmp_tp = &tmp_probe->ftp_tps[tmp_index].fit_tp; in fasttrap_tracepoint_disable()1025 ASSERT(*tmp_tp != NULL); in fasttrap_tracepoint_disable()1026 ASSERT(*tmp_tp != probe->ftp_tps[index].fit_tp); in fasttrap_tracepoint_disable()1027 ASSERT((*tmp_tp)->ftt_ids == NULL); in fasttrap_tracepoint_disable()1028 ASSERT((*tmp_tp)->ftt_retids == NULL); in fasttrap_tracepoint_disable()1030 probe->ftp_tps[index].fit_tp = *tmp_tp; in fasttrap_tracepoint_disable()1031 *tmp_tp = tp; in fasttrap_tracepoint_disable()
2041 struct lagg_port *tmp_tp; in lagg_fail_input() local2049 tmp_tp = lagg_link_active(sc, sc->sc_primary); in lagg_fail_input()2054 if ((tmp_tp == NULL || tmp_tp == lp)) { in lagg_fail_input()