Home
last modified time | relevance | path

Searched refs:Flush (Results 1 – 25 of 100) sorted by relevance

1234

/freebsd/tests/sys/fs/fusefs/
H A Dflush.cc41 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 DStreamAsynchronousIO.cpp24 Flush(); in ~StreamAsynchronousIO()
27 void StreamAsynchronousIO::Flush() { in Flush() function in StreamAsynchronousIO
H A DStreamFile.cpp
H A DHighlighter.cpp80 s.Flush(); in Highlight()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DScriptInterpreter.cpp180 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 DCommandOptionArgumentTable.cpp156 sstr.Flush(); in FormatHelpTextCallback()
174 sstr.Flush(); in LanguageTypeHelpTextCallback()
/freebsd/sys/dev/etherswitch/
H A Detherswitch_if.m184 # 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 DSBFile.cpp86 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 DStreamFile.h46 void Flush() override;
61 ~LockedStreamFile() { Flush(); } in ~LockedStreamFile()
H A DFile.h272 virtual Status Flush();
411 Status Flush() override;
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_utils.cpp79 void LogWriter::Flush() XRAY_NEVER_INSTRUMENT { in Flush() function in __xray::LogWriter
158 void LogWriter::Flush() XRAY_NEVER_INSTRUMENT {
H A Dxray_utils.h41 void Flush();
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStreamTee.h59 void Flush() override { in Flush() function
68 strm->Flush(); in Flush()
H A DStreamString.h33 void Flush() override;
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DStreamAsynchronousIO.h35 void Flush() override;
H A DStreamBuffer.h
H A DStreamFile.h
/freebsd/usr.bin/patch/tests/
H A DPR74127.in6 # Flush interval
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanTracer.cpp73 stream_sp->Flush(); in Log()
235 stream_sp->Flush(); in Log()
/freebsd/contrib/opencsd/decoder/source/
H A Dtrc_frame_deformatter.cpp99 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 Dtrc_pkt_proc_base.h204 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 Dtrc_frame_deformatter.h89 …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 DSBFile.h39 SBError Flush();
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_flags.inc51 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 DStreamString.cpp22 void StreamString::Flush() { in Flush() function in StreamString

1234