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

/systemd/src/core/
H A Ddbus-path.c49 LIST_FOREACH(spec, k, p->specs) {
H A Dpath.h72 LIST_HEAD(PathSpec, specs);
H A Dpath.c266 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 Dload-fragment.c1527 LIST_PREPEND(spec, p->specs, s);

Completed in 20 milliseconds