Searched refs:hfs_ce (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/gnu/usr.sbin/mkhybrid/src/libhfs_iso/
H A Dhybrid.h26 unsigned char *hfs_ce; /* mem copy of extents/catalog files */ member in struct:__anon7427
H A Dblock.c58 b = (block *)hce->hfs_ce + num - hce->hfs_hdr_size;
119 b = (block *)hce->hfs_ce + num - hce->hfs_hdr_size;
H A Dhfs.c662 FREE(hce->hfs_ce);
663 hce->hfs_ce = ALLOC(unsigned char, (hce->hfs_ce_size + vol.mdb.drClpSiz
671 if (hce->hfs_ce == 0 || hce->hfs_map == 0)
690 hce->hfs_alt_mdb = hce->hfs_ce + hce->hfs_tot_size*HFS_BLOCKSZ;
/openbsd-current/gnu/usr.sbin/mkhybrid/src/
H A Ddesktop.c63 blk = hce->hfs_ce + hce->hfs_ce_size*HFS_BLOCKSZ;
H A Dwrite.c1242 xfwrite(hce->hfs_ce, hce->hfs_tot_size, HFS_BLOCKSZ, outfile);
1510 hce->hfs_ce = hce->hfs_hdr = hce->hfs_map = 0;

Completed in 186 milliseconds