| /Linux-v4.19/tools/hv/ |
| D | hv_vss_daemon.c | 82 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 …]
|
| D | hv_fcopy_daemon.c | 61 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()
|
| D | hv_kvp_daemon.c | 127 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/ |
| D | bcm2835-vchiq.c | 35 #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/ |
| D | sysfs.c | 51 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()
|
| D | tmon.c | 138 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/ |
| D | usbip_common.h | 69 syslog(LOG_ERR, pr_fmt(fmt), "error", ##args); \
|