Searched refs:orig_size (Results 1 – 3 of 3) sorted by relevance
57 u64 orig_size; /* Size at creation (bytes) */ member
133 printf("Original disk size : %s MB ", conv(hex, f->orig_size >> 20)); in vhd_print_footer()134 printf("(%s Bytes)\n", conv(hex, f->orig_size)); in vhd_print_footer()
125 BE64_IN(&footer->orig_size); in vhd_footer_in()141 BE64_OUT(&footer->orig_size); in vhd_footer_out()2444 ctx->footer.orig_size = size; in vhd_initialize_footer()2573 ctx->footer.orig_size = size; in vhd_initialize_header()
Completed in 9 milliseconds