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

  /src/usr.sbin/rtadvd/
rtadvd.c 1043 int inconsistent = 0; local
1095 "%s: CurHopLimit inconsistent on %s:"
1103 inconsistent++;
1109 "%s: M flag inconsistent on %s:"
1117 inconsistent++;
1123 "%s: O flag inconsistent on %s:"
1131 inconsistent++;
1138 "%s: ReachableTime inconsistent on %s:"
1146 inconsistent++;
1153 "%s: RetranceTimer inconsistent on %s:
1201 int inconsistent = 0; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
profile.cc 258 "Edge %i->%i is inconsistent, count%" PRId64,
293 bool inconsistent = false;
296 inconsistent |= is_edge_inconsistent (bb->preds);
297 if (!dump_file && inconsistent)
299 inconsistent |= is_edge_inconsistent (bb->succs);
300 if (!dump_file && inconsistent)
312 inconsistent = true;
325 inconsistent = true;
340 inconsistent = true;
342 if (!dump_file && inconsistent)
292 bool inconsistent = false; local
443 int inconsistent = 0; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
profile.cc 246 "Edge %i->%i is inconsistent, count%" PRId64,
281 bool inconsistent = false;
284 inconsistent |= is_edge_inconsistent (bb->preds);
285 if (!dump_file && inconsistent)
287 inconsistent |= is_edge_inconsistent (bb->succs);
288 if (!dump_file && inconsistent)
300 inconsistent = true;
313 inconsistent = true;
328 inconsistent = true;
330 if (!dump_file && inconsistent)
280 bool inconsistent = false; local
431 int inconsistent = 0; local
    [all...]
  /src/external/gpl2/lvm2/dist/lib/metadata/
metadata.c 480 log_error("Volume group \"%s\" not found, is inconsistent "
483 "is inconsistent.");
2463 * inconsistent metadata on disk (i.e. the VG write lock is held).
2483 int inconsistent = 0; local
2549 inconsistent = 1;
2560 inconsistent = 1;
2577 if (!inconsistent &&
2617 inconsistent = 1;
2639 inconsistent = 0;
2663 inconsistent = 1
    [all...]

Completed in 32 milliseconds