Lines Matching refs:drd_err
93 drd_err("unkown option: -%c", optopt); in main()
102 drd_err("permission denied: must run as root"); in main()
108 drd_err("unable to initialize drctl device"); in main()
119 drd_err("unable to initialize door server"); in main()
125 drd_err("unable to initialize backend processor"); in main()
144 drd_err("failed to fork: %s", strerror(errno)); in drd_daemonize()
184 drd_output = (standalone) ? drd_info : drd_err; in drd_init_drctl_dev()
206 drd_err("door_create failed: %s", strerror(errno)); in drd_init_door_server()
216 drd_err("drctl ioctl failed: %s", strerror(errno)); in drd_init_door_server()
240 drd_err("failed to create door file '%s': %s", in drd_init_door_server()
249 drd_err("failed to fattach door file '%s': %s", in drd_init_door_server()
308 drd_err("realloc failed: %s", strerror(errno)); in drd_pack_response()
417 drd_err("unknown command: %d", msg->cmd); in drd_door_server()