Home
last modified time | relevance | path

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

/systemd-251/src/udev/
Dudev-rules.c1390 (void) udev_event_apply_format(event, name, nbuf, sizeof(nbuf), false, &truncated); in token_match_attr()
1662 … (void) udev_event_apply_format(event, token->data, buf, sizeof(buf), false, &truncated); in udev_rule_apply_token_to_event()
1681 … (void) udev_event_apply_format(event, token->value, buf, sizeof(buf), false, &truncated); in udev_rule_apply_token_to_event()
1725 … (void) udev_event_apply_format(event, token->value, buf, sizeof(buf), false, &truncated); in udev_rule_apply_token_to_event()
1757 … (void) udev_event_apply_format(event, token->value, buf, sizeof(buf), false, &truncated); in udev_rule_apply_token_to_event()
1811 … (void) udev_event_apply_format(event, token->value, buf, sizeof(buf), false, &truncated); in udev_rule_apply_token_to_event()
1891 … (void) udev_event_apply_format(event, token->value, buf, sizeof(buf), false, &truncated); in udev_rule_apply_token_to_event()
1948 … (void) udev_event_apply_format(event, token->value, buf, sizeof(buf), false, &truncated); in udev_rule_apply_token_to_event()
2010 … (void) udev_event_apply_format(event, token->value, owner, sizeof(owner), false, &truncated); in udev_rule_apply_token_to_event()
2034 … (void) udev_event_apply_format(event, token->value, group, sizeof(group), false, &truncated); in udev_rule_apply_token_to_event()
[all …]
Dudev-event.h54 size_t udev_event_apply_format(
Dudevadm-test.c140 … (void) udev_event_apply_format(event, cmd, program, sizeof(program), false, &truncated); in test_main()
Dudev-event.c458 size_t udev_event_apply_format( in udev_event_apply_format() function