Home
last modified time | relevance | path

Searched refs:VFS_PIPE2 (Results 1 – 3 of 3) sorted by relevance

/minix/minix/lib/libc/sys/
H A Dpipe.c21 if (_syscall(VFS_PROC_NR, VFS_PIPE2, &m) < 0) return(-1); in __weak_alias()
/minix/minix/servers/vfs/
H A Dtable.c44 CALL(VFS_PIPE2) = do_pipe2, /* pipe2(2) */
/minix/minix/include/minix/
H A Dcallnr.h98 #define VFS_PIPE2 (VFS_BASE + 26) macro