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

/darwin-on-arm/xnu/bsd/sys/
H A Dfbt.h41 struct fbt_probe *fbtp_hashnext; member in struct:fbt_probe
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dfbt.c91 hash = hash->fbtp_hashnext;
95 last->fbtp_hashnext = fbt->fbtp_hashnext;
97 fbt_probetab[ndx] = fbt->fbtp_hashnext;
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dfbt_x86.c503 for (; fbt != NULL; fbt = fbt->fbtp_hashnext) {
776 newfbt->fbtp_hashnext = fbt_probetab[FBT_ADDR2NDX(instr)];
923 newfbt->fbtp_hashnext = fbt_probetab[FBT_ADDR2NDX(patch_instr)];
1042 for (; fbt != NULL; fbt = fbt->fbtp_hashnext) {
1295 newfbt->fbtp_hashnext = fbt_probetab[FBT_ADDR2NDX(instr)];
1441 newfbt->fbtp_hashnext = fbt_probetab[FBT_ADDR2NDX(patch_instr)];

Completed in 30 milliseconds