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

/systemd/src/systemctl/
H A Dsystemctl.c1374 unsigned n_units; local
1386 n_units = hashmap_size(h);
1388 units = new(UnitFileList, n_units);
1389 if (!units && n_units > 0) {
1402 assert(c <= n_units);

Completed in 29 milliseconds