HomeSort by: relevance | last modified time | path
    Searched refs:bootinfo_v1 (Results 1 - 10 of 10) 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
machdep.c 130 struct bootinfo_v1 bootinfo;
179 memcpy(&bootinfo, (struct bootinfo_v1 *)bootdata,
  /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
  /src/sys/arch/evbmips/stand/sbmips/common/
boot.c 58 struct bootinfo_v1 bootinfo;
  /src/sys/arch/sbmips/stand/common/
boot.c 58 struct bootinfo_v1 bootinfo;
  /src/sys/arch/alpha/stand/standtest/
test.c 462 const struct bootinfo_v1 *v1p;
465 v1p = (const struct bootinfo_v1 *)bip;
  /src/sys/arch/sbmips/sbmips/
machdep.c 129 struct bootinfo_v1 bootinfo;
165 memcpy(&bootinfo, (struct bootinfo_v1 *)bootdata,
  /src/sys/arch/alpha/alpha/
machdep.c 353 struct bootinfo_v1 *v1p = (struct bootinfo_v1 *)bip;

Completed in 15 milliseconds