Searched refs:json_dispatch_string (Results 1 – 8 of 8) sorted by relevance
/systemd-251/src/shared/ |
D | user-record.c | 761 …{ "hashedPassword", JSON_VARIANT_STRING, json_dispatch_string, offsetof(Pkcs11EncryptedKey, ha… in dispatch_pkcs11_key() 888 …{ "hashedPassword", JSON_VARIANT_STRING, json_dispatch_string, offsetof(Fido2HmacSalt, … in dispatch_fido2_hmac_salt() 934 …{ "type", JSON_VARIANT_STRING, json_dispatch_string, 0, … in dispatch_recovery_key() 935 …{ "hashedPassword", JSON_VARIANT_STRING, json_dispatch_string, offsetof(RecoveryKey, hashed_passwo… in dispatch_recovery_key() 1021 …{ "passwordHint", JSON_VARIANT_STRING, json_dispatch_string, offsetof(UserRecord,… in dispatch_privileged() 1044 …{ "fileSystemType", JSON_VARIANT_STRING, json_dispatch_string, offsetof(UserReco… in dispatch_binding() 1045 …{ "luksCipher", JSON_VARIANT_STRING, json_dispatch_string, offsetof(UserReco… in dispatch_binding() 1046 …{ "luksCipherMode", JSON_VARIANT_STRING, json_dispatch_string, offsetof(UserReco… in dispatch_binding() 1161 …{ "iconName", JSON_VARIANT_STRING, json_dispatch_string, … in dispatch_per_machine() 1162 …{ "location", JSON_VARIANT_STRING, json_dispatch_string, … in dispatch_per_machine() [all …]
|
D | group-record.c | 145 …{ "service", JSON_VARIANT_STRING, json_dispatch_string, offsetof(GroupRecord, service), JSON_SAFE … in dispatch_status() 197 …{ "service", JSON_VARIANT_STRING, json_dispatch_string, offsetof(GroupRecord, s… in group_record_load()
|
D | json.h | 359 int json_dispatch_string(const char *name, JsonVariant *variant, JsonDispatchFlags flags, void *use…
|
D | json.c | 4399 int json_dispatch_string(const char *name, JsonVariant *variant, JsonDispatchFlags flags, void *use… in json_dispatch_string() function
|
/systemd-251/src/nss-resolve/ |
D | nss-resolve.c | 147 …{ "name", JSON_VARIANT_STRING, json_dispatch_string, offsetof(ResolveHostnameReply, name),… 582 …{ "name", JSON_VARIANT_STRING, json_dispatch_string, offsetof(NameParameters, name), JSON_…
|
/systemd-251/src/oom/ |
D | oomd-manager.c | 52 …{ "path", JSON_VARIANT_STRING, json_dispatch_string, offsetof(ManagedOOMMessage, path), … in process_managed_oom_message() 53 …{ "property", JSON_VARIANT_STRING, json_dispatch_string, offsetof(ManagedOOMMessage, property), … in process_managed_oom_message()
|
/systemd-251/src/resolve/ |
D | resolved-varlink.c | 279 …{ "name", JSON_VARIANT_STRING, json_dispatch_string, offsetof(LookupParameters, name), JSO… in vl_method_resolve_hostname()
|
/systemd-251/src/nspawn/ |
D | nspawn-oci.c | 451 … { "path", JSON_VARIANT_STRING, json_dispatch_string, offsetof(Settings, root) }, in oci_root() 550 …{ "source", JSON_VARIANT_STRING, json_dispatch_string, offsetof(oci_mount_data, source), … in oci_mounts() 552 …{ "type", JSON_VARIANT_STRING, json_dispatch_string, offsetof(oci_mount_data, type), … in oci_mounts()
|