Searched refs:_pipe (Results 1 – 6 of 6) sorted by relevance
65 #define REG_50080(_pipe, _plane) ({ \ argument66 typeof(_pipe) (p) = (_pipe); \
26 if (_pipe(new_fd, 4096, O_TEXT) == -1) { in RedirectFd()
2163 if(_pipe(dtio->commandpipe, 4096, _O_BINARY) == -1) { in dt_io_thread_start()
893 return _pipe(fds, size, O_BINARY); in OpenPipe()
2906 typedef struct _pipe Pipe;2907 typedef struct _pipe* pPipe;2936 struct _pipe { struct
3534 return _pipe(pfd, size, mode); in win32_pipe()