Home
last modified time | relevance | path

Searched refs:optional_data_len (Results 1 – 3 of 3) sorted by relevance

/xen/tools/xl/
A Dxl_saverestore.c97 hdr.optional_data_len += (len); \ 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()
123 hdr.optional_data_len); in save_domain_core_writeconfig()
A Dxl_vmcontrol.c724 hdr.optional_data_len); in create_domain()
733 if (hdr.optional_data_len) { in create_domain()
734 optdata_begin = xmalloc(hdr.optional_data_len); in create_domain()
737 hdr.optional_data_len, restore_source, in create_domain()
741 #define OPTDATA_LEFT (hdr.optional_data_len - (optdata_here - optdata_begin)) in create_domain()
A Dxl.h91 uint32_t optional_data_len; /* skip, or skip tail, if not understood */ member

Completed in 5 milliseconds