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
[all...]
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.c5847 char tmpmnt[PATH_MAX]; local
5895 (void) snprintf(tmpmnt, sizeof (tmpmnt), "%s.%d",
5898 ret = stat(tmpmnt, &sb);
5901 fcn, pool, tmpmnt));
5902 ret = mkdirp(tmpmnt, DIR_PERMS);
5905 bam_error(_("mkdir of %s failed: %s\n"), tmpmnt,
5911 "present\n", fcn, pool, tmpmnt));
5916 pool, tmpmnt);
5922 (void) rmdir(tmpmnt);
6460 process_slice_common(char *slice, FILE *tfp, mhash_t *mhp, char *tmpmnt) argument
6558 process_vtoc_slices( char *s0, struct vtoc *vtoc, FILE *tfp, mhash_t *mhp, char *tmpmnt) argument
6632 process_efi_slices( char *s0, struct dk_gpt *efi, FILE *tfp, mhash_t *mhp, char *tmpmnt) argument
6709 process_slice0(char *s0, FILE *tfp, mhash_t *mhp, char *tmpmnt) argument
6825 char tmpmnt[PATH_MAX]; local
[all...]

Completed in 66 milliseconds