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

  /src/sys/arch/hpcarm/hpcarm/
hpc_machdep.c 79 struct bootinfo *bootinfo, bootinfo_storage; variable in typeref:struct:bootinfo *
260 bootinfo_storage = *bi;
261 bootinfo = &bootinfo_storage;
  /src/sys/arch/hpcsh/hpcsh/
machdep.c 157 static struct bootinfo bootinfo_storage; variable in typeref:struct:bootinfo
158 struct bootinfo *bootinfo = &bootinfo_storage;
210 memcpy(&bootinfo_storage, bi, sizeof(struct bootinfo));

Completed in 30 milliseconds