HomeSort by: relevance | last modified time | path
    Searched refs:bootinfo_dataptr (Results 1 - 3 of 3) 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))
  /src/sys/arch/virt68k/virt68k/
bootinfo.c 136 struct bi_mem_info *m = bootinfo_dataptr(bi);
160 struct bi_mem_info *rd = bootinfo_dataptr(bi);
232 struct bi_virt_dev *vd = bootinfo_dataptr(bi);
422 struct bi_data *rnd = bootinfo_dataptr(bi);
446 const char *sp = bootinfo_dataptr(bi);
  /src/sys/arch/virt68k/dev/
mainbus.c 113 struct bi_virt_dev *vd = bootinfo_dataptr(bi);
137 struct bi_virt_dev *vd = bootinfo_dataptr(bi);
205 struct bi_virt_dev *vd = bootinfo_dataptr(bi);

Completed in 13 milliseconds