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

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_interceptors_memintrinsics.h 64 bool suppressed = false; \
66 suppressed = IsInterceptorSuppressed(_ctx->interceptor_name); \
67 if (!suppressed && HaveStackTraceBasedSuppressions()) { \
69 suppressed = IsStackTraceSuppressed(&stack); \
72 if (!suppressed) { \
142 bool suppressed = IsInterceptorSuppressed(name); \
143 if (!suppressed && HaveStackTraceBasedSuppressions()) { \
144 suppressed = IsStackTraceSuppressed(&stack); \
146 if (!suppressed) { \
  /src/tests/usr.bin/xlint/lint1/
msg_193.c 623 void suppressed(void);
635 suppressed();
640 suppressed();
648 suppressed();
660 suppressed();
  /src/usr.bin/make/unit-tests/
jobs-error-nested-make.mk 8 # XXX: In case of .MAKE targets, the "stopped if" output has been suppressed
deptgt-silent-jobs.mk 8 # https://gnats.netbsd.org/18573, commands that suppressed error
directive-include-guard.mk 633 # Some debug output lines are suppressed in the .exp file, see ./Makefile.
  /src/sys/dev/acpi/
apei.c 978 volatile uint32_t suppressed; member in struct:__anon60ab6d850108
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 in function:apei_gesb_report
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_interceptors_format.inc 166 bool suppressed; // suppress assignment ("*")
202 dir->suppressed = true;
324 if (dir.suppressed)
  /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 in function:__tsan::OutputReport
530 if (suppressed) {
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
tsan_test_util_posix.cc 58 bool OnReport(const ReportDesc *rep, bool suppressed) {
  /src/sys/netinet/
ip_carp.c 2269 int suppressed = sc->sc_suppress; local in function:carp_carpdev_state
2280 if (!suppressed) {
2289 if (suppressed)
  /src/sys/arch/m68k/060sp/dist/
isp.s 1505 btst &0x6,%d5 # is the index suppressed?
1519 btst &0x7,%d5 # is the bd suppressed?
1550 bfextu %d5{&30:&2},%d0 # is od suppressed?
pfpsp.s 5096 btst &0x6,%d0 # is the index suppressed?
5127 # we clear the value here if it should actually be suppressed.
5129 btst &0x7,%d5 # is the bd suppressed?
5166 bfextu %d5{&30:&2},%d0 # is od suppressed?
fpsp.s 19046 btst &0x6,%d0 # is the index suppressed?
19077 # we clear the value here if it should actually be suppressed.
19079 btst &0x7,%d5 # is the bd suppressed?
19116 bfextu %d5{&30:&2},%d0 # is od suppressed?
  /src/share/terminfo/
terminfo 1137 linux-nic|Linux with ich/ich1 suppressed for non-curses programs,
5786 xterm-nic|xterm with ich/ich1 suppressed for non-curses programs,
8350 # translation. They are suppressed here to show what is tested by tack.
21775 # 4. Suppressed nonexistent underlined mode (normally as bright).
21778 # 6. Suppressed nonexistent invisible mode.
23631 # Standout mode is still broken (magic cookie, etc) so is suppressed as no
    [all...]

Completed in 63 milliseconds