Home
last modified time | relevance | path

Searched refs:_pipe (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/sys/dev/pci/drm/i915/gvt/
H A Dreg.h68 #define REG_50080(_pipe, _plane) ({ \ argument
69 typeof(_pipe) (p) = (_pipe); \
/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A DOutputRedirector.cpp26 if (_pipe(new_fd, 4096, O_TEXT) == -1) { in RedirectFd()
/openbsd-src/usr.sbin/unbound/dnstap/
H A Ddtstream.c2163 if(_pipe(dtio->commandpipe, 4096, _O_BINARY) == -1) { in dt_io_thread_stop()
2164 log_err("failed to create _pipe: %s", in dt_io_thread_stop()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDebugger.cpp893 return _pipe(fds, size, O_BINARY); in OpenPipe()
/openbsd-src/gnu/usr.bin/perl/vms/
H A Dvms.c2906 typedef struct _pipe Pipe;
2907 typedef struct _pipe* pPipe;
2936 struct _pipe { struct
/openbsd-src/gnu/usr.bin/perl/win32/
H A Dwin32.c3534 return _pipe(pfd, size, mode); in win32_popenlist()