Searched refs:find_device_with_action (Results 1 – 4 of 4) sorted by relevance
7 int find_device_with_action(const char *id, sd_device_action_t action, sd_device **ret);
95 r = find_device_with_action(arg_syspath, arg_action, &dev); in builtin_main()
117 r = find_device_with_action(arg_syspath, arg_action, &dev); in test_main()
95 int find_device_with_action(const char *id, sd_device_action_t action, sd_device **ret) { in find_device_with_action() function