Home
last modified time | relevance | path

Searched refs:UDEV_NAME_SIZE (Results 1 – 5 of 5) sorted by relevance

/systemd-251/src/udev/
Dudev-builtin-usb_id.c234 char serial_str[UDEV_NAME_SIZE] = ""; in builtin_usb_id()
235 char packed_if_str[UDEV_NAME_SIZE] = ""; in builtin_usb_id()
Dudev-rules.c1376 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()
Dudev-builtin-path_id.c693 char tag[UDEV_NAME_SIZE]; in builtin_path_id()
Dudev-event.c347 char vbuf[UDEV_NAME_SIZE]; in udev_event_subst_format()
/systemd-251/src/shared/
Dudev-util.h13 #define UDEV_NAME_SIZE 512 macro