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

  /src/sys/arch/alpha/stand/common/
boot.c 60 struct bootinfo_v1 bootinfo_v1; variable in typeref:struct:bootinfo_v1
152 memset(&bootinfo_v1, 0, sizeof(bootinfo_v1));
153 bootinfo_v1.ssym = marks[MARK_SYM];
154 bootinfo_v1.esym = marks[MARK_END];
155 memcpy(bootinfo_v1.booted_kernel, name,
156 sizeof(bootinfo_v1.booted_kernel));
157 memcpy(bootinfo_v1.boot_flags, boot_flags,
158 sizeof(bootinfo_v1.boot_flags))
    [all...]
  /src/sys/arch/evbmips/sbmips/
autoconf.h 45 * a2 - pointer to bootinfo_v1 structrure
59 struct bootinfo_v1 { struct
  /src/sys/arch/sbmips/include/
autoconf.h 45 * a2 - pointer to bootinfo_v1 structrure
59 struct bootinfo_v1 { struct
  /src/sys/arch/alpha/include/
autoconf.h 68 struct bootinfo_v1 { struct

Completed in 20 milliseconds