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

/illumos-gate/usr/src/uts/intel/dtrace/
H A Dfbt.c59 struct fbt_probe *fbtp_hashnext; member in struct:fbt_probe
87 for (; fbt != NULL; fbt = fbt->fbtp_hashnext) {
328 fbt->fbtp_hashnext = fbt_probetab[FBT_ADDR2NDX(instr)];
434 fbt->fbtp_hashnext = fbt_probetab[FBT_ADDR2NDX(instr)];
472 hash = hash->fbtp_hashnext;
476 last->fbtp_hashnext = fbt->fbtp_hashnext;
478 fbt_probetab[ndx] = fbt->fbtp_hashnext;

Completed in 68 milliseconds