/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 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 D | StreamAsynchronousIO.cpp | 24 Flush(); in ~StreamAsynchronousIO() 27 void StreamAsynchronousIO::Flush() { in Flush() function in StreamAsynchronousIO
|
H A D | StreamFile.cpp |
|
/freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | ScriptInterpreter.cpp | 175 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 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/Commands/ |
H A D | CommandOptionArgumentTable.cpp | 156 sstr.Flush(); in FormatHelpTextCallback() 174 sstr.Flush(); in LanguageTypeHelpTextCallback()
|
H A D | CommandObjectType.cpp | 173 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 D | CommandObjectWatchpointCommand.cpp | 177 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 D | SBFile.cpp | 88 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 D | xray_utils.cpp | 79 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 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 | 27 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->Flush(); in Log() 234 stream->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/include/lldb/Host/ |
H A D | File.h | 113 /// 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 D | StreamString.cpp | 22 void StreamString::Flush() { in Flush() function in StreamString
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | File.cpp | 115 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
|