Searched refs:log_device_info (Results 1 – 8 of 8) sorted by relevance
/systemd-251/src/libsystemd/sd-device/ |
D | test-sd-device-monitor.c | 58 … log_device_info(device, "/* %s(subsystem_filter=%s, tag_filter=%s, use_bpf=%s) */", __func__, in test_send_receive_one() 95 log_device_info(device, "/* %s */", __func__); in test_subsystem_filter() 122 log_device_info(device, "Sending device subsystem:%s syspath:%s", subsystem, syspath); in test_subsystem_filter() 133 log_device_info(device, "/* %s */", __func__); in test_tag_filter() 157 log_device_info(device, "Sending device syspath:%s", syspath); in test_tag_filter() 169 log_device_info(device, "/* %s(%s) */", __func__, sysattr); in test_sysattr_filter() 199 log_device_info(device, "Sending device syspath:%s", syspath); in test_sysattr_filter() 212 log_device_info(device, "/* %s */", __func__); in test_parent_filter() 218 return (void) log_device_info(device, "Device does not have parent, skipping."); in test_parent_filter() 243 log_device_info(device, "Sending device syspath:%s", syspath); in test_parent_filter() [all …]
|
D | test-sd-device.c | 330 log_device_info(device, "setting devlink: %s", devlink); in TEST() 344 log_device_info(from_nulstr, "checking devlink: %s", devlink); in TEST()
|
D | device-util.h | 71 #define log_device_info(device, ...) log_device_full(device, LOG_INFO, __VA_ARGS__) macro
|
/systemd-251/src/fsck/ |
D | fsck.c | 334 … log_device_info(dev, "fsck.%s doesn't exist, not checking file system.", type); in run()
|
/systemd-251/coccinelle/ |
D | synthetic-errno.cocci | 197 - log_device_info(u, args);
|
/systemd-251/src/backlight/ |
D | backlight.c | 271 log_device_info(device, "%s brightness %u is %s to %u.", in clamp_brightness()
|
/systemd-251/src/udev/ |
D | udev-event.c | 913 … log_device_info(dev, "Network interface '%s' is already up, refusing to rename to '%s'.", in rename_netif()
|
D | udevd.c | 576 log_device_info(dev, "Successfully marked block device '%s' read-only.", val); in worker_mark_block_device_read_only()
|