drd_err
drd_err("permission denied: must run as root");
drd_err("unable to initialize drctl device");
drd_err("unable to initialize door server");
drd_err("unable to initialize backend processor");
drd_err("failed to fork: %s", strerror(errno));
drd_output = (standalone) ? drd_info : drd_err;
drd_err("door_create failed: %s", strerror(errno));
drd_err("drctl ioctl failed: %s", strerror(errno));
drd_err("failed to create door file '%s': %s",
drd_err("failed to fattach door file '%s': %s",
drd_err("realloc failed: %s", strerror(errno));
drd_err("unknown command: %d", msg->cmd);
drd_err("unkown option: -%c", optopt);
extern void drd_err(char *fmt, ...);
drd_err("unable to allocate RCM handle: %s", strerror(errno));
drd_err("mem_config_notify: mem list empty");
drd_err("mem_unconfig_request: mem list empty");
drd_err("unconfig_mem_notify: mem list empty");
drd_err("add_cpu_notify: cpu list empty");
drd_err("del_cpu_request: cpu list empty");
drd_err("unable to generate resource list");
drd_err("calloc failed: %s", strerror(errno));
drd_err("del_cpu_notify: cpu list empty");
drd_err("calloc failed: %s", strerror(errno));
drd_err("strdup failed: %s", strerror(errno));