Searched refs:specs (Results 1 - 4 of 4) sorted by relevance
| /systemd/src/core/ |
| H A D | dbus-path.c | 49 LIST_FOREACH(spec, k, p->specs) {
|
| H A D | path.h | 72 LIST_HEAD(PathSpec, specs);
|
| H A D | path.c | 266 while ((s = p->specs)) { 268 LIST_REMOVE(spec, p->specs, s); 288 LIST_FOREACH(spec, s, p->specs) { 303 if (!p->specs) { 391 LIST_FOREACH(spec, s, p->specs) 400 LIST_FOREACH(spec, s, p->specs) 410 LIST_FOREACH(spec, s, p->specs) { 507 LIST_FOREACH(spec, s, p->specs) { 558 LIST_FOREACH(spec, s, p->specs) 667 LIST_FOREACH(spec, s, p->specs) [all...] |
| H A D | load-fragment.c | 1527 LIST_PREPEND(spec, p->specs, s);
|
Completed in 24 milliseconds