Searched refs:bootinfo_data (Results 1 - 3 of 3) sorted by relevance

/src/sys/arch/virt68k/virt68k/
H A Dbootinfo.c59 static struct bootinfo_data bootinfo_data_store;
65 bootinfo_set_console(struct bootinfo_data *bid, paddr_t pa)
131 bootinfo_add_mem(struct bootinfo_data *bid, struct bi_record *bi)
156 bootinfo_add_initrd(struct bootinfo_data *bid, struct bi_record *bi)
167 bootinfo_reserve_initrd(struct bootinfo_data *bid)
230 bootinfo_gf_tty_consinit(struct bootinfo_data *bid, struct bi_record *bi)
263 struct bootinfo_data *bid = (struct bootinfo_data *)
338 struct bootinfo_data *bid = &bootinfo_data_store;
385 * bootinfo_data
389 bootinfo_data(void) function in typeref:struct:bootinfo_data *
[all...]
H A Dmachdep.c172 struct bootinfo_data *bid = bootinfo_data();
269 struct bootinfo_data *bid = bootinfo_data();
543 struct bootinfo_data *bid = bootinfo_data();
574 struct bootinfo_data *bid = bootinfo_data();
659 struct bootinfo_data *bid = bootinfo_data();
[all...]
/src/sys/arch/virt68k/include/
H A Dbootinfo.h139 struct bootinfo_data { struct
163 struct bootinfo_data * bootinfo_data(void);

Completed in 5 milliseconds