Home
last modified time | relevance | path

Searched refs:json_dispatch_strv (Results 1 – 6 of 6) sorted by relevance

/systemd-251/src/fuzz/
Dfuzz-bootspec.c67 r = json_dispatch_strv(name, variant, flags, &entries); in json_dispatch_loader()
/systemd-251/src/shared/
Duser-record.c638 …rd", _JSON_VARIANT_TYPE_INVALID, json_dispatch_strv, offseto… in dispatch_secret()
639 …in", _JSON_VARIANT_TYPE_INVALID, json_dispatch_strv, offseto… in dispatch_secret()
640 …Pin", /* legacy alias */ _JSON_VARIANT_TYPE_INVALID, json_dispatch_strv, offseto… in dispatch_secret()
1022 …{ "hashedPassword", _JSON_VARIANT_TYPE_INVALID, json_dispatch_strv, offsetof(UserRecord,… in dispatch_privileged()
1023 …{ "sshAuthorizedKeys", _JSON_VARIANT_TYPE_INVALID, json_dispatch_strv, offsetof(UserRecord,… in dispatch_privileged()
1578 …{ "recoveryKeyType", JSON_VARIANT_ARRAY, json_dispatch_strv, … in user_record_load()
Dgroup-record.c49 …{ "hashedPassword", _JSON_VARIANT_TYPE_INVALID, json_dispatch_strv, offsetof(GroupRecord, hashed_p… in dispatch_privileged()
Djson.h361 int json_dispatch_strv(const char *name, JsonVariant *variant, JsonDispatchFlags flags, void *userd…
Djson.c4445 int json_dispatch_strv(const char *name, JsonVariant *variant, JsonDispatchFlags flags, void *userd… in json_dispatch_strv() function
/systemd-251/src/nspawn/
Dnspawn-oci.c551 …{ "options", JSON_VARIANT_ARRAY, json_dispatch_strv, offsetof(oci_mount_data, options), … in oci_mounts()
1888 …{ "names", JSON_VARIANT_ARRAY, json_dispatch_strv, offsetof(struct syscall_rule, names), JSON_M… in oci_seccomp_syscalls()