Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/xl/
A Dxl_saverestore.c87 hdr.mandatory_flags = XL_MANDATORY_FLAG_STREAMv2; in save_domain_core_writeconfig()
104 hdr.mandatory_flags |= XL_MANDATORY_FLAG_JSON; in save_domain_core_writeconfig()
118 source, hdr.mandatory_flags, hdr.optional_flags, in save_domain_core_writeconfig()
A Dxl_vmcontrol.c717 restore_source, hdr.mandatory_flags, hdr.optional_flags, in create_domain()
720 badflags = hdr.mandatory_flags & ~XL_MANDATORY_FLAG_ALL; in create_domain()
749 !!(hdr.mandatory_flags & XL_MANDATORY_FLAG_JSON) in create_domain()
794 config_in_json = !!(hdr.mandatory_flags & XL_MANDATORY_FLAG_JSON); in create_domain()
878 (hdr.mandatory_flags & XL_MANDATORY_FLAG_STREAMv2) ? 2 : 1; in create_domain()
A Dxl.h88 uint32_t mandatory_flags; /* unknown flags => reject restore */ member

Completed in 5 milliseconds