HomeSort by: relevance | last modified time | path
    Searched defs:faults (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/test/default/
box8.c 20 int faults; local
34 faults = 1;
36 faults = 5;
38 while (faults > 0) {
49 faults--;
  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_error.c 221 } faults[] = { local
235 for (i = 0; faults[i].str != NULL; i++) {
236 if (faults[i].code == fault)
237 return (faults[i].str);
  /src/external/gpl3/gdb.old/dist/sim/bfin/
dv-bfin_mmu.c 335 bool inst, bool miss, bool supv, bool dag1, bu32 faults)
355 faults;
457 bu32 faults;
478 faults = 0;
506 faults |= (1 << i);
531 /* No faults and one match -> good to go. */
548 _mmu_log_fault (cpu, mmu, addr, write, inst, hits == 0, supv, dag1, faults);
455 bu32 faults; local
  /src/external/gpl3/gdb/dist/sim/bfin/
dv-bfin_mmu.c 335 bool inst, bool miss, bool supv, bool dag1, bu32 faults)
355 faults;
457 bu32 faults;
478 faults = 0;
506 faults |= (1 << i);
531 /* No faults and one match -> good to go. */
548 _mmu_log_fault (cpu, mmu, addr, write, inst, hits == 0, supv, dag1, faults);
455 bu32 faults; local
  /src/external/mit/expat/dist/tests/
basic_tests.c 1358 const ExtFaults faults[] local
1366 const ExtFaults *fault = faults;
2646 ExtFaults faults[] local
2656 for (fault = &faults[0]; fault->parse_text != NULL; fault++) {
3362 ExtFaults faults[] local
3373 for (fault = &faults[0]; fault->parse_text != NULL; fault++) {
  /src/sys/uvm/
uvm_extern.h 354 int faults; /* page fault count */ member in struct:uvmexp
450 int64_t faults; member in struct:uvmexp_sysctl

Completed in 39 milliseconds