Searched refs:log_err (Results 1 – 13 of 13) sorted by relevance
/titanic_41/usr/src/cmd/hotplugd/ |
H A D | hotplugd_rcm.c | 104 log_err("Cannot get RCM resources (%s)\n", strerror(rv)); in copy_usage() 114 log_err("Cannot get RCM information (%s)\n", strerror(rv)); in copy_usage() 203 log_err("Cannot allocate RCM handle (%s)\n", strerror(errno)); in rcm_offline() 243 log_err("Cannot allocate RCM handle (%s)\n", strerror(errno)); in rcm_online() 269 log_err("Cannot allocate RCM handle (%s)\n", strerror(errno)); in rcm_remove() 299 log_err("Cannot allocate RCM handle (%s)\n", strerror(errno)); in get_rcm_usage() 307 log_err("Failed to get RCM information (%s)\n", in get_rcm_usage() 338 log_err("Cannot build RCM lookup table (%s)\n", strerror(rv)); in merge_rcm_info() 344 log_err("Unable to gather RCM usage.\n"); in merge_rcm_info() 361 log_err("Cannot merge RCM information (%s)\n", strerror(rv)); in merge_rcm_info() [all …]
|
H A D | hotplugd_door.c | 98 log_err("Door service is already running.\n"); in door_server_init() 100 log_err("Cannot open door file '%s': %s\n", in door_server_init() 110 log_err("Cannot create door service: %s\n", strerror(errno)); in door_server_init() 119 log_err("Cannot attach to door file '%s': %s\n", HOTPLUGD_DOOR, in door_server_init() 181 log_err("Cannot unpack door arguments.\n"); in door_server() 188 log_err("Cannot decode door command.\n"); in door_server() 226 log_err("Cannot add sequence number.\n"); in door_server() 234 log_err("Cannot pack door results.\n"); in door_server() 255 log_err("Door call failed (%s)\n", strerror(rv)); in door_server() 388 log_err("Cannot get door credentials (%s)\n", strerror(errno)); in cmd_changestate() [all …]
|
H A D | hotplugd_impl.c | 279 log_err("Failed to allocate buffer for private options.\n"); in pack_properties() 286 log_err("Failed to allocate private options nvlist.\n"); in pack_properties() 309 log_err("Failed to add private option to nvlist.\n"); in pack_properties() 319 log_err("Failed to pack private options nvlist.\n"); in pack_properties() 361 log_err("Failed to unpack private options nvlist.\n"); in unpack_properties() 383 log_err("Failed to allocate private options string.\n"); in unpack_properties()
|
H A D | hotplugd.c | 231 log_err("Cannot create pipe (%s)\n", strerror(errno)); in daemonize() 237 log_err("Cannot fork daemon process (%s)\n", strerror(errno)); in daemonize() 248 log_err("Failed to spawn daemon process.\n"); in daemonize() 356 log_err(char *fmt, ...) in log_err() function
|
H A D | hotplugd_impl.h | 59 void log_err(char *fmt, ...);
|
H A D | hotplugd_info.c | 473 log_err("Path too long for device node.\n"); in new_device_node()
|
/titanic_41/usr/src/cmd/fm/modules/common/disk-monitor/ |
H A D | hotplug_mgr.c | 715 log_err("Could not initialize the hotplug manager (" in init_sysevents() 723 log_err("Could not initialize the hotplug manager " in init_sysevents() 733 log_err("Could not initialize the hotplug manager " in init_sysevents() 746 log_err("Could not initialize the hotplug manager " in init_sysevents()
|
H A D | disk_monitor.c | 348 log_err("Could not initialize configuration!\n"); in _fmd_init() 355 log_err("Could not retrieve configuration from libtopo!\n"); in _fmd_init()
|
H A D | util.h | 110 extern void log_err(const char *fmt, ...);
|
H A D | dm_platform.c | 378 log_err("unknown protocol '%s'\n", protocol); in do_action() 392 log_err("unknown platform action '%s'\n", cmd); in do_action()
|
H A D | util.c | 121 log_err(const char *fmt, ...) in log_err() function
|
/titanic_41/usr/src/uts/common/sys/scsi/generic/ |
H A D | mode.h | 356 uchar_t log_err : 1; /* log errors */ member 374 uchar_t log_err : 1; /* log errors */ member
|
/titanic_41/usr/src/cmd/fm/modules/common/syslog-msgs/ |
H A D | syslog.c | 46 fmd_stat_t log_err; member 163 syslog_stats.log_err.fmds_value.ui64++; in syslog_emit()
|