Home
last modified time | relevance | path

Searched refs:fbtp_hashnext (Results 1 – 4 of 4) sorted by relevance

/xnu-8792.41.9/bsd/dev/arm64/
H A Dfbt_arm.c116 for (; fbt != NULL; fbt = fbt->fbtp_hashnext) { in fbt_invop()
376 newfbt->fbtp_hashnext = fbt_probetab[FBT_ADDR2NDX(instr)]; in fbt_provide_probe()
502 newfbt->fbtp_hashnext = fbt_probetab[FBT_ADDR2NDX(instr)]; in fbt_provide_probe()
/xnu-8792.41.9/bsd/dev/dtrace/
H A Dfbt.c103 hash = hash->fbtp_hashnext; in fbt_destroy()
107 last->fbtp_hashnext = fbt->fbtp_hashnext; in fbt_destroy()
109 fbt_probetab[ndx] = fbt->fbtp_hashnext; in fbt_destroy()
/xnu-8792.41.9/bsd/dev/i386/
H A Dfbt_x86.c107 for (; fbt != NULL; fbt = fbt->fbtp_hashnext) { in fbt_invop()
378 newfbt->fbtp_hashnext = fbt_probetab[FBT_ADDR2NDX(instr)]; in fbt_provide_probe()
524 newfbt->fbtp_hashnext = fbt_probetab[FBT_ADDR2NDX(patch_instr)]; in fbt_provide_probe()
/xnu-8792.41.9/bsd/sys/
H A Dfbt.h45 struct fbt_probe *fbtp_hashnext; member