Home
last modified time | relevance | path

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

/xen/tools/xl/
A Dxl_saverestore.c91 hdr.mandatory_flags = XL_MANDATORY_FLAG_STREAMv2; in save_domain_core_writeconfig()
108 hdr.mandatory_flags |= XL_MANDATORY_FLAG_JSON; in save_domain_core_writeconfig()
122 source, hdr.mandatory_flags, hdr.optional_flags, in save_domain_core_writeconfig()
A Dxl_vmcontrol.c723 restore_source, hdr.mandatory_flags, hdr.optional_flags, in create_domain()
726 badflags = hdr.mandatory_flags & ~XL_MANDATORY_FLAG_ALL; in create_domain()
755 !!(hdr.mandatory_flags & XL_MANDATORY_FLAG_JSON) in create_domain()
800 config_in_json = !!(hdr.mandatory_flags & XL_MANDATORY_FLAG_JSON); in create_domain()
919 (hdr.mandatory_flags & XL_MANDATORY_FLAG_STREAMv2) ? 2 : 1; in create_domain()
A Dxl.h89 uint32_t mandatory_flags; /* unknown flags => reject restore */ member

Completed in 6 milliseconds