HomeSort by: relevance | last modified time | path
    Searched refs:hfs_map (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl2/mkhybrid/dist/libhfs_iso/
hybrid.h 29 unsigned char *hfs_map; /* location of partiton_maps */ member in struct:__anon7149
hfs.c 667 FREE(hce->hfs_map);
668 hce->hfs_map = ALLOC(unsigned char, ((hce->hfs_hdr_size + hce->hfs_map_size)
671 if (hce->hfs_ce == 0 || hce->hfs_map == 0)
677 /* hfs_hdr is immediately after the hfs_map */
678 hce->hfs_hdr = hce->hfs_map + hce->hfs_map_size*HFS_BLOCKSZ;
  /src/external/gpl2/mkhybrid/dist/
mac_label.c 34 char *buffer = hce->hfs_map;
write.c 1510 hce->hfs_ce = hce->hfs_hdr = hce->hfs_map = 0;
1677 xfwrite(hce->hfs_map, tot_size, HFS_BLOCKSZ, outfile);

Completed in 38 milliseconds