Searched defs:_set (Results 1 - 2 of 2) sorted by relevance

/systemd/src/core/
H A Ddevice.c559 static int device_following_set(Unit *u, Set **_set) { argument
565 assert(_set);
568 *_set = NULL;
588 *_set = set;
H A Dswap.c1235 static int swap_following_set(Unit *u, Set **_set) { argument
1241 assert(_set);
1244 *_set = NULL;
1258 *_set = set;

Completed in 14 milliseconds