Searched refs:arg_type (Results 1 – 2 of 2) sorted by relevance
/systemd-251/src/cryptsetup/ |
D | cryptsetup.c | 49 static const char *arg_type = NULL; /* ANY_LUKS, CRYPT_LUKS1, CRYPT_LUKS2, CRYPT_TCRYPT, CRYPT_BITL… variable 165 arg_type = ANY_LUKS; in parse_one_option() 174 arg_type = CRYPT_TCRYPT; in parse_one_option() 216 arg_type = ANY_LUKS; in parse_one_option() 266 arg_type = ANY_LUKS; in parse_one_option() 270 arg_type = CRYPT_BITLK; in parse_one_option() 273 arg_type = CRYPT_TCRYPT; in parse_one_option() 275 arg_type = CRYPT_TCRYPT; in parse_one_option() 278 arg_type = CRYPT_TCRYPT; in parse_one_option() 281 arg_type = CRYPT_TCRYPT; in parse_one_option() [all …]
|
/systemd-251/src/resolve/ |
D | resolvectl.c | 50 static uint16_t arg_type = 0; variable 697 type = arg_type ?: DNS_TYPE_A; in resolve_rfc4501() 710 if (arg_type != 0) in verb_query() 712 q = resolve_record(bus, *p, arg_class, arg_type, true); in verb_query() 956 arg_type ?: DNS_TYPE_OPENPGPKEY, false); in resolve_openpgp() 969 arg_type ?: DNS_TYPE_OPENPGPKEY, true); in resolve_openpgp() 1017 arg_type ?: DNS_TYPE_TLSA, true); in resolve_tlsa() 2788 arg_type = (uint16_t) r; in compat_parse_argv() 2789 assert((int) arg_type == r); in compat_parse_argv() 2980 if (arg_type == 0 && arg_class != 0) in compat_parse_argv() [all …]
|