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

/netbsd-current/sys/arch/virt68k/virt68k/
H A Dbootinfo.c56 struct bi_record * bootinfo;
83 static inline struct bi_record *
84 bootinfo_next(struct bi_record *bi)
89 return (struct bi_record *)addr;
93 bootinfo_get_cpu(struct bi_record *bi)
105 bootinfo_get_fpu(struct bi_record *bi)
117 bootinfo_get_mmu(struct bi_record *bi)
132 bootinfo_add_mem(struct bi_record *bi)
156 bootinfo_add_initrd(struct bi_record *bi)
227 bootinfo_gf_tty_consinit(struct bi_record *b
[all...]
H A Dmachdep.c342 struct bi_record *bi;
/netbsd-current/sys/arch/virt68k/include/
H A Dbootinfo.h45 struct bi_record { struct
151 void bootinfo_start(struct bi_record *);
152 struct bi_record * bootinfo_find(uint32_t tag);
153 void bootinfo_enumerate(bool (*)(struct bi_record *, void *),
/netbsd-current/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 147 milliseconds