Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd/sd-device/
Ddevice-internal.h57 char **properties_strv; /* the properties hashmap as a strv */ member
Ddevice-private.c557 free_and_replace(device->properties_strv, buf_strv); in device_update_properties_bufs()
591 *strv = device->properties_strv; in device_get_properties_strv()
Dsd-device.c72 free(device->properties_strv); in device_free()