Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd/sd-device/
Ddevice-internal.h100 int device_add_property_aux(sd_device *device, const char *key, const char *value, bool db);
102 return device_add_property_aux(device, key, value, false); in device_add_property_internal()
Ddevice-private.c37 r = device_add_property_aux(device, key, value, false); in device_add_property()
42 r = device_add_property_aux(device, key, value, true); in device_add_property()
879 r = device_add_property_aux(device_dst, property, value, true); in device_copy_properties()
885 r = device_add_property_aux(device_dst, property, value, false); in device_copy_properties()
Dsd-device.c88 int device_add_property_aux(sd_device *device, const char *key, const char *value, bool db) { in device_add_property_aux() function
1358 r = device_add_property_aux(device, key, value, false); in device_add_property_internal_from_string()
1362 return device_add_property_aux(device, key, value, true); in device_add_property_internal_from_string()