Searched refs:ff_version (Results 1 – 4 of 4) sorted by relevance
51 u32 ff_version; /* (major,minor) version of disk file */ member
109 ff_maj = f->ff_version >> 16; in vhd_print_footer()110 ff_min = f->ff_version & 0xffff; in vhd_print_footer()
109 if (footer->ff_version != HD_FF_VERSION) in vhd_util_check_validate_footer()
120 BE32_IN(&footer->ff_version); in vhd_footer_in()136 BE32_OUT(&footer->ff_version); in vhd_footer_out()2440 ctx->footer.ff_version = HD_FF_VERSION; in vhd_initialize_footer()
Completed in 13 milliseconds