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

/systemd/src/libsystemd/sd-device/
H A Ddevice-enumerator.c175 _public_ int sd_device_enumerator_add_match_property(sd_device_enumerator *enumerator, const char *_property, const char *_value) { argument
180 assert_return(_property, -EINVAL);
186 property = strdup(_property);

Completed in 15 milliseconds