Home
last modified time | relevance | path

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

/Linux-v4.19/tools/hv/
Dhv_vss_daemon.c82 syslog(LOG_ERR, "Can't allocate memory!"); in is_dev_loop()
91 syslog(LOG_ERR, "Can't access: %s; error:%d %s!", in is_dev_loop()
99 syslog(LOG_ERR, "Can't opendir: %s; error:%d %s!", in is_dev_loop()
152 syslog(LOG_ERR, "Can't stat: %s; error:%d %s!", in vss_operate()
191 syslog(LOG_ERR, "FREEZE of %s failed; error:%d %s", in vss_operate()
194 syslog(LOG_ERR, "FREEZE of / failed; error:%d %s", save_errno, in vss_operate()
246 syslog(LOG_ERR, "open /dev/vmbus/hv_vss failed; error: %d %s", in main()
257 syslog(LOG_ERR, "registration to kernel failed; error: %d %s", in main()
270 syslog(LOG_ERR, "poll failed; error:%d %s", errno, strerror(errno)); in main()
283 syslog(LOG_ERR, "invalid version negotiation"); in main()
[all …]
Dhv_fcopy_daemon.c61 syslog(LOG_ERR, "Failed to create %s", in hv_start_fcopy()
66 syslog(LOG_ERR, "Invalid path: %s", in hv_start_fcopy()
113 syslog(LOG_ERR, "pwrite failed to write %llu bytes: %ld (%s)", in hv_copy_data()
175 syslog(LOG_ERR, "daemon() failed; error: %s", strerror(errno)); in main()
185 syslog(LOG_ERR, "open /dev/vmbus/hv_fcopy failed; error: %d %s", in main()
194 syslog(LOG_ERR, "Registration failed: %s", strerror(errno)); in main()
207 syslog(LOG_ERR, "pread failed: %s", strerror(errno)); in main()
213 syslog(LOG_ERR, "invalid version negotiation"); in main()
238 syslog(LOG_ERR, "Unknown operation: %d", in main()
244 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()
1235 syslog(LOG_ERR, "Failed to open config file; error: %d %s", in kvp_set_ip_info()
1307 syslog(LOG_ERR, "Failed to execute cmd '%s'; error: %d %s", in kvp_set_ip_info()
[all …]
/Linux-v4.19/drivers/staging/vc04_services/bcm2835-audio/
Dbcm2835-vchiq.c35 #define LOG_ERR(fmt, arg...) pr_err("%s:%d " fmt, __func__, __LINE__, ##arg) macro
40 #define LOG_ERR(fmt, arg...) pr_err("%s:%d " fmt, __func__, __LINE__, ##arg) macro
112 LOG_ERR(" Unexpected work: %p:%d\n", w->alsa_stream, w->cmd); in my_wq_function()
125 LOG_ERR(" .. Error: NULL work kmalloc\n"); in bcm2835_audio_start()
145 LOG_ERR(" .. Error: NULL work kmalloc\n"); in bcm2835_audio_stop()
166 LOG_ERR(" .. Error: NULL work kmalloc\n"); in bcm2835_audio_write()
201 LOG_ERR(" .. instance is null\n"); in audio_vchi_callback()
206 LOG_ERR(" .. instance->vchi_handle[0] is null\n"); in audio_vchi_callback()
224 LOG_ERR(" .. response is corrupt\n"); in audio_vchi_callback()
230 LOG_ERR(" .. unexpected alsa_stream=%p\n", in audio_vchi_callback()
[all …]
/Linux-v4.19/tools/thermal/tmon/
Dsysfs.c51 syslog(LOG_ERR, "Err: open %s: %s\n", __func__, filepath); in sysfs_set_ulong()
75 syslog(LOG_ERR, "Err: open %s: %s\n", __func__, filepath); in sysfs_get_ulong()
94 syslog(LOG_ERR, "Err: open %s: %s\n", __func__, filepath); in sysfs_get_string()
143 syslog(LOG_ERR, "%s:%s no matching type\n", __func__, temp_str); in get_trip_point_data()
193 syslog(LOG_ERR, "Failed to find TP inst %s\n", in find_tzone_tp()
220 syslog(LOG_ERR, "Err: Too many cdev? %d\n", in find_tzone_cdev()
309 syslog(LOG_ERR, "scandir failed in %s", tz_name); in scan_tzones()
371 syslog(LOG_ERR, "scandir failed in %s", cdev_name); in scan_cdevs()
403 syslog(LOG_ERR, "scandir failed in thermal sysfs"); in probe_thermal_sysfs()
494 syslog(LOG_ERR, "No thermal zones found!\n"); in update_thermal_data()
Dtmon.c138 setlogmask(LOG_UPTO(LOG_ERR)); in start_syslog()
153 syslog(LOG_ERR, "failed to open log file %s\n", TMON_LOG_FILE); in prepare_logging()
158 syslog(LOG_ERR, "Unable to stat log file %s\n", TMON_LOG_FILE); in prepare_logging()
166 syslog(LOG_ERR, "Log file is a symlink. Will not log\n"); in prepare_logging()
173 syslog(LOG_ERR, "We don't own the log file. Not logging\n"); in prepare_logging()
327 syslog(LOG_ERR, "target zone is not found, default to %d\n", in main()
/Linux-v4.19/tools/usb/usbip/libsrc/
Dusbip_common.h69 syslog(LOG_ERR, pr_fmt(fmt), "error", ##args); \