Searched refs:TK_M_ATTR (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/udev/ |
D | udev-rules.c | 82 …TK_M_ATTR, /* string, takes filename through attribute, sd_device_get_sys… enumerator 476 if (IN_SET(type, TK_M_ATTR, TK_M_PARENTS_ATTR)) { in rule_line_add_token() 685 r = rule_line_add_token(rule_line, TK_M_ATTR, op, value, attr); in parse_token() 1382 assert(IN_SET(token->type, TK_M_ATTR, TK_M_PARENTS_ATTR)); in token_match_attr() 1395 token->type == TK_M_ATTR ? "ATTR" : "ATTRS"); in token_match_attr() 1654 case TK_M_ATTR: in udev_rule_apply_token_to_event()
|