Searched refs:map_key (Results 1 – 4 of 4) sorted by relevance
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_json.c | 261 kvl[idx] = libxl__strdup(NOGC, node->map_key); 524 free(node->map_key); 600 if (strcmp(key, node->map_key) == 0) { 649 libxl__yajl_gen_asciiz(hand, node->map_key)); 815 node->map_key = t;
|
A D | libxl_qmp.c | 236 if (libxl__qmp_message_type_from_string(node->map_key, &type) == 0) in qmp_response_type() 643 arg->map_key = libxl__strdup(gc, name); in qmp_parameters_common_add()
|
A D | libxl_internal.h | 1917 char *map_key; member
|
/xen-4.10.0-shim-comet/xen/common/efi/ |
A D | boot.c | 1002 UINTN info_size = 0, map_key; in efi_exit_boot() local 1005 efi_bs->GetMemoryMap(&info_size, NULL, &map_key, in efi_exit_boot() 1016 efi_memmap, &map_key, in efi_exit_boot() 1028 map_key); in efi_exit_boot()
|
Completed in 20 milliseconds