Home
last modified time | relevance | path

Searched refs:suppress (Results 1 – 25 of 171) sorted by relevance

1234567

/freebsd/lib/libcam/
H A Dscsi_cmdparse.c110 int suppress; in do_buff_decode() local
122 if (!suppress) { \ in do_buff_decode()
132 suppress = 0; \ in do_buff_decode()
137 suppress = 0; in do_buff_decode()
159 suppress = 1; in do_buff_decode()
257 if (!suppress) { in do_buff_decode()
278 suppress = 0; in do_buff_decode()
377 int suppress = 0; in next_field() local
419 suppress = 1; in next_field()
540 *suppress_p = suppress; in next_field()
[all …]
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_ooo.c222 #pragma warning(suppress : 6011 28182) in ecore_ooo_release_connection_isles()
236 #pragma warning(suppress : 6011 28182) in ecore_ooo_release_connection_isles()
260 #pragma warning(suppress : 6011 28182) in ecore_ooo_release_all_isles()
268 #pragma warning(suppress : 6011 28182) in ecore_ooo_release_all_isles()
282 #pragma warning(suppress : 6011 28182) in ecore_ooo_release_all_isles()
327 #pragma warning(suppress : 6011 28182) in ecore_ooo_free()
430 #pragma warning(suppress : 6011) in ecore_ooo_delete_isles()
/freebsd/contrib/byacc/test/btyacc/
H A Dbig_b.error11 -l suppress #line directives
17 -s suppress #define's for quoted names in %token lines
H A Dbig_l.error11 -l suppress #line directives
17 -s suppress #define's for quoted names in %token lines
H A Dno_output2.error12 -l suppress #line directives
18 -s suppress #define's for quoted names in %token lines
H A Dhelp.error12 -l suppress #line directives
18 -s suppress #define's for quoted names in %token lines
H A Dno_b_opt.error12 -l suppress #line directives
18 -s suppress #define's for quoted names in %token lines
H A Dno_p_opt.error12 -l suppress #line directives
18 -s suppress #define's for quoted names in %token lines
H A Dnostdin.error11 -l suppress #line directives
17 -s suppress #define's for quoted names in %token lines
/freebsd/contrib/byacc/test/yacc/
H A Dhelp.error12 -l suppress #line directives
18 -s suppress #define's for quoted names in %token lines
H A Dno_b_opt.error12 -l suppress #line directives
18 -s suppress #define's for quoted names in %token lines
H A Dno_output2.error12 -l suppress #line directives
18 -s suppress #define's for quoted names in %token lines
H A Dno_p_opt.error12 -l suppress #line directives
18 -s suppress #define's for quoted names in %token lines
H A Dnostdin.error11 -l suppress #line directives
17 -s suppress #define's for quoted names in %token lines
H A Dbig_b.error12 -l suppress #line directives
18 -s suppress #define's for quoted names in %token lines
H A Dbig_l.error12 -l suppress #line directives
18 -s suppress #define's for quoted names in %token lines
/freebsd/contrib/ncurses/include/
H A DMKparametrized.sh46 * A value of -1 in the table means suppress both pad and % translations.
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp413 bool suppress, stop, notify; in Handle_jSignalsInfo() local
414 signals->GetSignalInfo(signo, suppress, stop, notify); in Handle_jSignalsInfo()
415 dictionary->AddBooleanItem("suppress", suppress); in Handle_jSignalsInfo()
/freebsd/lib/libz/
H A DFREEBSD-upgrade2 changes were made to support build of libsa and to suppress certain
/freebsd/sys/contrib/openzfs/module/
H A DMakefile.in149 --suppress=unmatchedSuppression \
150 --suppress=noValidConfiguration \
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock_output_test_golden.txt82 NOTE: You can safely ignore the above warning unless this call should not happen. Do not suppress
89 NOTE: You can safely ignore the above warning unless this call should not happen. Do not suppress
286 NOTE: You can safely ignore the above warning unless this call should not happen. Do not suppress
293 NOTE: You can safely ignore the above warning unless this call should not happen. Do not suppress
335 …ich is usually a test bug. If you really intend to leak a mock, you can suppress this error using …
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp1612 bool suppress; in PrintSignal() local
1616 if (signals_sp->GetSignalInfo(signo, suppress, stop, notify)) { in PrintSignal()
1617 bool pass = !suppress; in PrintSignal()
1745 bool suppress = !*pass_action; in DoExecute() local
1746 signals_sp->SetShouldSuppress(signo, suppress); in DoExecute()
1797 bool suppress = !*pass_action; in DoExecute() local
1798 signals_sp->SetShouldSuppress(signo, suppress); in DoExecute()
/freebsd/share/mk/
H A Dbsd.init.mk90 .warning 'kldload filemon' or pass -DNO_FILEMON to suppress this warning.
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZPatterns.td162 // TR2 and the output being TR1. SUPPRESS is 4 to suppress inexact conditions
165 TypedReg tr2, bits<3> suppress, bits<4> mode>
167 (insn tr2.op:$vec, suppress, mode)>;
/freebsd/sys/contrib/device-tree/Bindings/media/i2c/
H A Dovti,ov7670.txt21 - ov7670,pclk-hb-disable: a boolean property to suppress pixel clock output

1234567