Searched refs:mountnull (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/netbsd-tests/fs/nullfs/ |
H A D | t_basic.c | 62 mountnull(const char *what, const char *mp, int flags) in mountnull() function 92 mountnull("/td1", "/td2", 0); in ATF_TC_BODY() 161 mountnull("/td", "/mp", MNT_RDONLY); in ATF_TC_BODY() 162 mountnull("/td/dist", "/mp/dist", 0); in ATF_TC_BODY()
|
/freebsd/contrib/netbsd-tests/fs/ptyfs/ |
H A D | t_nullpts.c | 41 mountnull(const char *what, const char *mp, int flags) in mountnull() function 90 mountnull("/dev/pts", "/null/dev/pts", 0); in ATF_TC_BODY()
|