Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxl_qmp.c126 label = libxl__json_map_get("label", obj, JSON_STRING); in register_serials_chardev_callback()
134 filename = libxl__json_map_get("filename", obj, JSON_STRING); in register_serials_chardev_callback()
187 obj = libxl__json_map_get("host", o, JSON_STRING); in qmp_register_vnc_callback()
189 obj = libxl__json_map_get("service", o, JSON_STRING); in qmp_register_vnc_callback()
269 resp = libxl__json_map_get("desc", resp, JSON_STRING); in qmp_handle_error_response()
655 obj = libxl__json_object_alloc(gc, JSON_STRING); in qmp_parameters_add_string()
784 o = libxl__json_map_get("qdev_id", device, JSON_STRING); in pci_add_callback()
A Dlibxl_types.idl8 libxl_defbool = Builtin("defbool", json_parse_type="JSON_STRING", passby=PASS_BY_REFERENCE, copy_fn…
15 libxl_uuid = Builtin("uuid", json_parse_type="JSON_STRING", passby=PASS_BY_REFERENCE, check_default…
17 libxl_mac = Builtin("mac", json_parse_type="JSON_STRING", passby=PASS_BY_REFERENCE, check_default_f…
1004 libxl_ev_link = Builtin("ev_link", json_parse_type="JSON_STRING", passby=PASS_BY_REFERENCE, private…
A Dlibxl_json.c513 case JSON_STRING:
635 case JSON_STRING:
787 obj = libxl__json_object_alloc(ctx->gc, JSON_STRING);
A Dlibxl_cpuid.c510 r = libxl__json_map_get(policy_names[j], t, JSON_STRING); in libxl__cpuid_policy_list_parse_json()
A Dlibxl_internal.h1887 JSON_STRING = (1 << 5), enumerator
1933 return o != NULL && o->type == JSON_STRING; in libxl__json_object_is_string()

Completed in 24 milliseconds