/src/sys/arch/arc/stand/boot/ |
bootinfo.c | 40 static char *bi_next; /* pointer to next bootinfo data */ variable in typeref:typename:char * 52 bi_next = (void *)bootinfo; 70 memcpy(bi_next, new, size); 71 bi = (void *)bi_next; 76 bi_next += size; 77 bi = (void *)bi_next;
|
bootinfo.c | 40 static char *bi_next; /* pointer to next bootinfo data */ variable in typeref:typename:char * 52 bi_next = (void *)bootinfo; 70 memcpy(bi_next, new, size); 71 bi = (void *)bi_next; 76 bi_next += size; 77 bi = (void *)bi_next;
|
/src/sys/arch/cobalt/stand/boot/ |
bootinfo.c | 40 static char *bi_next; variable in typeref:typename:char * 52 bi_next = bootinfo; 71 type, size, (u_long)bi_next)); 76 memcpy(bi_next, new, size); 77 bi_next += size; 79 bi = (struct btinfo_common *)bi_next;
|
bootinfo.c | 40 static char *bi_next; variable in typeref:typename:char * 52 bi_next = bootinfo; 71 type, size, (u_long)bi_next)); 76 memcpy(bi_next, new, size); 77 bi_next += size; 79 bi = (struct btinfo_common *)bi_next;
|
/src/sys/arch/emips/stand/common/ |
bootinfo.c | 39 static char *bi_next; variable in typeref:typename:char * 50 bi_next = bootinfo; 67 memcpy(bi_next, new, size); 68 bi_next += size; 70 bi = (struct btinfo_common *)bi_next;
|
bootinfo.c | 39 static char *bi_next; variable in typeref:typename:char * 50 bi_next = bootinfo; 67 memcpy(bi_next, new, size); 68 bi_next += size; 70 bi = (struct btinfo_common *)bi_next;
|
/src/sys/arch/mipsco/stand/common/ |
bootinfo.c | 39 static char *bi_next; variable in typeref:typename:char * 51 bi_next = bootinfo; 70 memcpy(bi_next, new, size); 71 bi_next += size; 73 bi = (struct btinfo_common *)bi_next;
|
bootinfo.c | 39 static char *bi_next; variable in typeref:typename:char * 51 bi_next = bootinfo; 70 memcpy(bi_next, new, size); 71 bi_next += size; 73 bi = (struct btinfo_common *)bi_next;
|
/src/sys/arch/mmeye/stand/boot/ |
bootinfo.c | 40 static char *bi_next; variable in typeref:typename:char * 52 bi_next = bootinfo; 71 type, size, (u_long)bi_next)); 76 memcpy(bi_next, new, size); 77 bi_next += size; 79 bi = (struct btinfo_common *)bi_next;
|
bootinfo.c | 40 static char *bi_next; variable in typeref:typename:char * 52 bi_next = bootinfo; 71 type, size, (u_long)bi_next)); 76 memcpy(bi_next, new, size); 77 bi_next += size; 79 bi = (struct btinfo_common *)bi_next;
|
/src/sys/arch/newsmips/stand/boot/ |
bootinfo.c | 38 static char *bi_next; variable in typeref:typename:char * 50 bi_next = bootinfo; 68 memcpy(bi_next, new, size); 69 bi_next += size; 71 bi = (struct btinfo_common *)bi_next;
|
bootinfo.c | 38 static char *bi_next; variable in typeref:typename:char * 50 bi_next = bootinfo; 68 memcpy(bi_next, new, size); 69 bi_next += size; 71 bi = (struct btinfo_common *)bi_next;
|
/src/sys/arch/pmax/stand/common/ |
bootinfo.c | 39 static char *bi_next; variable in typeref:typename:char * 50 bi_next = bootinfo; 67 memcpy(bi_next, new, size); 68 bi_next += size; 70 bi = (struct btinfo_common *)bi_next;
|
bootinfo.c | 39 static char *bi_next; variable in typeref:typename:char * 50 bi_next = bootinfo; 67 memcpy(bi_next, new, size); 68 bi_next += size; 70 bi = (struct btinfo_common *)bi_next;
|
/src/sys/arch/sgimips/stand/common/ |
bootinfo.c | 40 static char *bi_next; /* pointer to next bootinfo data */ variable in typeref:typename:char * 52 bi_next = (void *)bootinfo; 70 memcpy(bi_next, new, size); 71 bi = (void *)bi_next; 76 bi_next += size; 77 bi = (void *)bi_next;
|
bootinfo.c | 40 static char *bi_next; /* pointer to next bootinfo data */ variable in typeref:typename:char * 52 bi_next = (void *)bootinfo; 70 memcpy(bi_next, new, size); 71 bi = (void *)bi_next; 76 bi_next += size; 77 bi = (void *)bi_next;
|
/src/sys/arch/sparc/stand/boot/ |
bootinfo.c | 40 static char *bi_next; variable in typeref:typename:char * 60 bi_next = bootinfo; 79 memcpy(bi_next, new, size); 80 bi_next += ALIGN(size); 82 bi = (struct btinfo_common *)bi_next;
|
bootinfo.c | 40 static char *bi_next; variable in typeref:typename:char * 60 bi_next = bootinfo; 79 memcpy(bi_next, new, size); 80 bi_next += ALIGN(size); 82 bi = (struct btinfo_common *)bi_next;
|
/src/sys/arch/sparc/stand/ofwboot/ |
bootinfo.c | 41 static char *bi_next; variable in typeref:typename:char * 67 bi_next = bootinfo; 86 sparc64_memcpy(bi_next, new, size); 87 bi_next += ALIGN(size); 89 bi = (struct btinfo_common *)bi_next;
|
bootinfo.c | 41 static char *bi_next; variable in typeref:typename:char * 67 bi_next = bootinfo; 86 sparc64_memcpy(bi_next, new, size); 87 bi_next += ALIGN(size); 89 bi = (struct btinfo_common *)bi_next;
|
/src/sys/arch/evbarm/stand/boot2440/ |
main.c | 65 char *bi_next; variable in typeref:typename:char * 511 bi_next = (char*) addr; 530 memcpy(bi_next, new, size); 531 bi_next += size;
|
main.c | 65 char *bi_next; variable in typeref:typename:char * 511 bi_next = (char*) addr; 530 memcpy(bi_next, new, size); 531 bi_next += size;
|
/src/sys/arch/sandpoint/stand/altboot/ |
main.c | 70 char *bi_next; variable in typeref:typename:char * 410 bi_next = (char *)addr; 428 memcpy(bi_next, new, size); 429 bi_next += size;
|
main.c | 70 char *bi_next; variable in typeref:typename:char * 410 bi_next = (char *)addr; 428 memcpy(bi_next, new, size); 429 bi_next += size;
|