Searched refs:priv_vfs_readwrite_fother (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/tools/regression/priv/
H A Dmain.h273 void priv_vfs_readwrite_fother(int, int, struct test *);
H A Dpriv_vfs_read_write.c207 priv_vfs_readwrite_fother(int asroot, int injail, struct test *test) function
210 try_io("priv_vfs_readwrite_fother(none, O_RDONLY)", fpath_none,
212 try_io("priv_vfs_readwrite_fother(none, O_WRONLY)", fpath_none,
214 try_io("priv_vfs_readwrite_fother(none, O_RDWR)", fpath_none,
217 try_io("priv_vfs_readwrite_fother(read, O_RDONLY)", fpath_read,
219 try_io("priv_vfs_readwrite_fother(read, O_WRONLY)", fpath_read,
221 try_io("priv_vfs_readwrite_fother(read, O_RDWR)", fpath_read,
224 try_io("priv_vfs_readwrite_fother(write, O_RDONLY)", fpath_write,
226 try_io("priv_vfs_readwrite_fother(write, O_WRONLY)", fpath_write,
228 try_io("priv_vfs_readwrite_fother(writ
[all...]
H A Dmain.c307 { "priv_vfs_readwrite_fother", priv_vfs_readwrite_fother_setup,
308 priv_vfs_readwrite_fother, priv_vfs_readwrite_cleanup },

Completed in 107 milliseconds