Home
last modified time | relevance | path

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

/openbsd/gnu/usr.sbin/mkhybrid/src/
H A Dwrite.c1670 int tot_size = hce->hfs_map_size + hce->hfs_hdr_size; in FDECL1() local
1673 n = tot_size/BLK_CONV; in FDECL1()
1674 r = tot_size%BLK_CONV; in FDECL1()
1677 xfwrite(hce->hfs_map, tot_size, HFS_BLOCKSZ, outfile); in FDECL1()