Home
last modified time | relevance | path

Searched refs:mntpnt (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/netbsd-tests/fs/cd9660/
HDt_high_ino_big_file.sh68 mntpnt=""
84 mntpnt=$(pwd)/mnt
85 mkdir ${mntpnt}
86 rump_cd9660 -o norrip ./pr_48787.image ${mntpnt}
87 if [ ! -r ${mntpnt}/small_file ]; then
88 atf_fail "${mntpnt}/small_file does not exist"
90 if [ ! -r ${mntpnt}/my/large_file ]; then
91 atf_fail "${mntpnt}/my/large_file does not exist"
93 umount ${mntpnt}
94 rump_cd9660 ./pr_48787.image ${mntpnt}
[all …]
/NextBSD/cddl/contrib/opensolaris/lib/libzfs/common/
HDlibzfs_pool.c3796 char *mntpnt = NULL; local
3818 mounted = is_mounted(zhp->zpool_hdl, dsname, &mntpnt);
3826 (void) snprintf(pathname, len, "%s%s", mntpnt,
3835 free(mntpnt);