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

/systemd/src/libsystemd/sd-device/
H A Ddevice-internal.h59 char **properties_strv; /* the properties hashmap as a strv */ member in struct:sd_device
H A Ddevice-private.c682 free(device->properties_strv);
683 device->properties_strv = buf_strv;
718 *strv = device->properties_strv;
H A Dsd-device.c80 free(device->properties_strv);

Completed in 1562 milliseconds