Home | Sort by: relevance | last modified time | path |
/src/usr.sbin/makefs/cd9660/ | |
cd9660_eltorito.c | 581 uint32_t apm32, part_status; local in function:cd9660_write_apm_partition_entry 605 apm32 = htobe32(total_partitions); 606 fwrite(&apm32, sizeof(apm32), 1, fd); 608 apm32 = htobe32(sector_start); 609 fwrite(&apm32, sizeof(apm32), 1, fd); 610 apm32 = htobe32(nsectors); 611 fwrite(&apm32, sizeof(apm32), 1, fd) 705 uint32_t apm32; local in function:cd9660_write_boot [all...] |