Home
last modified time | relevance | path

Searched refs:MONITOR_GROUP_NONE (Results 1 – 5 of 5) sorted by relevance

/systemd-251/src/libsystemd/sd-device/
Dtest-sd-device-monitor.c41 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 …]
Ddevice-monitor-private.h9 MONITOR_GROUP_NONE, enumerator
Ddevice-monitor.c143 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/
Dlibudev-monitor.c36 return MONITOR_GROUP_NONE; in monitor_netlink_group_from_string()
/systemd-251/src/udev/
Dudevd.c768 r = device_monitor_new_full(&worker_monitor, MONITOR_GROUP_NONE, -1); in worker_spawn()