Searched refs:sd_device_has_tag (Results 1 - 5 of 5) sorted by relevance

/systemd/src/systemd/
H A Dsd-device.h70 int sd_device_has_tag(sd_device *device, const char *tag);
/systemd/src/libudev/
H A Dlibudev-device.c957 return sd_device_has_tag(udev_device->device, tag);
/systemd/src/libsystemd/sd-device/
H A Ddevice-enumerator.c426 if (!sd_device_has_tag(device, tag))
H A Ddevice-private.c948 if (!sd_device_has_tag(device, tag)) {
H A Dsd-device.c1625 _public_ int sd_device_has_tag(sd_device *device, const char *tag) { function

Completed in 24 milliseconds