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

/freebsd-13-stable/usr.sbin/makefs/cd9660/
H A Dcd9660_eltorito.c575 uint16_t apm16; local
591 apm16 = htobe16(0x504d);
592 fwrite(&apm16, sizeof(apm16), 1, fd);
593 apm16 = 0;
594 fwrite(&apm16, sizeof(apm16), 1, fd);
698 uint16_t apm16; local
702 apm16 = htobe16(0x4552);
703 fwrite(&apm16, sizeo
[all...]

Completed in 35 milliseconds