Searched refs:json (Results 1 – 11 of 11) sorted by relevance
/xen/tools/helpers/ |
A D | init-dom-json.c | 17 char *json = NULL; in gen_stub_json_config() local 46 json = libxl_domain_config_to_json(ctx, &dom_config); in gen_stub_json_config() 51 (const uint8_t *)json, in gen_stub_json_config() 52 strlen(json) + 1 /* include '\0' */); in gen_stub_json_config() 59 free(json); in gen_stub_json_config()
|
A D | Makefile | 13 XEN_INIT_DOM0_OBJS = xen-init-dom0.o init-dom-json.o 19 INIT_XENSTORE_DOMAIN_OBJS = init-xenstore-domain.o init-dom-json.o
|
/xen/tools/xl/ |
A D | xl_block.c | 46 char *json = libxl_device_disk_to_json(ctx, &disk); in main_blockattach() local 47 printf("disk: %s\n", json); in main_blockattach() 48 free(json); in main_blockattach()
|
A D | xl_vtpm.c | 58 char* json = libxl_device_vtpm_to_json(ctx, &vtpm); in main_vtpmattach() local 59 printf("vtpm: %s\n", json); in main_vtpmattach() 60 free(json); in main_vtpmattach()
|
A D | xl_vkb.c | 64 char *json = libxl_device_vkb_to_json(ctx, &vkb); in main_vkbattach() local 65 printf("vkb: %s\n", json); in main_vkbattach() 66 free(json); in main_vkbattach()
|
A D | xl_nic.c | 78 char *json = libxl_device_nic_to_json(ctx, &nic); in main_networkattach() local 79 printf("vif: %s\n", json); in main_networkattach() 80 free(json); in main_networkattach()
|
A D | xl_vdispl.c | 50 char *json = libxl_device_vdispl_to_json(ctx, &vdispl); in main_vdisplattach() local 51 printf("vdispl: %s\n", json); in main_vdisplattach() 52 free(json); in main_vdisplattach()
|
A D | xl_vsnd.c | 47 char *json = libxl_device_vsnd_to_json(ctx, &vsnd); in main_vsndattach() local 48 printf("vsnd: %s\n", json); in main_vsndattach() 50 free(json); in main_vsndattach()
|
A D | xl_vmcontrol.c | 862 char *json = libxl_domain_config_to_json(ctx, &d_config); in create_domain() local 863 if (!json) { in create_domain() 868 fputs(json, cfg_print_fh); in create_domain() 869 free(json); in create_domain()
|
/xen/docs/man/ |
A D | xl.conf.5.pod | 144 =item B<output_format="json|sxp"> 148 L<https://www.json.org/> syntax. However for compatibility with the 152 Default: C<json> 227 =item https://www.json.org/
|
/xen/docs/ |
A D | support-matrix-generate | 139 pandoc -t json <"$tmp_mdfile" >"$current_jsonfile"
|
Completed in 15 milliseconds