Home
last modified time | relevance | path

Searched refs:PC98_MAGICOFS (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/usr.bin/mkimg/
HDpc98.c46 #ifndef PC98_MAGICOFS
47 #define PC98_MAGICOFS 510 macro
99 le16enc(buf + PC98_MAGICOFS, PC98_MAGIC); in pc98_write()
/freebsd-11-stable/sys/sys/
HDdiskpc98.h42 #define PC98_MAGICOFS 510 macro
/freebsd-11-stable/sys/geom/part/
HDg_part_pc98.c269 le16enc(table->boot + PC98_MAGICOFS, PC98_MAGIC); in g_part_pc98_create()
413 magic = le16dec(buf + PC98_MAGICOFS); in g_part_pc98_probe()