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

/freebsd-10.3-release/usr.sbin/makefs/cd9660/
H A Dcd9660_eltorito.c542 uint16_t apm16; local
558 apm16 = htobe16(0x504d);
559 fwrite(&apm16, sizeof(apm16), 1, fd);
560 apm16 = 0;
561 fwrite(&apm16, sizeof(apm16), 1, fd);
665 uint16_t apm16; local
669 apm16 = htobe16(0x4552);
670 fwrite(&apm16, sizeo
[all...]

Completed in 40 milliseconds