Lines Matching defs:tmpmnt
5820 char tmpmnt[PATH_MAX];
5868 (void) snprintf(tmpmnt, sizeof (tmpmnt), "%s.%d",
5871 ret = stat(tmpmnt, &sb);
5874 fcn, pool, tmpmnt));
5875 ret = mkdirp(tmpmnt, DIR_PERMS);
5878 bam_error(_("mkdir of %s failed: %s\n"), tmpmnt,
5884 "present\n", fcn, pool, tmpmnt));
5889 pool, tmpmnt);
5895 (void) rmdir(tmpmnt);
5901 fcn, pool, tmpmnt));
5902 return (s_strdup(tmpmnt));
6433 process_slice_common(char *slice, FILE *tfp, mhash_t *mhp, char *tmpmnt)
6507 "> /dev/null 2>&1", blkslice, tmpmnt);
6516 ret = check_add_ufs_sign_to_list(tfp, tmpmnt);
6520 tmpmnt);
6536 char *tmpmnt)
6596 if (process_slice_common(slice, tfp, mhp, tmpmnt) == -1) {
6610 char *tmpmnt)
6670 if (process_slice_common(slice, tfp, mhp, tmpmnt) == -1) {
6682 process_slice0(char *s0, FILE *tfp, mhash_t *mhp, char *tmpmnt)
6776 &vtoc, tfp, mhp, tmpmnt);
6779 efi, tfp, mhp, tmpmnt);
6798 char tmpmnt[PATH_MAX];
6853 (void) snprintf(tmpmnt, sizeof (tmpmnt),
6855 (void) unlink(tmpmnt);
6857 ret = mkdirp(tmpmnt, DIR_PERMS);
6861 bam_error(_("mkdir of %s failed: %s\n"), tmpmnt,
6894 ret = process_slice0(dp->d_name, tfp, mnttab_hash, tmpmnt);
6902 (void) rmdir(tmpmnt);
6952 (void) rmdir(tmpmnt);