Home
last modified time | relevance | path

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

/minix/minix/lib/libc/sys/
H A Dchdir.c25 return(_syscall(VFS_PROC_NR, VFS_FCHDIR, &m));
/minix/minix/servers/vfs/
H A Dtable.c49 CALL(VFS_FCHDIR) = do_fchdir, /* fchdir(2) */
/minix/minix/include/minix/
H A Dcallnr.h103 #define VFS_FCHDIR (VFS_BASE + 31) macro