Home
last modified time | relevance | path

Searched refs:json_dispatch_boolean (Results 1 – 5 of 5) sorted by relevance

/systemd-251/src/shared/
Duser-record.c1183 …{ "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()
Duserdb.c187 …{ "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()
Djson.h362 int json_dispatch_boolean(const char *name, JsonVariant *variant, JsonDispatchFlags flags, void *us…
Djson.c4310 int json_dispatch_boolean(const char *name, JsonVariant *variant, JsonDispatchFlags flags, void *us… in json_dispatch_boolean() function
/systemd-251/src/nspawn/
Dnspawn-oci.c436 …{ "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()