Searched refs:priv_vfs_chroot (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/tools/regression/priv/
H A Dpriv_vfs_chroot.c54 priv_vfs_chroot(int asroot, int injail, struct test *test) function
60 expect("priv_vfs_chroot(asroot, injail)", error, 0, 0);
62 expect("priv_vfs_chroot(asroot, !injail)", error, 0, 0);
64 expect("priv_vfs_chroot(!asroot, injail)", error, -1, EPERM);
66 expect("priv_vfs_chroot(!asroot, !injail)", error, -1, EPERM);
H A DMakefile32 priv_vfs_chroot.c \
H A Dmain.h233 void priv_vfs_chroot(int, int, struct test *);
H A Dmain.c261 { "priv_vfs_chroot", priv_vfs_chroot_setup, priv_vfs_chroot,

Completed in 76 milliseconds