Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/power/
H A Dparse.c204 mesg(MEXIT, "cannot reset euid to %d, %s\n", in pmc_open()
225 mesg(MEXIT, "cannot open %s\n", name); in get_conf_data()
227 mesg(MEXIT, "cannot stat %s\n", name); in get_conf_data()
232 mesg(MEXIT, "cannot allocate %u for \"%s\"\n", size + 1, name); in get_conf_data()
236 mesg(MEXIT, "read error, expect %u, got %d, file \"%s\"\n", in get_conf_data()
256 mesg(MEXIT, "cannot alloc %u for line args\n", size); in newarg()
412 mesg(MEXIT, "cannot alloc %u bytes " in parse_conf_file()
435 mesg(MEXIT, "unrecognized keyword \"%s\"\n", in parse_conf_file()
439 mesg(MEXIT, "found %d args, expect %d%s\n", in parse_conf_file()
H A Dconf.c132 if (code == MEXIT) { in mesg()
134 exit(MEXIT); in mesg()
184 mesg(MEXIT, err_fmt, gettext("cannot open"), in get_cpr_info()
191 mesg(MEXIT, err_fmt, cpr_conf, in get_cpr_info()
215 mesg(MEXIT, err_fmt, strerror(errno)); in pm_rem_reset()
350 mesg(MEXIT, "error writing tmp file, %s\n", strerror(errno)); in tmp_write()
533 mesg(MEXIT, "%s\n", strerror(EACCES)); in main()
535 mesg(MEXIT, "\"%s\" is not readable\n", power_conf); in main()
546 mesg(MEXIT, "cannot stat %s, %s\n", default_conf, in main()
H A Dpmconfig.h59 #define MEXIT 1 macro
H A Dhandlers.c511 mesg(MEXIT, "%s is too long (%s)\n", info, src); in strcpy_limit()