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

/netbsd-6-1-5-RELEASE/usr.sbin/makefs/cd9660/
H A Dcd9660_eltorito.c545 uint16_t apm16; local
551 apm16 = htobe16(0x504d);
552 fwrite(&apm16, sizeof(apm16), 1, fd);
553 apm16 = 0;
554 fwrite(&apm16, sizeof(apm16), 1, fd);
647 uint16_t apm16; local
651 apm16 = htobe16(0x4552);
652 fwrite(&apm16, sizeo
[all...]

Completed in 43 milliseconds