Searched refs:LOG_ERR (Results 1 – 9 of 9) sorted by relevance
| /linux/tools/hv/ |
| A D | hv_vss_daemon.c | 73 syslog(LOG_ERR, "Can't allocate memory!"); in is_dev_loop() 82 syslog(LOG_ERR, "Can't access: %s; error:%d %s!", in is_dev_loop() 90 syslog(LOG_ERR, "Can't opendir: %s; error:%d %s!", in is_dev_loop() 143 syslog(LOG_ERR, "Can't stat: %s; error:%d %s!", in vss_operate() 192 syslog(LOG_ERR, "FREEZE of %s failed; error:%d %s", in vss_operate() 298 syslog(LOG_ERR, "invalid version negotiation"); in main() 309 syslog(LOG_ERR, "read failed; error:%d %s", in main() 327 syslog(LOG_ERR, "op=%d failed!", op); in main() 328 syslog(LOG_ERR, "report it with these files:"); in main() 329 syslog(LOG_ERR, "/etc/fstab and /proc/mounts"); in main() [all …]
|
| A D | hv_fcopy_uio_daemon.c | 83 syslog(LOG_ERR, "Failed to create %s", in hv_fcopy_create_file() 88 syslog(LOG_ERR, "Invalid path: %s", path_name); in hv_fcopy_create_file() 136 syslog(LOG_ERR, "pwrite failed to write %llu bytes: %ld (%s)", in hv_copy_data() 174 syslog(LOG_ERR, "Invalid icmsg negotiate"); in vmbus_prep_negotiate_resp() 365 syslog(LOG_ERR, "Invalid Fcopy hdr. Packet length too small: %u", in fcopy_pkt_process() 377 syslog(LOG_ERR, "Write to ringbuffer failed err: %d", ret); in fcopy_pkt_process() 435 syslog(LOG_ERR, "daemon() failed; error: %s", strerror(errno)); in main() 447 syslog(LOG_ERR, "open %s failed; error: %d %s", in main() 471 syslog(LOG_ERR, "pread failed: %s", strerror(errno)); in main() 479 syslog(LOG_ERR, "VMBus channel recv error: %d", ret); in main() [all …]
|
| A D | hv_kvp_daemon.c | 179 syslog(LOG_ERR, "Failed to write file, pool: %d", pool); in kvp_update_file() 211 syslog(LOG_ERR, in kvp_update_mem_state() 226 syslog(LOG_ERR, "malloc failed"); in kvp_update_mem_state() 1421 syslog(LOG_ERR, "Failed to open config file; error: %d %s", in kvp_set_ip_info() 1432 syslog(LOG_ERR, "Failed to open config file; error: %d %s", in kvp_set_ip_info() 1616 syslog(LOG_ERR, "Cmd '%s' (len=%d) may be too long", in kvp_set_ip_info() 1630 syslog(LOG_ERR, "Failed to write config file"); in kvp_set_ip_info() 1720 syslog(LOG_ERR, "Failed to initialize the pools"); in main() 1767 syslog(LOG_ERR, "read failed; error:%d %s", in main() 1794 syslog(LOG_ERR, "malloc failed"); in main() [all …]
|
| /linux/tools/thermal/tmon/ |
| A D | sysfs.c | 43 syslog(LOG_ERR, "Err: open %s: %s\n", __func__, filepath); in sysfs_set_ulong() 67 syslog(LOG_ERR, "Err: open %s: %s\n", __func__, filepath); in sysfs_get_ulong() 86 syslog(LOG_ERR, "Err: open %s: %s\n", __func__, filepath); in sysfs_get_string() 135 syslog(LOG_ERR, "%s:%s no matching type\n", __func__, temp_str); in get_trip_point_data() 185 syslog(LOG_ERR, "Failed to find TP inst %s\n", in find_tzone_tp() 212 syslog(LOG_ERR, "Err: Too many cdev? %d\n", in find_tzone_cdev() 302 syslog(LOG_ERR, "scandir failed in %s", tz_name); in scan_tzones() 364 syslog(LOG_ERR, "scandir failed in %s", cdev_name); in scan_cdevs() 396 syslog(LOG_ERR, "scandir failed in thermal sysfs"); in probe_thermal_sysfs() 487 syslog(LOG_ERR, "No thermal zones found!\n"); in update_thermal_data()
|
| A D | tmon.c | 126 setlogmask(LOG_UPTO(LOG_ERR)); in start_syslog() 141 syslog(LOG_ERR, "failed to open log file %s\n", TMON_LOG_FILE); in prepare_logging() 146 syslog(LOG_ERR, "Unable to stat log file %s\n", TMON_LOG_FILE); in prepare_logging() 154 syslog(LOG_ERR, "Log file is a symlink. Will not log\n"); in prepare_logging() 161 syslog(LOG_ERR, "We don't own the log file. Not logging\n"); in prepare_logging() 312 syslog(LOG_ERR, "target zone is not found, default to %d\n", in main()
|
| /linux/tools/thermal/lib/ |
| A D | log.h | 22 #define ERROR(fmt, ...) logit(LOG_ERR, fmt, ##__VA_ARGS__)
|
| A D | log.c | 17 [LOG_ERR] = "ERROR",
|
| /linux/tools/power/acpi/tools/pfrut/ |
| A D | pfrut.c | 35 #define LOG_ERR 0 macro 46 return level == LOG_ERR || level == LOG_WARN || in valid_log_level()
|
| /linux/tools/usb/usbip/libsrc/ |
| A D | usbip_common.h | 69 syslog(LOG_ERR, pr_fmt(fmt), "error", ##args); \
|
Completed in 20 milliseconds