/freebsd/contrib/processor-trace/libipt/test/src/ |
H A D | ptunit-last_ip.c | 48 ptu_uint_eq(last_ip.suppressed, 0); in init() 79 last_ip.suppressed = 0; in status() 103 last_ip.suppressed = 0; in status_noip() 117 last_ip.suppressed = 1; in status_suppressed() 147 last_ip.suppressed = 0; in query() 176 last_ip.suppressed = 0; in query_noip() 193 last_ip.suppressed = 1; in query_suppressed() 210 last_ip.suppressed = 0; in update_ip_suppressed() 219 ptu_uint_eq(last_ip.suppressed, 1); in update_ip_suppressed() 232 last_ip.suppressed = 0; in update_ip_upd16() [all …]
|
/freebsd/contrib/byacc/ |
H A D | mkpar.c | 5 #define NotSuppressed(p) ((p)->suppressed == 0) 8 #define MaySuppress(p) ((backtrack ? ((p)->suppressed <= 1) : (p)->suppressed == 0)) 10 #define StartBacktrack(p) if (backtrack && (p) != NULL && NotSuppressed(p)) (p)->suppressed = 1 12 #define MaySuppress(p) ((p)->suppressed == 0) 258 p->suppressed = 1; in remove_conflicts() 267 pref->suppressed = 2; in remove_conflicts() 272 p->suppressed = 2; in remove_conflicts() 276 pref->suppressed = 2; in remove_conflicts() 281 p->suppressed = 2; in remove_conflicts() 285 pref->suppressed = 2; in remove_conflicts() [all …]
|
H A D | verbose.c | 134 if (p->suppressed == 2) in print_conflicts() 146 else if (p->suppressed == 1) in print_conflicts() 214 (p->suppressed == 0 || p->suppressed == 1)) in print_nulls() 282 if (q->suppressed < 2 && q->action_code == SHIFT) in print_shifts() 290 if (p->action_code == SHIFT && p->suppressed == 0) in print_shifts() 294 if (backtrack && p->action_code == SHIFT && p->suppressed == 1) in print_shifts() 311 if (q->action_code == REDUCE && q->suppressed < 2) in print_reductions() 328 if (p->suppressed == 0) in print_reductions() 332 if (backtrack && p->suppressed == 1) in print_reductions()
|
/freebsd/contrib/processor-trace/libipt/src/ |
H A D | pt_last_ip.c | 41 last_ip->suppressed = 0; in pt_last_ip_init() 55 if (last_ip->suppressed) { in pt_last_ip_query() 89 last_ip->suppressed = 1; in pt_last_ip_update_ip() 95 last_ip->suppressed = 0; in pt_last_ip_update_ip() 102 last_ip->suppressed = 0; in pt_last_ip_update_ip() 109 last_ip->suppressed = 0; in pt_last_ip_update_ip() 116 last_ip->suppressed = 0; in pt_last_ip_update_ip() 122 last_ip->suppressed = 0; in pt_last_ip_update_ip()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_interceptors_memintrinsics.h | 67 bool suppressed = false; \ in DECLARE_REAL() 69 suppressed = IsInterceptorSuppressed(_ctx->interceptor_name); \ in DECLARE_REAL() 70 if (!suppressed && HaveStackTraceBasedSuppressions()) { \ in DECLARE_REAL() 72 suppressed = IsStackTraceSuppressed(&stack); \ in DECLARE_REAL() 75 if (!suppressed) { \ in DECLARE_REAL() 100 bool suppressed = IsInterceptorSuppressed(name); \ in DECLARE_REAL() 101 if (!suppressed && HaveStackTraceBasedSuppressions()) { \ in DECLARE_REAL() 102 suppressed = IsStackTraceSuppressed(&stack); \ in DECLARE_REAL() 104 if (!suppressed) { \ in DECLARE_REAL()
|
/freebsd/usr.bin/systat/ |
H A D | icmp.c | 64 03999999999 with bad length 999999999 suppressed - original too short 65 04999999999 with bad checksum 999999999 suppressed - original was ICMP 67 06 999999999 suppressed - multicast echo 68 07 999999999 suppressed - multicast tstamp 109 L(3, "with bad length"); R(3, "suppressed - original too short"); in labelicmp() 110 L(4, "with bad checksum"); R(4, "suppressed - original was ICMP"); in labelicmp() 112 R(6, "suppressed - multicast echo"); in labelicmp() 113 R(7, "suppressed - multicast tstamp"); in labelicmp()
|
H A D | icmp6.c | 63 03999999999 with bad length 999999999 suppressed - original too short 64 04999999999 with bad checksum 999999999 suppressed - original was ICMP 108 L(3, "with bad length"); R(3, "suppressed - original too short"); in labelicmp6() 109 L(4, "with bad checksum"); R(4, "suppressed - original was ICMP"); in labelicmp6()
|
/freebsd/contrib/processor-trace/libipt/internal/include/ |
H A D | pt_last_ip.h | 48 /* - the IP has been suppressed in the last update. */ 49 uint32_t suppressed:1; member 63 * Returns -pte_ip_suppressed if the last-ip has been suppressed.
|
/freebsd/sys/contrib/device-tree/Bindings/usb/ |
H A D | usb-device.txt | 23 with leading zeroes suppressed. The other compatible strings from the above 39 case hexadecimal with leading zeroes suppressed. The other compatible 52 with leading zeroes suppressed. The other compatible strings from the above
|
H A D | usb-device.yaml | 35 hexadecimal with leading zeroes suppressed. The other compatible 67 in lower case hexadecimal with leading zeroes suppressed.
|
/freebsd/tests/sys/kern/ |
H A D | sonewconn_overflow.py | 128 sys.stderr.write("Subsequent IPv4 log message not suppressed\n") 139 sys.stderr.write("Subsequent IPv6 log message not suppressed\n") 150 sys.stderr.write("Subsequent Unix socket log message not suppressed\n")
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | TemplateDeduction.h | 51 /// Have we suppressed an error during deduction? 61 /// Warnings (and follow-on notes) that were suppressed due to 168 /// Iterator over the set of suppressed diagnostics. 171 /// Returns an iterator at the beginning of the sequence of suppressed 175 /// Returns an iterator at the end of the sequence of suppressed
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
H A D | BugSuppression.h | 35 /// Return true if the given bug report was explicitly suppressed by the user. 39 /// suppressed by the user.
|
/freebsd/contrib/bsnmp/gensnmpdef/ |
H A D | gensnmpdef.1 | 62 The normal tree output is suppressed. 69 The normal tree output is suppressed.
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | mdio.yaml | 57 The 32 bit preamble should be suppressed. In order for this to 58 work, all devices on the bus must support suppressed preamble.
|
/freebsd/share/man/man9/ |
H A D | bios.9 | 117 being suppressed. 124 and any trailing space suppressed).
|
/freebsd/lib/libc/stdio/ |
H A D | wscanf.3 | 339 The usual skip of leading white space is suppressed. 360 The usual skip of leading white space is suppressed. 413 a conversion, although it can be suppressed with the
|
H A D | scanf.3 | 381 The usual skip of leading white space is suppressed. 402 The usual skip of leading white space is suppressed. 457 a conversion, although it can be suppressed with the
|
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan_common.cpp | 605 const InternalMmapVector<u32> &suppressed = in IgnoredSuppressedCb() local 607 uptr idx = InternalLowerBound(suppressed, m.stack_trace_id()); in IgnoredSuppressedCb() 608 if (idx >= suppressed.size() || m.stack_trace_id() != suppressed[idx]) in IgnoredSuppressedCb() 611 LOG_POINTERS("Suppressed: chunk %p-%p of size %zu.\n", (void *)chunk, in IgnoredSuppressedCb() 771 // suppressions. However if a stack id was previously suppressed, it should be in CheckForLeaks() 772 // suppressed in future checks as well. in CheckForLeaks() 809 // We found a new previously unseen suppressed call stack. Rerun to make in CheckForLeaks() 811 VReport(1, "Rerun with %zu suppressed stacks.", in CheckForLeaks()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DiagnosticIDs.h | 294 /// The diagnostic should be suppressed entirely. 311 /// for an error that is suppressed if it occurs during C++ template 314 /// When an error is suppressed due to SFINAE, the template argument 369 /// suppressed.
|
/freebsd/bin/sh/ |
H A D | error.c | 85 * Called from trap.c when a SIGINT is received and not suppressed, or when 90 * suppressed and the shell is not a root shell, then we want to be
|
/freebsd/crypto/openssl/test/ |
H A D | fips-alt.cnf | 10 # Ensure FIPS non-approved algorithms in the FIPS module are suppressed (e.g.
|
H A D | fips.cnf | 13 # Ensure FIPS non-approved algorithms in the FIPS module are suppressed (e.g.
|
/freebsd/usr.bin/netstat/ |
H A D | netstat.1 | 426 is repeated, counters with a value of zero are suppressed. 484 is repeated, counters with a value of zero are suppressed. 696 is repeated, counters with a value of zero are suppressed. 783 is repeated, counters with a value of zero are suppressed.
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | jobs-error-nested-make.mk | 8 # XXX: In case of .MAKE targets, the "stopped if" output has been suppressed
|