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

/openbsd-current/sys/arch/arm64/stand/efiboot/
H A Dfdt.h43 #define FDT_MAGIC 0xd00dfeed macro
H A Dfdt.c48 if (betoh32(fh->fh_magic) != FDT_MAGIC)
/openbsd-current/sys/arch/armv7/stand/efiboot/
H A Dfdt.h43 #define FDT_MAGIC 0xd00dfeed macro
H A Dfdt.c48 if (betoh32(fh->fh_magic) != FDT_MAGIC)
/openbsd-current/sys/dev/ofw/
H A Dfdt.h48 #define FDT_MAGIC 0xd00dfeed macro
H A Dfdt.c55 if (betoh32(fh->fh_magic) != FDT_MAGIC)
/openbsd-current/sys/arch/riscv64/stand/efiboot/
H A Dfdt.h43 #define FDT_MAGIC 0xd00dfeed macro
H A Dfdt.c48 if (betoh32(fh->fh_magic) != FDT_MAGIC)
/openbsd-current/sys/arch/riscv64/riscv64/
H A Dmachdep.c578 if (betoh32(fh->fh_magic) != FDT_MAGIC || betoh32(fh->fh_size) == 0)
/openbsd-current/sys/arch/arm64/arm64/
H A Dmachdep.c858 if (betoh32(fh->fh_magic) != FDT_MAGIC || betoh32(fh->fh_size) == 0)

Completed in 400 milliseconds