Searched refs:suppress (Results 1 - 25 of 47) sorted by relevance

12

/freebsd-11-stable/contrib/ncurses/include/
H A DMKparametrized.sh42 * A value of -1 in the table means suppress both pad and % translations.
51 # description field. We presently suppress padding translation only for the
/freebsd-11-stable/lib/libcam/
H A Dscsi_cmdparse.c110 int suppress; local
122 if (!suppress) { \
132 suppress = 0; \
137 suppress = 0;
159 suppress = 1;
257 if (!suppress) {
278 suppress = 0;
292 * You can't suppress a seek value. You also
377 int suppress = 0; local
419 suppress
554 int width, value, error, suppress; local
[all...]
/freebsd-11-stable/usr.sbin/timed/timed/
H A Dextern.h81 void suppress(struct sockaddr_in *, char *, struct netinfo *);
H A Dcandidate.c111 suppress(&from, resp->tsp_name, net);
H A Dtimed.c445 * suppress an upstart, untrustworthy, self-appointed master
448 suppress(struct sockaddr_in *addr, char *name, struct netinfo *net) function
456 fprintf(fd, "suppress: %s\n", name);
462 fprintf(fd, "suppress:\tdiscarded packet from %s\n",
489 suppress(&from, answer->tsp_name, ntp);
506 suppress(&from, answer->tsp_name, ntp);
516 suppress(&from, answer->tsp_name, ntp);
526 suppress(&from, answer->tsp_name, ntp);
H A Dslave.c220 suppress(&from, msg->tsp_name, fromnet);
266 suppress(&from, msg->tsp_name, fromnet);
321 suppress(&from, msg->tsp_name, fromnet);
393 "suppress election of %s",
H A Dmaster.c783 suppress(&from, msg->tsp_name, fromnet);
/freebsd-11-stable/share/mk/
H A Dlocal.gendirdeps.mk6 # suppress optional/auto dependencies
H A Dbsd.init.mk75 .warning 'kldload filemon' or pass -DNO_FILEMON to suppress this warning.
/freebsd-11-stable/usr.bin/diff/tests/
H A Ddiff_test.sh120 diff -y --suppress-common-lines A B
122 diff -W 65 -y --suppress-common-lines A B
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp402 bool suppress, stop, notify; local
403 signals->GetSignalInfo(signo, suppress, stop, notify);
404 dictionary->AddBooleanItem("suppress", suppress);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_format.inc165 bool suppressed; // suppress assignment ("*")
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp1337 bool suppress; local
1341 if (signals_sp->GetSignalInfo(signo, suppress, stop, notify)) {
1342 bool pass = !suppress;
1428 bool suppress = !pass_action; variable
1429 signals_sp->SetShouldSuppress(signo, suppress);
1452 bool suppress = !pass_action; variable
1453 signals_sp->SetShouldSuppress(signo, suppress);
/freebsd-11-stable/contrib/bmake/mk/sys/
H A DSunOS.mk15 # suppress the dependency
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgnu-nat.c165 int suppress; /* Something trivial happened. */
685 inf->wait.suppress = 0;
1560 w->suppress = 1;
1589 if (inf->wait.suppress)
1716 inf->wait.suppress = 1;
1750 inf->wait.suppress = 1;
1767 inf->wait.suppress = 1;
1866 inf->wait.suppress = 1; /* Something odd happened. Ignore. */
1913 inf->wait.suppress = 1;
164 int suppress; /* Something trivial happened. */ member in struct:inf_wait
/freebsd-11-stable/lib/libc/stdio/
H A Dvfwscanf.c71 #define SUPPRESS 0x08 /* *: suppress assignment */
129 static const int suppress; variable
130 #define SUPPRESS_PTR ((void *)&suppress)
650 * that suppress this.
H A Dvfscanf.c73 #define SUPPRESS 0x08 /* *: suppress assignment */
116 static const int suppress; variable
117 #define SUPPRESS_PTR ((void *)&suppress)
661 * that suppress this.
/freebsd-11-stable/contrib/ofed/infiniband-diags/src/
H A Dibqueryerrors.c282 static int suppress(enum MAD_FIELDS field) function
406 if (suppress(i))
438 if (!suppress(IB_PC_XMT_WAIT_F)) {
944 {"suppress", 's', 1, "<err1,err2,...>",
945 "suppress errors listed"},
946 {"suppress-common", 'c', 0, NULL,
947 "suppress some of the common counters"},
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp757 bool suppress{false};
758 auto object_sp = dict->GetValueForKey("suppress");
760 suppress = object_sp->GetBooleanValue();
777 remote_signals_sp->AddSignal(signo, name.str().c_str(), suppress, stop,
/freebsd-11-stable/contrib/llvm-project/lld/lib/Driver/
H A DDarwinLdDriver.cpp991 else if (StringRef(undef->getValue()).equals("suppress"))
992 UndefMode = MachOLinkingContext::UndefinedMode::suppress;
996 error("invalid option to -undefined [ warning | error | suppress | "
1002 // If we're using -flat_namespace then 'warning', 'suppress' and
1003 // 'dynamic_lookup' are all equivalent, so map them to 'suppress'.
1005 UndefMode = MachOLinkingContext::UndefinedMode::suppress;
1007 // If we're using -twolevel_namespace then 'warning' and 'suppress' are
1010 UndefMode == MachOLinkingContext::UndefinedMode::suppress) {
1011 error("can't use -undefined warning or suppress with "
/freebsd-11-stable/contrib/llvm-project/lld/include/lld/ReaderWriter/
H A DMachOLinkingContext.h70 suppress, member in class:lld::MachOLinkingContext::UndefinedMode
289 /// * suppress: Ignore and continue linking.
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_spq.c879 #pragma warning(suppress : 6011 28182)
915 #pragma warning(suppress : 6011)
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1184 bool SetSuppresStopHooks(bool suppress) { argument
1186 m_suppress_stop_hooks = suppress;
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-sriomaintx-defs.h3474 uint32_t suppress : 1; /**< Error Recovery Suppression not supported. */ member in struct:cvmx_sriomaintx_pe_feat::cvmx_sriomaintx_pe_feat_s
3485 uint32_t suppress : 1;
3595 uint32_t suppress : 8; /**< Retransmit Suppression Mask. CRF not Supported. */ member in struct:cvmx_sriomaintx_port_0_ctl::cvmx_sriomaintx_port_0_ctl_s
3620 uint32_t suppress : 8;
/freebsd-11-stable/
H A DMakefile238 ${.newline}ERROR: 'kldload filemon' or pass -DNO_FILEMON to suppress this error.

Completed in 286 milliseconds

12