Home
last modified time | relevance | path

Searched refs:wants_property (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/core/
Ddevice.c118 d->wants_property = strv_free(d->wants_property); in device_done()
352 STRV_FOREACH(i, d->wants_property) in device_dump()
471 … if (strv_contains(d->wants_property, *i)) /* Was this unit already listed before? */ in device_add_udev_wants()
479 return strv_free_and_replace(d->wants_property, added); in device_add_udev_wants()
Ddevice.h35 char **wants_property; member