Searched refs:bi_record (Results 1 - 4 of 4) sorted by relevance

/src/sys/arch/virt68k/virt68k/
H A Dbootinfo.c82 static inline struct bi_record * __attribute__((always_inline))
83 bootinfo_next(struct bi_record *bi)
88 return (struct bi_record *)addr;
92 bootinfo_get_cpu(struct bi_record *bi)
104 bootinfo_get_fpu(struct bi_record *bi)
116 bootinfo_get_mmu(struct bi_record *bi)
131 bootinfo_add_mem(struct bootinfo_data *bid, struct bi_record *bi)
156 bootinfo_add_initrd(struct bootinfo_data *bid, struct bi_record *bi)
230 bootinfo_gf_tty_consinit(struct bootinfo_data *bid, struct bi_record *bi)
265 struct bi_record *b
[all...]
H A Dmachdep.c364 struct bi_record *bi;
/src/sys/arch/virt68k/include/
H A Dbootinfo.h45 struct bi_record { struct
140 struct bi_record * bootinfo;
164 struct bi_record * bootinfo_find(uint32_t tag);
165 void bootinfo_enumerate(bool (*)(struct bi_record *, void *),
/src/sys/arch/virt68k/dev/
H A Dmainbus.c106 mainbus_attach_gfpic(struct bi_record *bi, void *v)
130 mainbus_attach_gfother(struct bi_record *bi, void *v)
198 mainbus_attach_other(struct bi_record *bi, void *v)

Completed in 5 milliseconds