bootinfo_data
struct bootinfo_data * bootinfo_data(void);
bootinfo_add_mem(struct bootinfo_data *bid, struct bi_record *bi)
bootinfo_add_initrd(struct bootinfo_data *bid, struct bi_record *bi)
bootinfo_preserve_ksyms(struct bootinfo_data *bid, vaddr_t addr, size_t size,
bootinfo_reserve_initrd(struct bootinfo_data *bid)
struct bootinfo_data *bid = (struct bootinfo_data *)
struct bootinfo_data *bid = &bootinfo_data_store;
struct bootinfo_data *
struct bootinfo_data *bid = &bootinfo_data_store;
static struct bootinfo_data bootinfo_data_store;
struct bootinfo_data *bid = bootinfo_data();