Searched refs:UDEV_NAME_SIZE (Results 1 – 5 of 5) sorted by relevance
234 char serial_str[UDEV_NAME_SIZE] = ""; in builtin_usb_id()235 char packed_if_str[UDEV_NAME_SIZE] = ""; in builtin_usb_id()
1376 char nbuf[UDEV_NAME_SIZE], vbuf[UDEV_NAME_SIZE]; in token_match_attr()2001 char owner[UDEV_NAME_SIZE]; in udev_rule_apply_token_to_event()2025 char group[UDEV_NAME_SIZE]; in udev_rule_apply_token_to_event()2049 char mode_str[UDEV_NAME_SIZE]; in udev_rule_apply_token_to_event()2141 char value_new[UDEV_NAME_SIZE], *p = value_new; in udev_rule_apply_token_to_event()2307 char buf[UDEV_PATH_SIZE], value[UDEV_NAME_SIZE]; in udev_rule_apply_token_to_event()2345 char buf[UDEV_PATH_SIZE], value[UDEV_NAME_SIZE]; in udev_rule_apply_token_to_event()
693 char tag[UDEV_NAME_SIZE]; in builtin_path_id()
347 char vbuf[UDEV_NAME_SIZE]; in udev_event_subst_format()
13 #define UDEV_NAME_SIZE 512 macro