Searched refs:following_set (Results 1 - 4 of 4) sorted by relevance

/systemd/src/core/
H A Ddevice.c863 .following_set = device_following_set,
H A Dunit.h378 int (*following_set)(Unit *u, Set **s); member in struct:UnitVTable
H A Dunit.c876 _cleanup_set_free_ Set *following_set = NULL; local
933 r = unit_following_set(u, &following_set);
937 SET_FOREACH(other, following_set, i)
3151 if (UNIT_VTABLE(u)->following_set)
3152 return UNIT_VTABLE(u)->following_set(u, s);
H A Dswap.c1496 .following_set = swap_following_set,

Completed in 463 milliseconds