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

/systemd/src/coredump/
H A Dstacktrace.c45 _cleanup_free_ Dwarf_Die *scopes = NULL; local
68 n = dwarf_getscopes(cudie, pc_adjusted - bias, &scopes);
69 for (s = scopes; s < scopes + n; s++) {
/systemd/src/resolve/
H A Dresolved-dns-scope.h74 LIST_FIELDS(DnsScope, scopes);
H A Dresolved-dns-query.c606 * synthesize. (But note that many scopes refuse to resolve certain domain names) */
687 LIST_FOREACH(scopes, s, q->manager->dns_scopes) {
730 LIST_FOREACH(scopes, s, first->scopes_next) {
H A Dresolved-dns-scope.c72 LIST_PREPEND(scopes, m->dns_scopes, s);
130 LIST_REMOVE(scopes, s->manager->dns_scopes, s);
441 * DNS_SCOPE_MAYBE, which means wildcard scopes won't be
522 * respective scopes */
1020 /* Checks whether the network is in good state for lookups on this scope. For mDNS/LLMNR/Classic DNS scopes
H A Dresolved-manager.c461 LIST_FOREACH(scopes, scope, m->dns_scopes)
1078 LIST_FOREACH(scopes, s, m->dns_scopes)
H A Dresolved-bus.c1275 LIST_FOREACH(scopes, s, m->dns_scopes) {
1329 LIST_FOREACH(scopes, s, m->dns_scopes)

Completed in 26 milliseconds