Searched refs:_key (Results 1 - 1 of 1) sorted by relevance
/systemd/src/libsystemd/sd-device/ |
H A D | sd-device.c | 96 int device_add_property_aux(sd_device *device, const char *_key, const char *_value, bool db) { argument 100 assert(_key); 115 key = strdup(_key); 135 value = ordered_hashmap_remove2(*properties, _key, (void**) &key); 1656 static int device_add_sysattr_value(sd_device *device, const char *_key, char *value) { argument 1662 assert(_key); 1668 value_old = hashmap_remove2(device->sysattr_values, _key, (void **)&key); 1670 key = strdup(_key); 1684 static int device_get_sysattr_value(sd_device *device, const char *_key, const char **_value) { argument 1688 assert(_key); 1779 device_remove_sysattr_value(sd_device *device, const char *_key) argument [all...] |
Completed in 13 milliseconds