/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;
|