Searched refs:match_key (Results 1 - 1 of 1) sorted by relevance
/systemd/src/udev/ |
H A D | udev-rules.c | 1725 static int match_key(struct udev_rules *rules, struct token *token, const char *val) { function 1843 return match_key(rules, cur, value); 1884 if (match_key(rules, cur, udev_device_get_action(event->dev)) != 0) 1888 if (match_key(rules, cur, udev_device_get_devpath(event->dev)) != 0) 1892 if (match_key(rules, cur, udev_device_get_sysname(event->dev)) != 0) 1903 if (match_key(rules, cur, devlink) == 0) { 1913 if (match_key(rules, cur, event->name) != 0) 1934 if (match_key(rules, cur, value)) 1954 if (match_key(rules, cur, udev_device_get_subsystem(event->dev)) != 0) 1958 if (match_key(rule [all...] |
Completed in 36 milliseconds