Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/drd/
H A Ddrd.c93 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()
[all …]
H A Ddrd_rcm.c119 drd_err("unable to allocate RCM handle: %s", strerror(errno)); in drd_rcm_init()
300 drd_err("add_cpu_notify: cpu list empty"); in drd_rcm_add_cpu_notify()
380 drd_err("del_cpu_request: cpu list empty"); in drd_rcm_del_cpu_request()
481 drd_err("unable to generate resource list"); in drd_rcm_offline_cpu_request()
603 drd_err("calloc failed: %s", strerror(errno)); in drd_rcm_restore_cpu_notify()
654 drd_err("del_cpu_notify: cpu list empty"); in drd_rcm_del_cpu_notify()
761 drd_err("calloc failed: %s", strerror(errno)); in drd_rcm_cpu_rlist_init()
782 drd_err("strdup failed: %s", strerror(errno)); in drd_rcm_cpu_rlist_init()
1331 drd_err("mem_config_notify: mem list empty"); in drd_rcm_mem_config_notify()
1358 drd_err("mem_unconfig_request: mem list empty"); in drd_rcm_mem_unconfig_request()
[all …]
H A Ddrd.h42 extern void drd_err(char *fmt, ...);
H A Ddrd_log.c116 drd_err(char *fmt, ...) in drd_err() function