Home
last modified time | relevance | path

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

/systemd-251/src/udev/
Dudevadm-util.h7 int find_device_with_action(const char *id, sd_device_action_t action, sd_device **ret);
Dudevadm-test-builtin.c95 r = find_device_with_action(arg_syspath, arg_action, &dev); in builtin_main()
Dudevadm-test.c117 r = find_device_with_action(arg_syspath, arg_action, &dev); in test_main()
Dudevadm-util.c95 int find_device_with_action(const char *id, sd_device_action_t action, sd_device **ret) { in find_device_with_action() function