STATUS_ERROR
if ((status & STATUS_ERROR) != 0) {
errx(STATUS_ERROR,
errx(STATUS_ERROR, "Cannot open kernel files (%s)", buf);
errx(STATUS_ERROR, "Cannot get process list (%s)",
err(STATUS_ERROR, "Cannot allocate memory for %d processes",
errx(STATUS_ERROR,
err(STATUS_ERROR, "Cannot allocate %zu bytes",
err(STATUS_ERROR, "Cannot access `%s'", buf);
err(STATUS_ERROR, "Cannot open pidfile `%s'", pidfile);
errx(STATUS_ERROR, "File '%s' can be locked", pidfile);
errx(STATUS_ERROR,
errx(STATUS_ERROR, "Pidfile `%s' is empty", pidfile);
err(STATUS_ERROR, "Cannot read from pid file `%s'", pidfile);
errx(STATUS_ERROR, "Invalid pid in file `%s'", pidfile);
errx(STATUS_ERROR, "Invalid pid in file `%s'", pidfile);