Searched refs:MONITOR_GROUP_NONE (Results 1 – 5 of 5) sorted by relevance
/systemd-251/src/libsystemd/sd-device/ |
D | test-sd-device-monitor.c | 41 assert_se(device_monitor_new_full(&monitor_server, MONITOR_GROUP_NONE, -1) >= 0); in test_receive_device_fail() 45 assert_se(device_monitor_new_full(&monitor_client, MONITOR_GROUP_NONE, -1) >= 0); in test_receive_device_fail() 63 assert_se(device_monitor_new_full(&monitor_server, MONITOR_GROUP_NONE, -1) >= 0); in test_send_receive_one() 67 assert_se(device_monitor_new_full(&monitor_client, MONITOR_GROUP_NONE, -1) >= 0); in test_send_receive_one() 100 assert_se(device_monitor_new_full(&monitor_server, MONITOR_GROUP_NONE, -1) >= 0); in test_subsystem_filter() 104 assert_se(device_monitor_new_full(&monitor_client, MONITOR_GROUP_NONE, -1) >= 0); in test_subsystem_filter() 137 assert_se(device_monitor_new_full(&monitor_server, MONITOR_GROUP_NONE, -1) >= 0); in test_tag_filter() 141 assert_se(device_monitor_new_full(&monitor_client, MONITOR_GROUP_NONE, -1) >= 0); in test_tag_filter() 175 assert_se(device_monitor_new_full(&monitor_server, MONITOR_GROUP_NONE, -1) >= 0); in test_sysattr_filter() 179 assert_se(device_monitor_new_full(&monitor_client, MONITOR_GROUP_NONE, -1) >= 0); in test_sysattr_filter() [all …]
|
D | device-monitor-private.h | 9 MONITOR_GROUP_NONE, enumerator
|
D | device-monitor.c | 143 group = MONITOR_GROUP_NONE; in device_monitor_new_full() 458 if (snl.nl.nl_groups == MONITOR_GROUP_NONE) { in device_monitor_receive_device()
|
/systemd-251/src/libudev/ |
D | libudev-monitor.c | 36 return MONITOR_GROUP_NONE; in monitor_netlink_group_from_string()
|
/systemd-251/src/udev/ |
D | udevd.c | 768 r = device_monitor_new_full(&worker_monitor, MONITOR_GROUP_NONE, -1); in worker_spawn()
|