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

/freebsd-10.1-release/sys/cddl/dev/fbt/
H A Dfbt_powerpc.c121 struct fbt_probe *fbtp_hashnext; member in struct:fbt_probe
152 for (; fbt != NULL; fbt = fbt->fbtp_hashnext) {
243 fbt->fbtp_hashnext = fbt_probetab[FBT_ADDR2NDX(instr)];
318 fbt->fbtp_hashnext = fbt_probetab[FBT_ADDR2NDX(instr)];
399 hash = hash->fbtp_hashnext;
403 last->fbtp_hashnext = fbt->fbtp_hashnext;
405 fbt_probetab[ndx] = fbt->fbtp_hashnext;
H A Dfbt.c128 struct fbt_probe *fbtp_hashnext; member in struct:fbt_probe
172 for (; fbt != NULL; fbt = fbt->fbtp_hashnext) {
296 fbt->fbtp_hashnext = fbt_probetab[FBT_ADDR2NDX(instr)];
402 fbt->fbtp_hashnext = fbt_probetab[FBT_ADDR2NDX(instr)];
483 hash = hash->fbtp_hashnext;
487 last->fbtp_hashnext = fbt->fbtp_hashnext;
489 fbt_probetab[ndx] = fbt->fbtp_hashnext;

Completed in 102 milliseconds