Home
last modified time | relevance | path

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

/xen/tools/xl/
A Dxl_saverestore.c85 uint8_t *optdata_begin; in save_domain_core_writeconfig() local
93 optdata_begin= 0; in save_domain_core_writeconfig()
98 optdata_begin = xrealloc(optdata_begin, hdr.optional_data_len); \ in save_domain_core_writeconfig()
99 memcpy(optdata_begin + hdr.optional_data_len - (len), \ in save_domain_core_writeconfig()
115 ctx, fd, optdata_begin, hdr.optional_data_len, in save_domain_core_writeconfig()
118 free(optdata_begin); in save_domain_core_writeconfig()
A Dxl_vmcontrol.c687 uint8_t *optdata_begin = 0; in create_domain() local
734 optdata_begin = xmalloc(hdr.optional_data_len); in create_domain()
736 ctx, restore_fd, optdata_begin, in create_domain()
741 #define OPTDATA_LEFT (hdr.optional_data_len - (optdata_here - optdata_begin)) in create_domain()
751 optdata_here = optdata_begin; in create_domain()

Completed in 4 milliseconds