Searched refs:scopes (Results 1 - 6 of 6) sorted by relevance
| /systemd/src/coredump/ |
| H A D | stacktrace.c | 45 _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 D | resolved-dns-scope.h | 74 LIST_FIELDS(DnsScope, scopes);
|
| H A D | resolved-dns-query.c | 606 * 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 D | resolved-dns-scope.c | 72 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 D | resolved-manager.c | 461 LIST_FOREACH(scopes, scope, m->dns_scopes) 1078 LIST_FOREACH(scopes, s, m->dns_scopes)
|
| H A D | resolved-bus.c | 1275 LIST_FOREACH(scopes, s, m->dns_scopes) { 1329 LIST_FOREACH(scopes, s, m->dns_scopes)
|
Completed in 26 milliseconds