Home
last modified time | relevance | path

Searched refs:syslog (Results 1 – 25 of 87) sorted by relevance

1234

/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()
298 syslog(LOG_ERR, "invalid version negotiation"); in main()
309 syslog(LOG_ERR, "read failed; error:%d %s", in main()
321 syslog(LOG_INFO, "VSS: op=%s: %s\n", in main()
327 syslog(LOG_ERR, "op=%d failed!", op); in main()
328 syslog(LOG_ERR, "report it with these files:"); in main()
333 syslog(LOG_INFO, "VSS: op=CHECK HOT BACKUP\n"); in main()
[all …]
A Dhv_fcopy_daemon.c38 syslog(LOG_INFO, "Target file name: %s", target_fname); in hv_start_fcopy()
52 syslog(LOG_ERR, "Failed to create %s", in hv_start_fcopy()
57 syslog(LOG_ERR, "Invalid path: %s", in hv_start_fcopy()
67 syslog(LOG_INFO, "File: %s exists", target_fname); in hv_start_fcopy()
77 syslog(LOG_INFO, "Open Failed: %s", strerror(errno)); in hv_start_fcopy()
187 syslog(LOG_INFO, "starting; pid is:%d", getpid()); in main()
220 syslog(LOG_ERR, "pread failed: %s", strerror(errno)); in main()
226 syslog(LOG_ERR, "invalid version negotiation"); in main()
230 syslog(LOG_INFO, "kernel module version: %u", in main()
251 syslog(LOG_ERR, "Unknown operation: %d", in main()
[all …]
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()
1312 syslog(LOG_ERR, "Cmd '%s' (len=%d) may be too long", in kvp_set_ip_info()
1325 syslog(LOG_ERR, "Failed to write config file"); in kvp_set_ip_info()
1401 syslog(LOG_INFO, "KVP starting; pid is:%d", getpid()); in main()
1414 syslog(LOG_ERR, "Failed to initialize the pools"); in main()
1461 syslog(LOG_ERR, "read failed; error:%d %s", in main()
1485 syslog(LOG_INFO, "KVP LIC Version: %s", in main()
1488 syslog(LOG_ERR, "malloc failed"); in main()
[all …]
/linux-6.3-rc2/tools/thermal/tmon/
A Dsysfs.c185 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()
224 syslog(LOG_DEBUG, "cdev %s linked to %s : %d\n", in find_tzone_cdev()
302 syslog(LOG_ERR, "scandir failed in %s", tz_name); in scan_tzones()
330 syslog(LOG_INFO, "TZ %d has %d cdev\n", i, in scan_tzones()
370 syslog(LOG_DEBUG, "control cdev id %d\n", i); in scan_cdevs()
411 syslog(LOG_DEBUG, "found cdev: %s %d %d\n", in probe_thermal_sysfs()
422 syslog(LOG_DEBUG, "found tzone: %s %d %d\n", in probe_thermal_sysfs()
487 syslog(LOG_ERR, "No thermal zones found!\n"); in update_thermal_data()
549 syslog(LOG_DEBUG, in set_ctrl_state()
[all …]
A Dtmon.c73 syslog(LOG_INFO, "TMON exit cleanup\n"); in tmon_cleanup()
100 syslog(LOG_INFO, "TMON caught signal %d\n", sig); in tmon_sig_handler()
128 syslog(LOG_NOTICE, "TMON started by User %d", getuid()); 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()
278 syslog(LOG_DEBUG, "Cannot handle SIGINT\n"); in main()
280 syslog(LOG_DEBUG, "Cannot handle SIGTERM\n"); in main()
312 syslog(LOG_ERR, "target zone is not found, default to %d\n", in main()
A Dpid.c73 syslog(LOG_DEBUG, "TC inactive, relax p-state\n"); in controller_reset()
93 syslog(LOG_DEBUG, "PID: %3.1f Below set point %3.1f, stop\n", in controller_handler()
A Dtui.c162 syslog(LOG_DEBUG, "No data panel\n"); in setup_windows()
167 syslog(LOG_DEBUG, "No dialogue panel\n"); in setup_windows()
175 syslog(LOG_INFO, "no dialogue win, term too small\n"); in setup_windows()
193 syslog(LOG_DEBUG, "SIG %d, term resized to %d x %d\n", in resize_handler()
245 syslog(LOG_DEBUG, in show_cooling_device()
559 syslog(LOG_INFO, "%s:tz %d tp %d temp = %lu\n", __func__, in draw_tp_line()
642 syslog(LOG_DEBUG, "draw tz %d tp %d ch:%c\n", in show_sensors_w()
A DREADME47 -g, --debug debug message in syslog
/linux-6.3-rc2/include/linux/
A Dkmsg_dump.h60 bool kmsg_dump_get_line(struct kmsg_dump_iter *iter, bool syslog,
63 bool kmsg_dump_get_buffer(struct kmsg_dump_iter *iter, bool syslog,
78 static inline bool kmsg_dump_get_line(struct kmsg_dump_iter *iter, bool syslog, in kmsg_dump_get_line() argument
84 static inline bool kmsg_dump_get_buffer(struct kmsg_dump_iter *iter, bool syslog, in kmsg_dump_get_buffer() argument
/linux-6.3-rc2/tools/usb/usbip/libsrc/
A Dusbip_common.h69 syslog(LOG_ERR, pr_fmt(fmt), "error", ##args); \
79 syslog(LOG_INFO, pr_fmt(fmt), "info", ##args); \
90 syslog(LOG_DEBUG, dbg_fmt(fmt), ##args); \
/linux-6.3-rc2/Documentation/ABI/testing/
A Ddev-kmsg13 The logged line can be prefixed with a <N> syslog prefix, which
14 carries the syslog priority and facility. The single decimal
15 prefix number is composed of the 3 lowest bits being the syslog
16 priority and the next 8 bits the syslog facility number.
46 Unlike the classic syslog() interface, the 64 bit record
73 The output format consists of a prefix carrying the syslog
116 the console, /proc/kmsg or the syslog() syscall.
/linux-6.3-rc2/kernel/printk/
A Dprintk.c1358 if (syslog) in info_print_prefix()
1411 prefix_len = info_print_prefix(r->info, syslog, time, prefix); in record_print_text()
1494 bool syslog, bool time) in get_record_print_text_size() argument
1499 prefix_len = info_print_prefix(info, syslog, time, prefix); in get_record_print_text_size()
1517 bool syslog, bool time) in find_first_fitting_seq() argument
1831 SYSCALL_DEFINE3(syslog, int, type, char __user *, buf, int, len) in SYSCALL_DEFINE3() argument
2358 bool syslog, bool time) in record_print_text() argument
4034 l = record_print_text(&r, syslog, printk_time); in kmsg_dump_get_line()
4040 l = get_record_print_text_size(&info, line_count, syslog, in kmsg_dump_get_line()
4109 size - 1, syslog, time); in kmsg_dump_get_buffer()
[all …]
/linux-6.3-rc2/tools/laptop/freefall/
A Dfreefall.c85 syslog(LOG_INFO, "%s %s disk head\n", str, device_path); in protect()
/linux-6.3-rc2/net/unix/
A DKconfig12 the X Window system and syslog use these sockets even if your
/linux-6.3-rc2/Documentation/translations/zh_CN/admin-guide/
A Dbug-hunting.rst75 syslog文件,通常是 ``/var/log/messages`` (取决于 ``/etc/syslog.conf`` )。
/linux-6.3-rc2/Documentation/translations/zh_TW/admin-guide/
A Dbug-hunting.rst78 syslog文件,通常是 ``/var/log/messages`` (取決於 ``/etc/syslog.conf`` )。
/linux-6.3-rc2/tools/usb/usbip/
A Dconfigure.ac32 string.h sys/socket.h syslog.h unistd.h])
/linux-6.3-rc2/Documentation/translations/zh_CN/kernel-hacking/
A Dhacking.rst203 :c:func:`printk()` 将内核消息提供给控制台、dmesg和syslog守护进程。它对于调
211 参见 ``include/linux/kern_levels.h`` ;了解其他 ``KERN_`` 值;syslog将这些值
/linux-6.3-rc2/drivers/atm/
A DKconfig201 speed of the driver, and the size of your syslog files! When
248 speed of the driver, and the size of your syslog files! When
301 the performances of the driver, and the size of your syslog files!
/linux-6.3-rc2/kernel/
A Dsys_ni.c170 COND_SYSCALL(syslog);
/linux-6.3-rc2/Documentation/filesystems/
A Dbefs.rst106 debug The driver will output debugging information to the syslog.
/linux-6.3-rc2/security/
A DKconfig11 bool "Restrict unprivileged access to the kernel syslog"
15 syslog via dmesg(8).
/linux-6.3-rc2/Documentation/s390/
A Dmonreader.rst172 The size of the monitor DCSS will be printed into syslog after loading the
204 message with an IPUSER SEVER code will be printed into syslog. The IPUSER SEVER
/linux-6.3-rc2/Documentation/admin-guide/acpi/
A Dinitrd_table_override.rst93 # and check your syslog:
/linux-6.3-rc2/Documentation/networking/
A Dudplite.rst235 Exceptional and error conditions are logged to syslog at the KERN_DEBUG
277 will produce logging output to syslog. Dropping and rejecting packets also works.

Completed in 41 milliseconds

1234