Searched refs:conv (Results 1 – 1 of 1) sorted by relevance
/xen-4.10.0-shim-comet/tools/blktap2/vhd/lib/ |
A D | vhd-util-read.c | 54 #define conv(hex, num) \ macro 143 printf("Hds: %s, ", conv(hex, h)); in vhd_print_footer() 144 printf("Sctrs: %s\n", conv(hex, s)); in vhd_print_footer() 221 conv(hex, loc->data_space)); in vhd_print_parent_locators() 223 conv(hex, loc->data_len)); in vhd_print_parent_locators() 225 conv(hex, loc->data_offset)); in vhd_print_parent_locators() 256 conv(hex, block)); in check_block_range() 328 conv(hex, sector + count)); in vhd_print_logical_to_physical() 347 "not allocated" : conv(hex, offset))); in vhd_print_logical_to_physical() 366 printf("block: %s: ", conv(hex, cur)); in vhd_print_bat() [all …]
|
Completed in 3 milliseconds