Home
last modified time | relevance | path

Searched refs:optdata_begin (Results 1 – 2 of 2) sorted by relevance

/xen-4.10.0-shim-comet/tools/xl/
A Dxl_saverestore.c81 uint8_t *optdata_begin; in save_domain_core_writeconfig() local
89 optdata_begin= 0; in save_domain_core_writeconfig()
94 optdata_begin = xrealloc(optdata_begin, hdr.optional_data_len); \ in save_domain_core_writeconfig()
95 memcpy(optdata_begin + hdr.optional_data_len - (len), \ in save_domain_core_writeconfig()
111 ctx, fd, optdata_begin, hdr.optional_data_len, in save_domain_core_writeconfig()
114 free(optdata_begin); in save_domain_core_writeconfig()
A Dxl_vmcontrol.c681 uint8_t *optdata_begin = 0; in create_domain() local
728 optdata_begin = xmalloc(hdr.optional_data_len); in create_domain()
730 ctx, restore_fd, optdata_begin, in create_domain()
735 #define OPTDATA_LEFT (hdr.optional_data_len - (optdata_here - optdata_begin)) in create_domain()
745 optdata_here = optdata_begin; in create_domain()

Completed in 5 milliseconds