Searched refs:apm16 (Results 1 – 1 of 1) sorted by relevance
/freebsd/usr.sbin/makefs/cd9660/ |
H A D | cd9660_eltorito.c | 589 uint16_t apm16; in cd9660_write_apm_partition_entry() local 598 apm16 = htobe16(0x504d); in cd9660_write_apm_partition_entry() 599 fwrite(&apm16, sizeof(apm16), 1, fd); in cd9660_write_apm_partition_entry() 600 apm16 = 0; in cd9660_write_apm_partition_entry() 601 fwrite(&apm16, sizeof(apm16), 1, fd); in cd9660_write_apm_partition_entry() 705 uint16_t apm16; in cd9660_write_boot() local 709 apm16 = htobe16(0x4552); in cd9660_write_boot() 710 fwrite(&apm16, sizeof(apm16), 1, fd); in cd9660_write_boot() 712 apm16 = htobe16(512); in cd9660_write_boot() 713 fwrite(&apm16, sizeof(apm16), 1, fd); in cd9660_write_boot() [all …]
|