Home
last modified time | relevance | path

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

/linux-6.1.9/tools/hv/
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()
195 syslog(LOG_ERR, "FREEZE of / failed; error:%d %s", save_errno, in vss_operate()
252 syslog(LOG_ERR, "failed to thaw file system: err=%d", in main()
261 syslog(LOG_ERR, "open /dev/vmbus/hv_vss failed; error: %d %s", in main()
272 syslog(LOG_ERR, "registration to kernel failed; error: %d %s", in main()
285 syslog(LOG_ERR, "poll failed; error:%d %s", errno, strerror(errno)); in main()
[all …]
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()
Dhv_kvp_daemon.c127 syslog(LOG_ERR, "Failed to acquire the lock pool: %d; error: %d %s", pool, in kvp_acquire_lock()
139 syslog(LOG_ERR, "Failed to release the lock pool: %d; error: %d %s", pool, in kvp_release_lock()
157 syslog(LOG_ERR, "Failed to open file, pool: %d; error: %d %s", pool, in kvp_update_file()
168 syslog(LOG_ERR, "Failed to write file, pool: %d", pool); in kvp_update_file()
188 syslog(LOG_ERR, "Failed to open file, pool: %d; error: %d %s", pool, in kvp_update_mem_state()
200 syslog(LOG_ERR, in kvp_update_mem_state()
215 syslog(LOG_ERR, "malloc failed"); in kvp_update_mem_state()
241 syslog(LOG_ERR, "Failed to create '%s'; error: %d %s", KVP_CONFIG_LOC, in kvp_file_init()
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()
[all …]
/linux-6.1.9/tools/thermal/tmon/
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()
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.1.9/tools/thermal/lib/
Dlog.h22 #define ERROR(fmt, ...) logit(LOG_ERR, fmt, ##__VA_ARGS__)
Dlog.c17 [LOG_ERR] = "ERROR",
/linux-6.1.9/tools/power/acpi/tools/pfrut/
Dpfrut.c35 #define LOG_ERR 0 macro
46 return level == LOG_ERR || level == LOG_WARN || in valid_log_level()
/linux-6.1.9/tools/usb/usbip/libsrc/
Dusbip_common.h69 syslog(LOG_ERR, pr_fmt(fmt), "error", ##args); \