Home
last modified time | relevance | path

Searched refs:hand (Results 1 – 19 of 19) sorted by relevance

/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxl_json.h25 yajl_gen_status libxl__uint64_gen_json(yajl_gen hand, uint64_t val);
26 yajl_gen_status libxl_defbool_gen_json(yajl_gen hand, libxl_defbool *p);
27 yajl_gen_status libxl_uuid_gen_json(yajl_gen hand, libxl_uuid *p);
28 yajl_gen_status libxl_mac_gen_json(yajl_gen hand, libxl_mac *p);
29 yajl_gen_status libxl_bitmap_gen_json(yajl_gen hand, libxl_bitmap *p);
30 yajl_gen_status libxl_cpuid_policy_list_gen_json(yajl_gen hand,
32 yajl_gen_status libxl_string_list_gen_json(yajl_gen hand, libxl_string_list *p);
33 yajl_gen_status libxl_key_value_list_gen_json(yajl_gen hand,
35 yajl_gen_status libxl_hwcap_gen_json(yajl_gen hand, libxl_hwcap *p);
36 yajl_gen_status libxl_ms_vm_genid_gen_json(yajl_gen hand, libxl_ms_vm_genid *p);
[all …]
A Dlibxl_json.c28 yajl_handle hand; member
91 return yajl_gen_null(hand);
162 s = yajl_gen_array_open(hand);
217 s = yajl_gen_map_open(hand);
232 s = yajl_gen_map_close(hand);
908 if (yajl_ctx->hand) {
910 yajl_ctx->hand = NULL;
988 yajl_gen hand;
991 if (!hand)
994 s = gen(hand, p);
[all …]
A Dlibxl_cpuid.c421 yajl_gen_status libxl_cpuid_policy_list_gen_json(yajl_gen hand, in libxl_cpuid_policy_list_gen_json() argument
428 s = yajl_gen_array_open(hand); in libxl_cpuid_policy_list_gen_json()
434 s = yajl_gen_map_open(hand); in libxl_cpuid_policy_list_gen_json()
439 s = libxl__yajl_gen_asciiz(hand, input_names[j]); in libxl_cpuid_policy_list_gen_json()
441 s = yajl_gen_integer(hand, cpuid[i].input[j]); in libxl_cpuid_policy_list_gen_json()
448 s = libxl__yajl_gen_asciiz(hand, policy_names[j]); in libxl_cpuid_policy_list_gen_json()
450 s = yajl_gen_string(hand, in libxl_cpuid_policy_list_gen_json()
455 s = yajl_gen_map_close(hand); in libxl_cpuid_policy_list_gen_json()
460 s = yajl_gen_array_close(hand); in libxl_cpuid_policy_list_gen_json()
A Dlibxl_qmp.c516 yajl_gen hand; in qmp_send_prepare() local
519 hand = libxl_yajl_gen_alloc(NULL); in qmp_send_prepare()
521 if (!hand) { in qmp_send_prepare()
525 yajl_gen_map_open(hand); in qmp_send_prepare()
526 libxl__yajl_gen_asciiz(hand, "execute"); in qmp_send_prepare()
527 libxl__yajl_gen_asciiz(hand, cmd); in qmp_send_prepare()
528 libxl__yajl_gen_asciiz(hand, "id"); in qmp_send_prepare()
529 yajl_gen_integer(hand, ++qmp->last_id_used); in qmp_send_prepare()
534 yajl_gen_map_close(hand); in qmp_send_prepare()
536 s = yajl_gen_get_buf(hand, &buf, &len); in qmp_send_prepare()
[all …]
A Dlibxl_nocpuid.c46 yajl_gen_status libxl_cpuid_policy_list_gen_json(yajl_gen hand, in libxl_cpuid_policy_list_gen_json() argument
A Dlibxl_internal.h1721 _hidden yajl_gen_status libxl__yajl_gen_asciiz(yajl_gen hand, const char *str);
1723 _hidden yajl_gen_status libxl__string_gen_json(yajl_gen hand, const char *p);
1725 typedef yajl_gen_status (*libxl__gen_json_callback)(yajl_gen hand, void *);
1877 _hidden yajl_gen_status libxl__yajl_gen_asciiz(yajl_gen hand, const char *str);
1878 _hidden yajl_gen_status libxl__yajl_gen_enum(yajl_gen hand, const char *str);
2021 yajl_gen hand,
/xen-4.10.0-shim-comet/tools/xl/
A Dxl_info.c66 s = yajl_gen_map_open(hand); in printf_info_one_json()
77 s = yajl_gen_null(hand); in printf_info_one_json()
89 s = yajl_gen_map_close(hand); in printf_info_one_json()
110 yajl_gen hand; in printf_info() local
112 hand = libxl_yajl_gen_alloc(NULL); in printf_info()
113 if (!hand) { in printf_info()
129 yajl_gen_free(hand); in printf_info()
442 yajl_gen hand = NULL; in list_domains_details() local
449 if (!hand) { in list_domains_details()
454 s = yajl_gen_array_open(hand); in list_domains_details()
[all …]
/xen-4.10.0-shim-comet/tools/examples/
A DREADME.incompatibilities38 hand-craft character classes instead.
/xen-4.10.0-shim-comet/tools/ocaml/libs/xs/
A Dxs.mli76 remove all watches previously set before giving back the hand. *)
/xen-4.10.0-shim-comet/docs/misc/
A Dblock-scripts.txt96 FreeBSD blkback, on the other hand, does not have the concept of
A Dkconfig-language.txt113 That will limit the usefulness but on the other hand avoid
244 MODULES is different from 'n'. The comment on the other hand is always
A Ddump-core-format.txt15 On the other hand the xen dump-core file includes no program headers and
A Dgrant-tables.txt26 2. domB uses the ref to hand over a frame it owns.
A Dxenstore.txt244 transaction at hand.
/xen-4.10.0-shim-comet/docs/man/
A Dxl-numa-placement.pod.715 on which it can operate very fast. On the other hand, getting and storing
A Dxl.pod.1.in775 leaving its hard affinity untouched. On the other hand:
/xen-4.10.0-shim-comet/docs/specs/
A Dlibxc-migration-stream.pandoc599 The higher level stream may then hand the stream back to libxc to
/xen-4.10.0-shim-comet/docs/process/
A Dxen-release-management.pandoc152 It is normally OK in the early RCs that you hand back xen-unstable branch to
/xen-4.10.0-shim-comet/xen/tools/kconfig/
A Dzconf.tab.c_shipped622 /* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */

Completed in 44 milliseconds