Searched refs:HD_RESERVED (Results 1 – 4 of 4) sorted by relevance
74 #define HD_RESERVED 0x00000002 /* NOTE: must always be set */ macro
103 if (!(footer->features & HD_RESERVED)) in vhd_util_check_validate_footer()106 if (footer->features & ~(HD_TEMPORARY | HD_RESERVED)) in vhd_util_check_validate_footer()
107 (f->features & HD_RESERVED) ? "<RESV>" : ""); in vhd_print_footer()
2439 ctx->footer.features = HD_RESERVED; in vhd_initialize_footer()
Completed in 10 milliseconds