Lines Matching refs:match_key
1770 static int match_key(struct udev_rules *rules, struct token *token, const char *val) {
1888 return match_key(rules, cur, value);
1930 if (match_key(rules, cur, udev_device_get_action(event->dev)) != 0)
1934 if (match_key(rules, cur, udev_device_get_devpath(event->dev)) != 0)
1938 if (match_key(rules, cur, udev_device_get_sysname(event->dev)) != 0)
1949 if (match_key(rules, cur, devlink) == 0) {
1959 if (match_key(rules, cur, event->name) != 0)
1980 if (match_key(rules, cur, value))
1999 if (match_key(rules, cur, udev_device_get_subsystem(event->dev)) != 0)
2003 if (match_key(rules, cur, udev_device_get_driver(event->dev)) != 0)
2033 if (match_key(rules, cur, value) != 0)
2059 if (match_key(rules, key, udev_device_get_sysname(event->dev_parent)) != 0)
2063 if (match_key(rules, key, udev_device_get_subsystem(event->dev_parent)) != 0)
2067 if (match_key(rules, key, udev_device_get_driver(event->dev_parent)) != 0)
2276 if (match_key(rules, cur, event->program_result) != 0)
2796 if (match_key(rules, cur, "net") != 0)
2800 if (match_key(rules, cur, "add") != 0)