Searched refs:device_add_tag (Results 1 – 6 of 6) sorted by relevance
/systemd-251/src/libsystemd/sd-device/ |
D | device-private.h | 41 int device_add_tag(sd_device *device, const char *tag, bool both);
|
D | test-sd-device-monitor.c | 304 assert_se(device_add_tag(loopback, "TEST_SD_DEVICE_MONITOR", true) >= 0); in main()
|
D | sd-device.c | 1281 int device_add_tag(sd_device *device, const char *tag, bool both) { in device_add_tag() function 1390 return device_add_tag(device, value, key == 'Q'); in handle_db_line()
|
D | device-private.c | 355 r = device_add_tag(device, word, streq(key, "CURRENT_TAGS")); in device_amend()
|
/systemd-251/src/udev/ |
D | udev-event.c | 1039 r = device_add_tag(d, tag, false); in copy_all_tags()
|
D | udev-rules.c | 2205 r = device_add_tag(dev, buf, true); in udev_rule_apply_token_to_event()
|