Searched defs:err_fmt (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/power/
H A Dconf.c157 char *err_fmt; local
183 err_fmt = "%s %s; please rerun %s as root\n";
186 mesg(MEXIT, err_fmt, gettext("cannot open"),
193 mesg(MEXIT, err_fmt, cpr_conf,
210 char *err_fmt = NULL; local
213 err_fmt = "cannot open \"/dev/pm\": %s\n";
215 err_fmt = "cannot reset pm state: %s\n";
216 if (err_fmt)
217 mesg(MEXIT, err_fmt, strerror(errno));
246 char *err_fmt local
[all...]
H A Dhandlers.c891 char *src, *err_fmt = NULL, *mnttab = MNTTAB; local
907 err_fmt = "ufs statefile with zfs root is not"
909 mesg(MERR, err_fmt, sfile);
940 err_fmt = "cannot find ufs mount point for \"%s\"\n";
949 err_fmt = "statefile device \"%s\" is a mounted filesystem\n";
951 if (err_fmt)
952 mesg(MERR, err_fmt, sfile);
953 return (err_fmt != NULL);
1114 char *err_fmt = NULL; local
1153 err_fmt
[all...]

Completed in 63 milliseconds