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

  /src/sys/arch/hppa/stand/boot/
bootinfo.h 41 int bi_nentries; /* Number of bootinfo_* entries in bi_data. */
42 int bi_offset; /* Offset into bi_data for next bootinfo_* */
45 * found at &bi_data[0] and can be cast to (bootinfo_common *).
48 char bi_data[BOOTINFO_DATASIZE]; member in struct:bootinfo
  /src/sys/arch/hppa/include/
bootinfo.h 71 /* Number of bootinfo_* entries in bi_data. */
76 * found at bi_data[0] and can be casted to (bootinfo_common *).
79 uint8_t bi_data[BOOTINFO_DATASIZE]; member in struct:bootinfo
  /src/sys/arch/virt68k/include/
bootinfo.h 48 uint8_t bi_data[]; member in struct:bi_record
63 #define BI_RNG_SEED 8 /* random number generator seed (bi_data) */
77 struct bi_data { struct
148 #define bootinfo_dataptr(bi) ((void *)&(bi)->bi_data[0])
  /src/sys/arch/x86/include/
bootinfo.h 264 /* Number of bootinfo_* entries in bi_data. */
268 * found at bi_data[0] and can be casted to (bootinfo_common *).
271 uint8_t bi_data[BOOTINFO_MAXSIZE - sizeof(uint32_t)]; member in struct:bootinfo

Completed in 12 milliseconds