Home
last modified time | relevance | path

Searched refs:MONITOR_GROUP_UDEV (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/udev/
Dudevadm-monitor.c36 assert(IN_SET(group, MONITOR_GROUP_UDEV, MONITOR_GROUP_KERNEL)); in device_monitor_handler()
45 group == MONITOR_GROUP_UDEV ? "UDEV" : "KERNEL", in device_monitor_handler()
95 … sender == MONITOR_GROUP_UDEV ? "device-monitor-udev" : "device-monitor-kernel"); in setup_monitor()
222 r = setup_monitor(MONITOR_GROUP_UDEV, event, &udev_monitor); in monitor_main()
/systemd-251/src/libsystemd/sd-device/
Ddevice-monitor-private.h11 MONITOR_GROUP_UDEV, enumerator
Ddevice-monitor.c125 if (group == MONITOR_GROUP_UDEV && in device_monitor_new_full()
217 return device_monitor_new_full(ret, MONITOR_GROUP_UDEV, -1); in sd_device_monitor_new()
566 .nl.nl_groups = MONITOR_GROUP_UDEV, in device_monitor_send_device()
/systemd-251/src/libudev/
Dlibudev-monitor.c38 return MONITOR_GROUP_UDEV; in monitor_netlink_group_from_string()