Home
last modified time | relevance | path

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

/xen/tools/xl/
A Dxl_vmcontrol.c688 const uint8_t *optdata_here = 0; in create_domain() local
741 #define OPTDATA_LEFT (hdr.optional_data_len - (optdata_here - optdata_begin)) in create_domain()
748 optdata_here += (amt); \ in create_domain()
751 optdata_here = optdata_begin; in create_domain()
758 memcpy(u32buf.b, optdata_here, 4); in create_domain()
763 memcpy(config_data, optdata_here, config_len); in create_domain()

Completed in 4 milliseconds