Home
last modified time | relevance | path

Searched refs:log_err (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/cmd/hotplugd/
H A Dhotplugd_rcm.c104 log_err("Cannot get RCM resources (%s)\n", strerror(rv)); in copy_usage()
307 log_err("Failed to get RCM information (%s)\n", in get_rcm_usage()
344 log_err("Unable to gather RCM usage.\n"); in merge_rcm_info()
397 log_err("Cannot get RCM resource path.\n"); in resource_callback()
417 log_err("Cannot allocate RCM resource array.\n"); in resource_callback()
428 log_err("Cannot allocate RCM resource path.\n"); in resource_callback()
480 log_err("Cannot allocate hotplug usage node.\n"); in merge_callback()
577 log_err("Cannot build info table slot.\n"); in build_table()
590 log_err("Cannot allocate info table entry.\n"); in build_table()
602 log_err("Cannot build info table entry.\n"); in build_table()
[all …]
H A Dhotplugd_door.c98 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()
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()
566 log_err("Cannot allocate results buffer: %s\n", in add_buffer()
627 log_err("Cannot start audit session.\n"); in audit_session()
678 log_err("Cannot put audit event.\n"); in audit_changestate()
[all …]
H A Dhotplugd_impl.c279 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 Dhotplugd.c231 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 Dhotplugd_impl.h59 void log_err(char *fmt, ...);
H A Dhotplugd_info.c473 log_err("Path too long for device node.\n"); in new_device_node()
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Dhotplug_mgr.c715 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 Ddisk_monitor.c353 log_err("Could not initialize configuration!\n"); in _fmd_init()
360 log_err("Could not retrieve configuration from libtopo!\n"); in _fmd_init()
H A Dutil.h108 extern void log_err(const char *fmt, ...);
H A Ddm_platform.c378 log_err("unknown protocol '%s'\n", protocol); in do_action()
392 log_err("unknown platform action '%s'\n", cmd); in do_action()
H A Dutil.c119 log_err(const char *fmt, ...) in log_err() function
/illumos-gate/usr/src/uts/common/sys/scsi/generic/
H A Dmode.h376 uchar_t log_err : 1; /* log errors */ member
394 uchar_t log_err : 1; /* log errors */ member
/illumos-gate/usr/src/cmd/fm/modules/common/syslog-msgs/
H A Dsyslog.c46 fmd_stat_t log_err; member
163 syslog_stats.log_err.fmds_value.ui64++; in syslog_emit()