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/
Dreg.h65 #define REG_50080(_pipe, _plane) ({ \ argument
66 typeof(_pipe) (p) = (_pipe); \
/openbsd/src/gnu/llvm/lldb/tools/lldb-vscode/
DOutputRedirector.cpp26 if (_pipe(new_fd, 4096, O_TEXT) == -1) { in RedirectFd()
/openbsd/src/usr.sbin/unbound/dnstap/
Ddtstream.c2163 if(_pipe(dtio->commandpipe, 4096, _O_BINARY) == -1) { in dt_io_thread_start()
/openbsd/src/gnu/llvm/lldb/source/Core/
DDebugger.cpp893 return _pipe(fds, size, O_BINARY); in OpenPipe()
/openbsd/src/gnu/usr.bin/perl/vms/
Dvms.c2906 typedef struct _pipe Pipe;
2907 typedef struct _pipe* pPipe;
2936 struct _pipe { struct
/openbsd/src/gnu/usr.bin/perl/win32/
Dwin32.c3534 return _pipe(pfd, size, mode); in win32_pipe()