Searched refs:MEXIT (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/power/
H A Dconf.c103 * (status == MEXIT), other status is non-fatal.
134 if (code == MEXIT) {
136 exit(MEXIT);
186 mesg(MEXIT, err_fmt, gettext("cannot open"),
193 mesg(MEXIT, err_fmt, cpr_conf,
217 mesg(MEXIT, err_fmt, strerror(errno));
352 mesg(MEXIT, "error writing tmp file, %s\n", strerror(errno));
535 mesg(MEXIT, "%s\n", strerror(EACCES));
537 mesg(MEXIT, "\"%s\" is not readable\n", power_conf);
548 mesg(MEXIT, "canno
[all...]
H A Dparse.c204 mesg(MEXIT, "cannot reset euid to %d, %s\n",
225 mesg(MEXIT, "cannot open %s\n", name);
227 mesg(MEXIT, "cannot stat %s\n", name);
232 mesg(MEXIT, "cannot allocate %u for \"%s\"\n", size + 1, name);
236 mesg(MEXIT, "read error, expect %u, got %d, file \"%s\"\n",
256 mesg(MEXIT, "cannot alloc %u for line args\n", size);
412 mesg(MEXIT, "cannot alloc %u bytes "
435 mesg(MEXIT, "unrecognized keyword \"%s\"\n",
439 mesg(MEXIT, "found %d args, expect %d%s\n",
H A Dpmconfig.h59 #define MEXIT 1 macro
H A Dhandlers.c511 mesg(MEXIT, "%s is too long (%s)\n", info, src);

Completed in 48 milliseconds