Home
last modified time | relevance | path

Searched refs:get_key_attribute (Results 1 - 2 of 2) sorted by relevance

/third_party/eudev/src/udev/
H A Dudev-rules.c850 static const char *get_key_attribute(struct udev *udev, char *str) { in get_key_attribute() function
1144 attr = get_key_attribute(rules->udev, key + strlen("ATTR")); in add_rule()
1161 attr = get_key_attribute(rules->udev, key + strlen("SYSCTL")); in add_rule()
1178 attr = get_key_attribute(rules->udev, key + strlen("SECLABEL")); in add_rule()
1224 attr = get_key_attribute(rules->udev, key + strlen("ATTRS")); in add_rule()
1249 attr = get_key_attribute(rules->udev, key + strlen("ENV")); in add_rule()
1316 attr = get_key_attribute(rules->udev, key + strlen("IMPORT")); in add_rule()
1366 attr = get_key_attribute(rules->udev, key + strlen("TEST")); in add_rule()
1377 attr = get_key_attribute(rules->udev, key + strlen("RUN")); in add_rule()
/third_party/alsa-utils/alsactl/
H A Dinit_parse.c942 static char *get_key_attribute(struct space *space, char *str, char *res, size_t ressize) in get_key_attribute() function
1324 attr = get_key_attribute(space, key + 3, string, sizeof(string)); in parse_line()
1415 attr = get_key_attribute(space, key + 8, string, sizeof(string)); in parse_line()
1432 attr = get_key_attribute(space, key + 4, string, sizeof(string)); in parse_line()
1452 attr = get_key_attribute(space, key + 3, string, sizeof(string)); in parse_line()
1627 attr = get_key_attribute(space, key + 6, string, sizeof(string)); in parse_line()

Completed in 8 milliseconds