Home
last modified time | relevance | path

Searched refs:PC98_MAGIC (Results 1 – 4 of 4) sorted by relevance

/freebsd-10-stable/usr.bin/mkimg/
Dpc98.c42 #ifndef PC98_MAGIC
43 #define PC98_MAGIC 0xaa55 macro
98 le16enc(buf + PC98_MAGICOFS, PC98_MAGIC); in pc98_write()
/freebsd-10-stable/sys/sys/
Ddiskpc98.h43 #define PC98_MAGIC 0xAA55 macro
/freebsd-10-stable/sbin/fdisk_pc98/
Dfdisk.c417 mboot.signature = PC98_MAGIC; in init_boot()
734 if (mboot.signature != PC98_MAGIC) { in read_s0()
/freebsd-10-stable/sys/geom/part/
Dg_part_pc98.c268 le16enc(table->boot + PC98_MAGICOFS, PC98_MAGIC); in g_part_pc98_create()
413 if (magic != PC98_MAGIC) in g_part_pc98_probe()