Searched refs:json_dispatch_boolean (Results 1 – 5 of 5) sorted by relevance
/systemd-251/src/shared/ |
D | user-record.c | 1183 …{ "mountNoDevices", JSON_VARIANT_BOOLEAN, json_dispatch_boolean, … in dispatch_per_machine() 1184 …{ "mountNoSuid", JSON_VARIANT_BOOLEAN, json_dispatch_boolean, … in dispatch_per_machine() 1185 …{ "mountNoExecute", JSON_VARIANT_BOOLEAN, json_dispatch_boolean, … in dispatch_per_machine() 1292 …{ "removable", JSON_VARIANT_BOOLEAN, json_dispatch_boolean, offsetof(Us… in dispatch_status() 1534 …{ "mountNoDevices", JSON_VARIANT_BOOLEAN, json_dispatch_boolean, … in user_record_load() 1535 …{ "mountNoSuid", JSON_VARIANT_BOOLEAN, json_dispatch_boolean, … in user_record_load() 1536 …{ "mountNoExecute", JSON_VARIANT_BOOLEAN, json_dispatch_boolean, … in user_record_load()
|
D | userdb.c | 187 …{ "incomplete", JSON_VARIANT_BOOLEAN, json_dispatch_boolean, offsetof(struct user_group_data… in userdb_on_query_reply() 244 …{ "incomplete", JSON_VARIANT_BOOLEAN, json_dispatch_boolean, offsetof(struct user_group_data… in userdb_on_query_reply()
|
D | json.h | 362 int json_dispatch_boolean(const char *name, JsonVariant *variant, JsonDispatchFlags flags, void *us…
|
D | json.c | 4310 int json_dispatch_boolean(const char *name, JsonVariant *variant, JsonDispatchFlags flags, void *us… in json_dispatch_boolean() function
|
/systemd-251/src/nspawn/ |
D | nspawn-oci.c | 436 …{ "noNewPrivileges", JSON_VARIANT_BOOLEAN, json_dispatch_boolean, offsetof(Settings, no_new_privil… in oci_process() 452 … { "readonly", JSON_VARIANT_BOOLEAN, json_dispatch_boolean, offsetof(Settings, read_only) }, in oci_root() 1034 …{ "allow", JSON_VARIANT_BOOLEAN, json_dispatch_boolean, offsetof(struct device_data, allow), … in oci_cgroup_devices()
|