Searched refs:drd_err (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/drd/ |
H A D | drd.c | 93 drd_err("unkown option: -%c", optopt); 102 drd_err("permission denied: must run as root"); 108 drd_err("unable to initialize drctl device"); 119 drd_err("unable to initialize door server"); 125 drd_err("unable to initialize backend processor"); 144 drd_err("failed to fork: %s", strerror(errno)); 184 drd_output = (standalone) ? drd_info : drd_err; 206 drd_err("door_create failed: %s", strerror(errno)); 216 drd_err("drctl ioctl failed: %s", strerror(errno)); 240 drd_err("faile [all...] |
H A D | drd.h | 42 extern void drd_err(char *fmt, ...);
|
H A D | drd_log.c | 118 drd_err(char *fmt, ...) function
|
H A D | drd_rcm.c | 119 drd_err("unable to allocate RCM handle: %s", strerror(errno)); 300 drd_err("add_cpu_notify: cpu list empty"); 380 drd_err("del_cpu_request: cpu list empty"); 481 drd_err("unable to generate resource list"); 603 drd_err("calloc failed: %s", strerror(errno)); 654 drd_err("del_cpu_notify: cpu list empty"); 761 drd_err("calloc failed: %s", strerror(errno)); 782 drd_err("strdup failed: %s", strerror(errno)); 1331 drd_err("mem_config_notify: mem list empty"); 1358 drd_err("mem_unconfig_reques [all...] |
Completed in 60 milliseconds