HomeSort by: relevance | last modified time | path
    Searched defs:bootinfo_dataptr (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/virt68k/include/
bootinfo.h 148 #define bootinfo_dataptr(bi) ((void *)&(bi)->bi_data[0]) macro
149 #define bootinfo_get_u32(bi) (*(uint32_t *)bootinfo_dataptr(bi))

Completed in 168 milliseconds