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

/systemd/src/libsystemd/sd-device/
H A Ddevice-internal.h110 int device_add_property_aux(sd_device *device, const char *key, const char *value, bool db);
H A Ddevice-private.c54 r = device_add_property_aux(device, key, value, false);
59 r = device_add_property_aux(device, key, value, true);
H A Dsd-device.c96 int device_add_property_aux(sd_device *device, const char *_key, const char *_value, bool db) { function
147 return device_add_property_aux(device, key, value, false);

Completed in 2071 milliseconds