Searched refs:json_dispatch_strv (Results 1 – 6 of 6) sorted by relevance
/systemd-251/src/fuzz/ |
D | fuzz-bootspec.c | 67 r = json_dispatch_strv(name, variant, flags, &entries); in json_dispatch_loader()
|
/systemd-251/src/shared/ |
D | user-record.c | 638 …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()
|
D | group-record.c | 49 …{ "hashedPassword", _JSON_VARIANT_TYPE_INVALID, json_dispatch_strv, offsetof(GroupRecord, hashed_p… in dispatch_privileged()
|
D | json.h | 361 int json_dispatch_strv(const char *name, JsonVariant *variant, JsonDispatchFlags flags, void *userd…
|
D | json.c | 4445 int json_dispatch_strv(const char *name, JsonVariant *variant, JsonDispatchFlags flags, void *userd… in json_dispatch_strv() function
|
/systemd-251/src/nspawn/ |
D | nspawn-oci.c | 551 …{ "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()
|