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

/freebsd-9.3-release/contrib/binutils/include/coff/
H A Dpowerpc.h39 #define DOSMAGIC 0x5a4d /* from arm.h, i386.h */ macro
H A Dpe.h137 #define DOSMAGIC 0x5a4d macro
/freebsd-9.3-release/sys/sys/
H A Ddiskpc98.h46 #define DOSMAGIC 0xAA55 macro
H A Ddiskmbr.h45 #define DOSMAGIC 0xAA55 macro
/freebsd-9.3-release/contrib/binutils/bfd/
H A Dcoff-ia64.c91 that determines the architecture. The former is DOSMAGIC,
99 if (H_GET_16 (abfd, dos_hdr.e_magic) != DOSMAGIC)
H A Dpeicode.h1290 determines the architecture. The former is DOSMAGIC, stored in
1298 if (H_GET_16 (abfd, dos_hdr.e_magic) != DOSMAGIC)
H A DpeXXigen.c747 filehdr_in->pe.e_magic = DOSMAGIC;
/freebsd-9.3-release/lib/libdisk/
H A Dopen_ia64_disk.c105 if (*(u_short *)(buffer + DOSMAGICOFFSET) == DOSMAGIC) {
H A Dwrite_ia64_disk.c131 buffer[DOSMAGICOFFSET] = DOSMAGIC & 0xff;
132 buffer[DOSMAGICOFFSET + 1] = DOSMAGIC >> 8;
/freebsd-9.3-release/sbin/fdisk_pc98/
H A Dfdisk.c417 mboot.signature = DOSMAGIC;
735 if (mboot.signature != DOSMAGIC) {
/freebsd-9.3-release/sys/geom/part/
H A Dg_part_ebr.c458 if (magic != DOSMAGIC)
617 le16enc(buf + DOSMAGICOFFSET, DOSMAGIC);
H A Dg_part_mbr.c279 le16enc(table->mbr + DOSMAGICOFFSET, DOSMAGIC);
403 if (magic != DOSMAGIC)
H A Dg_part_pc98.c268 le16enc(table->boot + DOSMAGICOFFSET, DOSMAGIC);
407 if (magic != DOSMAGIC)
H A Dg_part_gpt.c273 le16enc(table->mbr + DOSMAGICOFFSET, DOSMAGIC);
794 if (res != DOSMAGIC)
H A Dg_part_ldm.c1325 if (le16dec(buf + DOSMAGICOFFSET) != DOSMAGIC) {
/freebsd-9.3-release/sys/boot/powerpc/ps3/
H A Dps3disk.c210 if (le16toh(*((uint16_t *) (buf + DOSMAGICOFFSET))) != DOSMAGIC) {
/freebsd-9.3-release/sbin/fdisk/
H A Dfdisk.c536 le16enc(&mboot.bootinst[DOSMAGICOFFSET], DOSMAGIC);
897 if (le16dec(&mboot.bootinst[DOSMAGICOFFSET]) != DOSMAGIC) {
921 le16enc(&mboot.bootinst[DOSMAGICOFFSET], DOSMAGIC);
/freebsd-9.3-release/sbin/newfs_msdos/
H A Dnewfs_msdos.c58 #define DOSMAGIC 0xaa55 /* DOS magic number */ macro
704 mk2(img + MINBPS - 2, DOSMAGIC);
714 mk2(img + MINBPS - 2, DOSMAGIC);

Completed in 202 milliseconds