| /freebsd/tests/sys/fs/fusefs/ |
| H A D | flush.cc | 41 class Flush: public FuseTest { class 79 class FlushWithLocks: public Flush { 82 Flush::SetUp(); in SetUp() 90 TEST_F(Flush, open_twice) in TEST_F() argument 115 TEST_F(Flush, open_noflush) in TEST_F() argument 150 TEST_F(Flush, eio) in TEST_F() argument 172 TEST_F(Flush, enosys) in TEST_F() argument 204 TEST_F(Flush, flush) in TEST_F() argument
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | StreamAsynchronousIO.cpp | 24 Flush(); in ~StreamAsynchronousIO() 27 void StreamAsynchronousIO::Flush() { in Flush() function in StreamAsynchronousIO
|
| H A D | StreamFile.cpp | |
| H A D | Highlighter.cpp | 80 s.Flush(); in Highlight()
|
| /freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | ScriptInterpreter.cpp | 180 strm->Flush(); in ReadThreadBytesReceived() 260 void ScriptInterpreterIORedirect::Flush() { in Flush() function in ScriptInterpreterIORedirect 262 m_output_file_sp->Lock().Flush(); in Flush() 264 m_error_file_sp->Lock().Flush(); in Flush()
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandOptionArgumentTable.cpp | 156 sstr.Flush(); in FormatHelpTextCallback() 174 sstr.Flush(); in LanguageTypeHelpTextCallback()
|
| /freebsd/sys/dev/etherswitch/ |
| H A D | etherswitch_if.m | 184 # Flush all of the programmed/learnt MAC addresses 191 # Flush a single MAC address entry 199 # Flush all of the dynamic MAC addresses on a given port
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBFile.cpp | 86 SBError SBFile::Flush() { in Flush() function in SBFile 93 error.SetError(m_opaque_sp->Flush()); in Flush()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Host/ |
| H A D | StreamFile.h | 46 void Flush() override; 61 ~LockedStreamFile() { Flush(); } in ~LockedStreamFile()
|
| H A D | File.h | 272 virtual Status Flush(); 411 Status Flush() override;
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
| H A D | xray_utils.cpp | 79 void LogWriter::Flush() XRAY_NEVER_INSTRUMENT { in Flush() function in __xray::LogWriter 158 void LogWriter::Flush() XRAY_NEVER_INSTRUMENT {
|
| H A D | xray_utils.h | 41 void Flush();
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | StreamTee.h | 59 void Flush() override { in Flush() function 68 strm->Flush(); in Flush()
|
| H A D | StreamString.h | 33 void Flush() override;
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | StreamAsynchronousIO.h | 35 void Flush() override;
|
| H A D | StreamBuffer.h | |
| H A D | StreamFile.h | |
| /freebsd/usr.bin/patch/tests/ |
| H A D | PR74127.in | 6 # Flush interval
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | ThreadPlanTracer.cpp | 73 stream_sp->Flush(); in Log() 235 stream_sp->Flush(); in Log()
|
| /freebsd/contrib/opencsd/decoder/source/ |
| H A D | trc_frame_deformatter.cpp | 99 resp = Flush(); in TraceDataIn() 177 ocsd_datapath_resp_t TraceFmtDcdImpl::Flush() in Flush() function in TraceFmtDcdImpl 959 ocsd_datapath_resp_t TraceFormatterFrameDecoder::Flush() in Flush() function in TraceFormatterFrameDecoder 961 return (m_pDecoder == 0) ? OCSD_RESP_FATAL_NOT_INIT : m_pDecoder->Flush(); in Flush()
|
| /freebsd/contrib/opencsd/decoder/include/common/ |
| H A D | trc_pkt_proc_base.h | 204 ocsd_datapath_resp_t Flush(); 270 resp = Flush(); in TraceDataIn() 305 template<class P,class Pt, class Pc> ocsd_datapath_resp_t TrcPktProcBase<P, Pt, Pc>::Flush() in Flush() function
|
| H A D | trc_frame_deformatter.h | 89 …ocsd_datapath_resp_t Flush(); /* flush existing data if possible, retain state - propogate to a…
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBFile.h | 39 SBError Flush();
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_flags.inc | 51 TSAN_FLAG(int, flush_memory_ms, 0, "Flush shadow memory every X ms.") 52 TSAN_FLAG(int, flush_symbolizer_ms, 5000, "Flush symbolizer caches every X ms.")
|
| /freebsd/contrib/llvm-project/lldb/source/Utility/ |
| H A D | StreamString.cpp | 22 void StreamString::Flush() { in Flush() function in StreamString
|