Home
last modified time | relevance | path

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

/freebsd/sys/cddl/dev/fbt/x86/
H A Dfbt_isa.c93 for (; fbt != NULL; fbt = fbt->fbtp_tracenext) { in fbt_invop()
248 fbt->fbtp_tracenext = hash->fbtp_tracenext; in fbt_provide_module_function()
249 hash->fbtp_tracenext = fbt; in fbt_provide_module_function()
/freebsd/sys/cddl/dev/fbt/
H A Dfbt.c234 if ((next = fbt->fbtp_tracenext) != NULL) in fbt_destroy_one()
244 for (next = hash; next->fbtp_tracenext != NULL; in fbt_destroy_one()
245 next = next->fbtp_tracenext) { in fbt_destroy_one()
246 if (fbt == next->fbtp_tracenext) { in fbt_destroy_one()
247 next->fbtp_tracenext = in fbt_destroy_one()
248 fbt->fbtp_tracenext; in fbt_destroy_one()
322 for (; hash != NULL; hash = hash->fbtp_tracenext) in fbt_disable()
H A Dfbt.h46 struct fbt_probe *fbtp_tracenext; /* next probe for tracepoint */ member