Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_set/
H A Dmountpoint_003_pos.ksh50 ismounted $tmpmnt && log_must umount $tmpmnt
51 [[ -d $tmpmnt ]] && log_must rm -rf $tmpmnt
75 tmpmnt=/tmpmnt.$$
76 [[ -d $tmpmnt ]] && rm -rf $tmpmnt
78 log_must mkdir $tmpmnt
84 log_must mount -F zfs -o ${args[$i]} $testfs $tmpmnt
85 msg=$(mount | grep "^$tmpmnt ")
98 log_must umount $tmpmnt
H A Dcanmount_002_pos.ksh93 if [[ -d $tmpmnt ]]; then
94 rm -fr $tmpmnt
103 typeset tmpmnt=/tmpmount$$
123 log_must zfs set mountpoint=$tmpmnt $dataset
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c5998 char tmpmnt[PATH_MAX]; local
6046 (void) snprintf(tmpmnt, sizeof (tmpmnt), "%s.%d",
6067 pool, tmpmnt);
6073 (void) rmdir(tmpmnt);
6698 tmpmnt);
6714 char *tmpmnt) argument
6788 char *tmpmnt) argument
7031 (void) snprintf(tmpmnt, sizeof (tmpmnt),
7033 (void) unlink(tmpmnt);
7080 (void) rmdir(tmpmnt);
[all …]