Home
last modified time | relevance | path

Searched refs:Pipe (Results 1 – 25 of 97) sorted by relevance

1234

/freebsd/tools/regression/poll/7/
H A Dpipepoll.out2 ok 1 Pipe state 4: expected 0; got 0
3 ok 2 Pipe state 5: expected POLLIN; got POLLIN
4 ok 3 Pipe state 6: expected POLLIN | POLLHUP; got POLLIN | POLLHUP
5 not ok 4 Pipe state 6a: expected POLLHUP; got POLLIN | POLLHUP
H A Dpipeselect.out2 ok 1 Pipe state 4: expected clear; got clear
3 ok 2 Pipe state 5: expected set; got set
4 ok 3 Pipe state 6: expected set; got set
5 ok 4 Pipe state 6a: expected set; got set
/freebsd/tools/regression/poll/l/
H A Dpipepoll.out2 ok 1 Pipe state 4: expected 0; got 0
3 ok 2 Pipe state 5: expected POLLIN; got POLLIN
4 ok 3 Pipe state 6: expected POLLIN | POLLHUP; got POLLIN | POLLHUP
5 ok 4 Pipe state 6a: expected POLLHUP; got POLLHUP
H A Dpipeselect.out2 ok 1 Pipe state 4: expected clear; got clear
3 ok 2 Pipe state 5: expected set; got set
4 ok 3 Pipe state 6: expected set; got set
5 ok 4 Pipe state 6a: expected set; got set
/freebsd/tools/regression/poll/m/
H A Dpipepoll.out2 ok 1 Pipe state 4: expected 0; got 0
3 ok 2 Pipe state 5: expected POLLIN; got POLLIN
4 ok 3 Pipe state 6: expected POLLIN | POLLHUP; got POLLIN | POLLHUP
5 ok 4 Pipe state 6a: expected POLLHUP; got POLLHUP
H A Dpipeselect.out2 ok 1 Pipe state 4: expected clear; got clear
3 ok 2 Pipe state 5: expected set; got set
4 ok 3 Pipe state 6: expected set; got set
5 ok 4 Pipe state 6a: expected set; got set
/freebsd/tools/regression/poll/n/
H A Dpipepoll.out2 ok 1 Pipe state 4: expected 0; got 0
3 ok 2 Pipe state 5: expected POLLIN; got POLLIN
4 ok 3 Pipe state 6: expected POLLIN | POLLHUP; got POLLIN | POLLHUP
5 ok 4 Pipe state 6a: expected POLLHUP; got POLLHUP
H A Dpipeselect.out2 ok 1 Pipe state 4: expected clear; got clear
3 ok 2 Pipe state 5: expected set; got set
4 ok 3 Pipe state 6: expected set; got set
5 ok 4 Pipe state 6a: expected set; got set
/freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DResourceManager.cpp381 ResourceRef Pipe = selectPipe(R.first); in issueInstructionImpl() local
382 use(Pipe); in issueInstructionImpl()
383 BusyResources[Pipe] += CS.size(); in issueInstructionImpl()
384 Pipes.emplace_back(std::make_pair(Pipe, ReleaseAtCycles(CS.size()))); in issueInstructionImpl()
413 ResourceRef Pipe = selectPipe(Elt.first); in issueInstructionImpl() local
414 use(Pipe); in issueInstructionImpl()
416 BusyResources[Pipe] += CS.size(); in issueInstructionImpl()
417 Pipes.emplace_back(std::make_pair(Pipe, ReleaseAtCycles(CS.size()))); in issueInstructionImpl()
439 ResourceRef Pipe = selectPipe(R.first); in fastIssueInstruction() local
440 use(Pipe); in fastIssueInstruction()
[all …]
/freebsd/tools/regression/poll/4/
H A Dpipepoll.out2 ok 1 Pipe state 4: expected 0; got 0
3 ok 2 Pipe state 5: expected POLLIN; got POLLIN
4 ok 3 Pipe state 6: expected POLLIN | POLLHUP; got POLLIN | POLLHUP
5 not ok 4 Pipe state 6a: expected POLLHUP; got POLLIN | POLLHUP
H A Dpipeselect.out2 ok 1 Pipe state 4: expected clear; got clear
3 ok 2 Pipe state 5: expected set; got set
4 ok 3 Pipe state 6: expected set; got set
5 ok 4 Pipe state 6a: expected set; got set
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilPosix.cpp94 FILE *Pipe = popen(Cmd.toString().c_str(), "r"); in ExecuteCommand() local
95 if (!Pipe) in ExecuteCommand()
100 while (fgets(TmpBuffer, sizeof(TmpBuffer), Pipe)) in ExecuteCommand()
103 return pclose(Pipe) == 0; in ExecuteCommand()
H A DFuzzerUtilWindows.cpp178 FILE *Pipe = _popen(Cmd.toString().c_str(), "r"); in ExecuteCommand() local
179 if (!Pipe) in ExecuteCommand()
184 while (fgets(TmpBuffer, sizeof(TmpBuffer), Pipe)) in ExecuteCommand()
187 return _pclose(Pipe) == 0; in ExecuteCommand()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DPipe.h15 typedef PipeWindows Pipe; typedef
20 typedef PipePosix Pipe; typedef
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/
H A DPipelinePrinter.h54 PipelinePrinter(Pipeline &Pipe, const CodeRegion &R, unsigned Idx, in PipelinePrinter() argument
56 : P(Pipe), Region(R), RegionIdx(Idx), STI(STI), PO(PO) {} in PipelinePrinter()
/freebsd/contrib/llvm-project/llvm/include/llvm/WindowsResource/
H A DResourceScriptTokenList.h30 SHORT_TOKEN(Pipe, '|') // Bitwise-OR operator.
/freebsd/sys/contrib/device-tree/Bindings/goldfish/
H A Dpipe.txt1 Android Goldfish QEMU Pipe
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp1224 const char *Pipe = ScanFormat(Argument, ArgumentEnd, '|'); in FormatDiagnostic() local
1225 assert(ScanFormat(Pipe + 1, ArgumentEnd, '|') == ArgumentEnd && in FormatDiagnostic()
1227 const char *FirstDollar = ScanFormat(Argument, Pipe, '$'); in FormatDiagnostic()
1228 const char *SecondDollar = ScanFormat(FirstDollar + 1, Pipe, '$'); in FormatDiagnostic()
1235 FormatDiagnostic(SecondDollar + 1, Pipe, OutStr); in FormatDiagnostic()
1368 const char *Pipe = ScanFormat(Argument, ArgumentEnd, '|'); in FormatDiagnostic() local
1381 FormatDiagnostic(Pipe + 1, ArgumentEnd, OutStr); in FormatDiagnostic()
1419 FormatDiagnostic(SecondDollar + 1, Pipe, OutStr); in FormatDiagnostic()
/freebsd/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp170 static Status writeSocketIdToPipe(Pipe &port_pipe, in writeSocketIdToPipe()
186 Pipe port_name_pipe; in writeSocketIdToPipe()
197 Pipe port_pipe{LLDB_INVALID_PIPE, unnamed_pipe}; in writeSocketIdToPipe()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSchedMIPSP8700.td16 // - Short Floating Point Pipe (FPUS)
17 // - Long Floating Point Pipe (FPUL)
40 // Handle Multiply Divide Pipe.
/freebsd/lib/libc/nls/
H A Dit_IT.ISO8859-15.msg70 32 Pipe rotta
194 13 Pipe rotta
H A Dde_DE.ISO8859-1.msg70 32 Unterbrochene Pipe
212 13 Unterbrochene Pipe
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DMainLoopPosix.h91 Pipe m_interrupt_pipe;
/freebsd/contrib/llvm-project/lldb/include/
H A Dmodule.modulemap42 module Pipe { header "lldb/Host/Pipe.h" export * }
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DInputInfo.h33 Pipe enumerator

1234