Searched refs:tmp_tp (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Dfasttrap.c1023 fasttrap_tracepoint_t **tmp_tp; local
1030 tmp_tp = &tmp_probe->ftp_tps[tmp_index].fit_tp;
1035 tmp_tp = &tmp_probe->ftp_tps[tmp_index].fit_tp;
1038 ASSERT(*tmp_tp != NULL);
1039 ASSERT(*tmp_tp != probe->ftp_tps[index].fit_tp);
1040 ASSERT((*tmp_tp)->ftt_ids == NULL);
1041 ASSERT((*tmp_tp)->ftt_retids == NULL);
1043 probe->ftp_tps[index].fit_tp = *tmp_tp;
1044 *tmp_tp = tp;
/freebsd-11.0-release/sys/net/
H A Dif_lagg.c2024 struct lagg_port *tmp_tp; local
2032 tmp_tp = lagg_link_active(sc, sc->sc_primary);
2034 * If tmp_tp is null, we've received a packet when all
2037 if ((tmp_tp == NULL || tmp_tp == lp)) {

Completed in 222 milliseconds