Lines Matching refs:err_fmt
891 char *src, *err_fmt = NULL, *mnttab = MNTTAB; in check_mount() local
907 err_fmt = "ufs statefile with zfs root is not" in check_mount()
909 mesg(MERR, err_fmt, sfile); in check_mount()
940 err_fmt = "cannot find ufs mount point for \"%s\"\n"; in check_mount()
949 err_fmt = "statefile device \"%s\" is a mounted filesystem\n"; in check_mount()
951 if (err_fmt) in check_mount()
952 mesg(MERR, err_fmt, sfile); in check_mount()
953 return (err_fmt != NULL); in check_mount()
1114 char *err_fmt = NULL; in sfpath() local
1153 err_fmt = stat_fmt; in sfpath()
1156 err_fmt = stat_fmt; in sfpath()
1157 if (err_fmt) { in sfpath()
1158 mesg(MERR, err_fmt, sfile, strerror(errno)); in sfpath()
1170 if (is_good_slice(sfile, &err_fmt)) { in sfpath()
1185 err_fmt = "bad file type for \"%s\"\n" in sfpath()
1187 if (err_fmt) { in sfpath()
1188 mesg(MERR, err_fmt, sfile); in sfpath()