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

  /src/sys/arch/hpcmips/hpcmips/
machdep.c 165 static struct bootinfo bi_copy; variable in typeref:struct:bootinfo
257 memset(&bi_copy, 0, sizeof(struct bootinfo));
258 memcpy(&bi_copy, bi, uimin(bi->length, sizeof(struct bootinfo)));
259 bootinfo = &bi_copy;
machdep.c 165 static struct bootinfo bi_copy; variable in typeref:struct:bootinfo
257 memset(&bi_copy, 0, sizeof(struct bootinfo));
258 memcpy(&bi_copy, bi, uimin(bi->length, sizeof(struct bootinfo)));
259 bootinfo = &bi_copy;

Completed in 51 milliseconds