Searched refs:fbtp_tracenext (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/cddl/dev/fbt/
H A Dfbt.h45 struct fbt_probe *fbtp_tracenext; /* next probe for tracepoint */ member in struct:fbt_probe
H A Dfbt.c217 if ((next = fbt->fbtp_tracenext) != NULL)
227 for (next = hash; next->fbtp_tracenext != NULL;
228 next = next->fbtp_tracenext) {
229 if (fbt == next->fbtp_tracenext) {
230 next->fbtp_tracenext =
231 fbt->fbtp_tracenext;
305 for (; hash != NULL; hash = hash->fbtp_tracenext)
/freebsd-12-stable/sys/cddl/dev/fbt/x86/
H A Dfbt_isa.c85 for (; fbt != NULL; fbt = fbt->fbtp_tracenext) {
234 fbt->fbtp_tracenext = hash->fbtp_tracenext;
235 hash->fbtp_tracenext = fbt;

Completed in 48 milliseconds