Searched refs:udev_event_apply_format (Results 1 – 4 of 4) sorted by relevance
/systemd-251/src/udev/ |
D | udev-rules.c | 1390 (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 …]
|
D | udev-event.h | 54 size_t udev_event_apply_format(
|
D | udevadm-test.c | 140 … (void) udev_event_apply_format(event, cmd, program, sizeof(program), false, &truncated); in test_main()
|
D | udev-event.c | 458 size_t udev_event_apply_format( in udev_event_apply_format() function
|