Home
last modified time | relevance | path

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

/systemd-251/src/udev/
Dudev-event.c97 FORMAT_SUBST_ATTR, enumerator
125 { .name = "attr", .fmt = 's', .type = FORMAT_SUBST_ATTR },
126 { .name = "sysfs", .fmt = 's', .type = FORMAT_SUBST_ATTR }, /* deprecated */
346 case FORMAT_SUBST_ATTR: { in udev_event_subst_format()
545 if (IN_SET(type, FORMAT_SUBST_ATTR, FORMAT_SUBST_ENV) && isempty(attr)) { in udev_check_format()