Home
last modified time | relevance | path

Searched refs:query (Results 1 – 25 of 33) sorted by relevance

12

/systemd-251/src/shared/
Duserdb.c355 JsonVariant *query) { in userdb_connect() argument
387 r = varlink_observe(vl, method, query); in userdb_connect()
389 r = varlink_invoke(vl, method, query); in userdb_connect()
403 JsonVariant *query, in userdb_start_query() argument
440 _cleanup_(json_variant_unrefp) JsonVariant *patched_query = json_variant_ref(query); in userdb_start_query()
497 patched_query = json_variant_ref(query); in userdb_start_query()
622 _cleanup_(json_variant_unrefp) JsonVariant *query = NULL; in userdb_by_name()
628 r = json_build(&query, JSON_BUILD_OBJECT( in userdb_by_name()
637 … r = userdb_start_query(iterator, "io.systemd.UserDatabase.GetUserRecord", false, query, flags); in userdb_by_name()
675 _cleanup_(json_variant_unrefp) JsonVariant *query = NULL; in userdb_by_uid()
[all …]
/systemd-251/src/resolve/
Dresolved-dns-query.c34 .query = q, in dns_query_candidate_new()
64 if (c->query) { in dns_query_candidate_unlink()
65 LIST_REMOVE(candidates_by_query, c->query->candidates, c); in dns_query_candidate_unlink()
66 c->query = NULL; in dns_query_candidate_unlink()
128 … assert(c->query); /* We shan't add transactions to a candidate that has been detached already */ in dns_query_candidate_add_transaction()
134 t = dns_scope_find_transaction(c->scope, key, c->query->flags); in dns_query_candidate_add_transaction()
136 r = dns_transaction_new(&t, c->scope, key, NULL, c->query->flags); in dns_query_candidate_add_transaction()
145 r = dns_transaction_new(&t, c->scope, NULL, bypass, c->query->flags); in dns_query_candidate_add_transaction()
247 … assert(c->query); /* We shan't add transactions to a candidate that has been detached already */ in dns_query_candidate_setup_transactions()
251 if (c->query->question_bypass) { in dns_query_candidate_setup_transactions()
[all …]
Dresolved-bus.c74 DnsQuery *query, in reply_method_errorf() argument
83 assert(query); in reply_method_errorf()
86 req = dns_query_steal_request(query); in reply_method_errorf()
98 DnsQuery *query, in reply_method_errnof() argument
106 assert(query); in reply_method_errnof()
108 req = dns_query_steal_request(query); in reply_method_errnof()
247 static void bus_method_resolve_hostname_complete(DnsQuery *query) { in bus_method_resolve_hostname_complete() argument
250 _cleanup_(dns_query_freep) DnsQuery *q = query; in bus_method_resolve_hostname_complete()
540 static void bus_method_resolve_address_complete(DnsQuery *query) { in bus_method_resolve_address_complete() argument
542 _cleanup_(dns_query_freep) DnsQuery *q = query; in bus_method_resolve_address_complete()
[all …]
Dresolved-varlink.c146 static void vl_method_resolve_hostname_complete(DnsQuery *query) { in vl_method_resolve_hostname_complete() argument
149 _cleanup_(dns_query_freep) DnsQuery *q = query; in vl_method_resolve_hostname_complete()
384 static void vl_method_resolve_address_complete(DnsQuery *query) { in vl_method_resolve_address_complete() argument
386 _cleanup_(dns_query_freep) DnsQuery *q = query; in vl_method_resolve_address_complete()
Dmeson.build30 'resolved-dns-query.c',
31 'resolved-dns-query.h',
Dresolved-dns-query.h22 DnsQuery *query; member
Dresolved-dns-stub.c723 static void dns_stub_query_complete(DnsQuery *query) { in dns_stub_query_complete() argument
724 _cleanup_(dns_query_freep) DnsQuery *q = query; in dns_stub_query_complete()
/systemd-251/src/udev/
Dudevadm-info.c405 static int query_device(QueryType query, sd_device* device) { in query_device() argument
410 switch (query) { in query_device()
693 QueryType query = QUERY_ALL; in info_main() local
731 query = QUERY_PROPERTY; in info_main()
733 query = QUERY_NAME; in info_main()
735 query = QUERY_SYMLINK; in info_main()
737 query = QUERY_PATH; in info_main()
739 query = QUERY_ALL; in info_main()
849 r = query_device(query, device); in info_main()
/systemd-251/test/TEST-24-CRYPTSETUP/
Dtest.sh49 source <(udevadm info --export --query=env --name=/dev/mapper/varcrypt)
51 source <(udevadm info --export --query=env --name="${LOOPDEV}p2")
/systemd-251/shell-completion/zsh/
D_udevadm7 …'--query=[Query the database for specified type of device data. It needs the --path or --name to i…
8 '--path=[The devpath of the device to query.]:sys files:_files -P /sys/ -W /sys' \
9 …'--name=[The name of the device node or a symlink to query]:device files:_files -P /dev/ -W /dev' \
10 '--root[Print absolute paths in name or symlink query.]' \
150 'info:query sysfs or the udev database'
D_resolvectl54 query:"Resolve domain names, IPv4 and IPv6 addresses"
D_systemd74 …'--query[Process all currently pending system password requests by querying the user on the callin…
D_systemd-run33 '--no-ask-password[Do not query the user for authentication]' \
/systemd-251/docs/
DPASSWORD_AGENTS.md10query the user for system-level passwords or passphrases. These are passphrases that are not relat…
31 * Make sure to hide a password query dialog as soon as a) the `ask.xxxx` file is deleted, watch thi…
DUSER_GROUP_API.md18 expose. Or in other words, it both allows applications to efficiently query
62 enqueues the same query to each. The first positive reply is then returned to
219 The method call returns one or more user records, depending which type of query is
266 membership lookup query has to wait for the last simultaneous query to complete
DCONVERTING_TO_HOMED.md65 GID reported is 1000, let's then query its details:
DCOREDUMP_PACKAGE_METADATA.md19 to query the local package manager and find out the package metadata or, again, the DWARF
/systemd-251/man/
Dman.in15 target=$(ninja -C "@BUILD_ROOT@" -t query man/man | grep -E -m1 "man/$page\.[0-9]$" | awk '{print $…
/systemd-251/test/test-network/conf/
D26-bridge-vlan-slave-issue-20373.network18 MulticastRouter=query
/systemd-251/
D.gitattributes10 # Use 'git check-attr generated -- <path>' to query the attribute.
/systemd-251/test/
DREADME.testsuite248 the specific CodeQL query file) is to create a custom query suite. For example:
262 More about query suites here: https://codeql.github.com/docs/codeql-cli/creating-codeql-query-suite…
/systemd-251/.github/
Dcodeql-custom.qls11 # - https://codeql.github.com/docs/codeql-cli/creating-codeql-query-suites/
/systemd-251/shell-completion/bash/
Dudevadm53 … [INFO_ARG]='-q --query -p --path -n --name -P --export-prefix -d --device-id-of-file --property'
94 -q|--query)
Dresolvectl44 [DOMAIN]='query service openpgp'
/systemd-251/src/machine/
Dmachinectl.c98 static int call_get_os_release(sd_bus *bus, const char *method, const char *name, const char *query in call_get_os_release() argument
108 assert(query); in call_get_os_release()
110 NULSTR_FOREACH(iter, query) in call_get_os_release()
124 NULSTR_FOREACH(iter, query) { in call_get_os_release()
139 va_start(ap, query); in call_get_os_release()

12