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

  /src/sys/dev/acpi/
apei.c 978 volatile uint32_t suppressed; member in struct:__anon2478
1000 * apei_gesb_ratecheck(sc, severity, suppressed)
1005 * the buffer suppressed a message saying how many errors were
1006 * previously suppressed.
1008 * => Return false if the error should be suppressed because the
1013 char suppressed[static sizeof(" (4294967295 or more errors suppressed)")])
1034 * suppressed. If it's not OK to print, count a suppressed
1039 atomic_swap_32(&apei_gesb_ratelimit[i].suppressed, 0)
1075 char suppressed[sizeof(" (4294967295 or more errors suppressed)")]; local
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl_report.cc 54 bool OnReport(const ReportDesc *rep, bool suppressed);
57 bool OnReport(const ReportDesc *rep, bool suppressed) {
59 return suppressed;
528 bool suppressed = OnReport(rep, pc_or_addr != 0); local
530 if (suppressed) {
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_rtl_report.cpp 36 bool OnReport(const ReportDesc *rep, bool suppressed);
39 bool OnReport(const ReportDesc *rep, bool suppressed) {
41 return suppressed;
656 bool suppressed = OnReport(rep, pc_or_addr != 0); local
657 if (suppressed) {
  /src/external/bsd/byacc/dist/
defs.h 285 char suppressed; member in struct:action
  /src/external/gpl3/gcc/dist/libsanitizer/lsan/
lsan_common.cpp 601 const InternalMmapVector<u32> &suppressed = local
603 uptr idx = InternalLowerBound(suppressed, m.stack_trace_id());
604 if (idx >= suppressed.size() || m.stack_trace_id() != suppressed[idx])
607 LOG_POINTERS("Suppressed: chunk %p-%p of size %zu.\n", (void *)chunk,
767 // suppressions. However if a stack id was previously suppressed, it should be
768 // suppressed in future checks as well.
805 // We found a new previously unseen suppressed call stack. Rerun to make
807 VReport(1, "Rerun with %zu suppressed stacks.",
  /src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
lsan_common.cpp 456 const InternalMmapVector<u32> &suppressed = local
458 uptr idx = InternalLowerBound(suppressed, m.stack_trace_id());
459 if (idx >= suppressed.size() || m.stack_trace_id() != suppressed[idx])
462 LOG_POINTERS("Suppressed: chunk %p-%p of size %zu.\n", (void *)chunk,
687 // suppressions. However if a stack id was previously suppressed, it should be
688 // suppressed in future checks as well.
716 // We found a new previously unseen suppressed call stack. Rerun to make
718 VReport(1, "Rerun with %zu suppressed stacks.",
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_rtl_report.cpp 36 bool OnReport(const ReportDesc *rep, bool suppressed);
39 bool OnReport(const ReportDesc *rep, bool suppressed) {
41 return suppressed;
763 bool suppressed = OnReport(rep, pc_or_addr != 0); local
765 if (suppressed) {
  /src/sys/netinet/
ip_carp.c 2269 int suppressed = sc->sc_suppress; local
2280 if (!suppressed) {
2289 if (suppressed)
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-format.cc 1986 const bool suppressed,
2793 const bool suppressed,
2806 || suppressed)
2810 if (suppressed)
2813 "suppressed assignment");
3973 const bool suppressed = flag_chars.assignment_suppression_p (fki);
4057 suppressed,
3971 const bool suppressed = flag_chars.assignment_suppression_p (fki); local
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-format.cc 1942 const bool suppressed,
2749 const bool suppressed,
2762 || suppressed)
2766 if (suppressed)
2769 "suppressed assignment");
3929 const bool suppressed = flag_chars.assignment_suppression_p (fki);
4013 suppressed,
3927 const bool suppressed = flag_chars.assignment_suppression_p (fki); local

Completed in 45 milliseconds