Searched refs:err_fmt (Results 1 - 4 of 4) 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...]
/illumos-gate/usr/src/cmd/abi/appcert/scripts/
H A Dsymcheck.pl208 my $err_fmt = gettext(
211 emsg("$command_name: " . $err_fmt, $path_to_object,
358 my $err_fmt = gettext(
361 emsg("$command_name: " . $err_fmt, $path_to_object,
/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Dri_init.c1071 goto err_fmt;
1076 goto err_fmt;
1081 goto err_fmt;
1085 goto err_fmt;
1090 goto err_fmt;
1096 goto err_fmt;
1100 goto err_fmt;
1104 goto err_fmt;
1156 err_fmt:

Completed in 97 milliseconds