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

/freebsd-10.1-release/sys/cddl/dev/fbt/
H A Dfbt_powerpc.c135 } fbt_probe_t; typedef in typeref:struct:fbt_probe
139 static fbt_probe_t **fbt_probetab;
149 fbt_probe_t *fbt = fbt_probetab[FBT_ADDR2NDX(addr)];
199 fbt_probe_t *fbt, *retfbt;
231 fbt = malloc(sizeof (fbt_probe_t), M_FBT, M_WAITOK | M_ZERO);
292 fbt = malloc(sizeof (fbt_probe_t), M_FBT, M_WAITOK | M_ZERO);
380 fbt_probe_t *fbt = parg, *next, *hash, *last;
418 fbt_probe_t *fbt = parg;
447 fbt_probe_t *fbt = parg;
465 fbt_probe_t *fb
[all...]
H A Dfbt.c142 } fbt_probe_t; typedef in typeref:struct:fbt_probe
146 static fbt_probe_t **fbt_probetab;
154 fbt_probe_t *fbt;
170 fbt_probe_t *fbt = fbt_probetab[FBT_ADDR2NDX(addr)];
230 fbt_probe_t *fbt, *retfbt;
284 fbt = malloc(sizeof (fbt_probe_t), M_FBT, M_WAITOK | M_ZERO);
366 fbt = malloc(sizeof (fbt_probe_t), M_FBT, M_WAITOK | M_ZERO);
464 fbt_probe_t *fbt = parg, *next, *hash, *last;
502 fbt_probe_t *fbt = parg;
530 fbt_probe_t *fb
[all...]

Completed in 95 milliseconds