Home
last modified time | relevance | path

Searched refs:Flush (Results 1 – 25 of 96) 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
120 TEST_F(Flush, eio) in TEST_F() argument
142 TEST_F(Flush, enosys) in TEST_F() argument
174 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
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DScriptInterpreter.cpp175 strm->Flush(); in ReadThreadBytesReceived()
252 void ScriptInterpreterIORedirect::Flush() { in Flush() function in ScriptInterpreterIORedirect
254 m_output_file_sp->Flush(); in Flush()
256 m_error_file_sp->Flush(); in Flush()
/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/Commands/
H A DCommandOptionArgumentTable.cpp156 sstr.Flush(); in FormatHelpTextCallback()
174 sstr.Flush(); in LanguageTypeHelpTextCallback()
H A DCommandObjectType.cpp173 output_sp->Flush(); in IOHandlerActivated()
202 error_sp->Flush(); in IOHandlerInputComplete()
220 error_sp->Flush(); in IOHandlerInputComplete()
232 error_sp->Flush(); in IOHandlerInputComplete()
236 error_sp->Flush(); in IOHandlerInputComplete()
241 error_sp->Flush(); in IOHandlerInputComplete()
247 error_sp->Flush(); in IOHandlerInputComplete()
251 error_sp->Flush(); in IOHandlerInputComplete()
256 error_sp->Flush(); in IOHandlerInputComplete()
260 error_sp->Flush(); in IOHandlerInputComplete()
[all …]
H A DCommandObjectWatchpointCommand.cpp177 output_sp->Flush(); in IOHandlerActivated()
266 result.GetImmediateOutputStream()->Flush(); in WatchpointOptionsCallbackFunction()
267 result.GetImmediateErrorStream()->Flush(); in WatchpointOptionsCallbackFunction()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBFile.cpp88 SBError SBFile::Flush() { in Flush() function in SBFile
95 Status status = m_opaque_sp->Flush(); in Flush()
/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 {
/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.h27 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->Flush(); in Log()
234 stream->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/include/lldb/Host/
H A DFile.h113 /// Flush any buffers and release any resources owned by the file.
142 /// this if it is not necessary, or use Flush() appropriately.
267 /// Flush the current stream
272 virtual Status Flush();
406 Status Flush() override;
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DStreamString.cpp22 void StreamString::Flush() { in Flush() function in StreamString
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DFile.cpp115 Status File::Close() { return Flush(); } in Close()
156 Status File::Flush() { return Status(); } in Flush() function in File
158 Status File::Sync() { return Flush(); } in Sync()
479 Status NativeFile::Flush() { in Sync()
453 Status NativeFile::Flush() { Flush() function in NativeFile

1234