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

  /src/sys/arch/m68k/m68k/
linux_bootinfo.c 50 static struct bootinfo_data bootinfo_data_store;
111 bootinfo_add_mem(struct bootinfo_data *bid, struct bi_record *bi)
140 bootinfo_add_initrd(struct bootinfo_data *bid, struct bi_record *bi)
151 bootinfo_reserve_initrd(struct bootinfo_data *bid)
227 struct bootinfo_data *bid = (struct bootinfo_data *)
339 struct bootinfo_data *bid = &bootinfo_data_store;
349 * bootinfo_data --
350 * Return a pointer to the bootinfo_data.
352 struct bootinfo_data *
353 bootinfo_data(void) function
    [all...]
  /src/sys/arch/m68k/include/
linux_bootinfo.h 141 struct bootinfo_data { struct
160 struct bootinfo_data * bootinfo_data(void);

Completed in 30 milliseconds