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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dfbt.h43 struct fbt_probe *fbtp_hashnext; member in struct:fbt_probe
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Dfbt.c100 hash = hash->fbtp_hashnext;
104 last->fbtp_hashnext = fbt->fbtp_hashnext;
106 fbt_probetab[ndx] = fbt->fbtp_hashnext;
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Dfbt_ppc.c215 for (; fbt != NULL; fbt = fbt->fbtp_hashnext) {
569 fbt->fbtp_hashnext = fbt_probetab[FBT_ADDR2NDX(instr)];
657 fbt->fbtp_hashnext = fbt_probetab[FBT_ADDR2NDX(instr)];
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/i386/
H A Dfbt_x86.c247 for (; fbt != NULL; fbt = fbt->fbtp_hashnext) {
679 fbt->fbtp_hashnext = fbt_probetab[FBT_ADDR2NDX(instr)];
794 fbt->fbtp_hashnext = fbt_probetab[FBT_ADDR2NDX(patch_instr)];

Completed in 30 milliseconds