Home
last modified time | relevance | path

Searched refs:LOG_ERR (Results 1 – 9 of 9) sorted by relevance

/linux-6.3-rc2/tools/hv/
A Dhv_vss_daemon.c73 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 Dhv_fcopy_daemon.c52 syslog(LOG_ERR, "Failed to create %s", in hv_start_fcopy()
57 syslog(LOG_ERR, "Invalid path: %s", in hv_start_fcopy()
106 syslog(LOG_ERR, "pwrite failed to write %llu bytes: %ld (%s)", in hv_copy_data()
182 syslog(LOG_ERR, "daemon() failed; error: %s", strerror(errno)); in main()
198 syslog(LOG_ERR, "open /dev/vmbus/hv_fcopy failed; error: %d %s", in main()
207 syslog(LOG_ERR, "Registration failed: %s", strerror(errno)); in main()
220 syslog(LOG_ERR, "pread failed: %s", strerror(errno)); in main()
226 syslog(LOG_ERR, "invalid version negotiation"); in main()
251 syslog(LOG_ERR, "Unknown operation: %d", in main()
262 syslog(LOG_ERR, "pwrite failed: %s", strerror(errno)); in main()
A Dhv_kvp_daemon.c168 syslog(LOG_ERR, "Failed to write file, pool: %d", pool); in kvp_update_file()
200 syslog(LOG_ERR, in kvp_update_mem_state()
215 syslog(LOG_ERR, "malloc failed"); in kvp_update_mem_state()
1236 syslog(LOG_ERR, "Failed to open config file; error: %d %s", in kvp_set_ip_info()
1312 syslog(LOG_ERR, "Cmd '%s' (len=%d) may be too long", in kvp_set_ip_info()
1318 syslog(LOG_ERR, "Failed to execute cmd '%s'; error: %d %s", in kvp_set_ip_info()
1325 syslog(LOG_ERR, "Failed to write config file"); in kvp_set_ip_info()
1414 syslog(LOG_ERR, "Failed to initialize the pools"); in main()
1461 syslog(LOG_ERR, "read failed; error:%d %s", in main()
1488 syslog(LOG_ERR, "malloc failed"); in main()
[all …]
/linux-6.3-rc2/tools/thermal/tmon/
A Dsysfs.c43 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 Dtmon.c126 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-6.3-rc2/tools/thermal/lib/
A Dlog.h22 #define ERROR(fmt, ...) logit(LOG_ERR, fmt, ##__VA_ARGS__)
A Dlog.c17 [LOG_ERR] = "ERROR",
/linux-6.3-rc2/tools/power/acpi/tools/pfrut/
A Dpfrut.c35 #define LOG_ERR 0 macro
46 return level == LOG_ERR || level == LOG_WARN || in valid_log_level()
/linux-6.3-rc2/tools/usb/usbip/libsrc/
A Dusbip_common.h69 syslog(LOG_ERR, pr_fmt(fmt), "error", ##args); \

Completed in 14 milliseconds