/src/sys/arch/sandpoint/sandpoint/ |
autoconf.c | 58 static struct btinfo_bootpath *bi_path; variable in typeref:struct:btinfo_bootpath * 187 bi_path = lookup_bootinfo(BTINFO_BOOTPATH); 202 if (bi_path != NULL) 203 booted_kernel = bi_path->bootpath;
|
autoconf.c | 58 static struct btinfo_bootpath *bi_path; variable in typeref:struct:btinfo_bootpath * 187 bi_path = lookup_bootinfo(BTINFO_BOOTPATH); 202 if (bi_path != NULL) 203 booted_kernel = bi_path->bootpath;
|
/src/sys/arch/sgimips/sgimips/ |
machdep.c | 300 struct btinfo_bootpath *bi_path; local in function:mach_init 307 bi_path = lookup_bootinfo(BTINFO_BOOTPATH); 308 if (bi_path != NULL) 309 bootpath = bi_path->bootpath;
|
machdep.c | 300 struct btinfo_bootpath *bi_path; local in function:mach_init 307 bi_path = lookup_bootinfo(BTINFO_BOOTPATH); 308 if (bi_path != NULL) 309 bootpath = bi_path->bootpath;
|
/src/sys/arch/evbarm/stand/boot2440/ |
main.c | 107 struct btinfo_bootpath bi_path; variable in typeref:struct:btinfo_bootpath 167 bi_path.bootpath[0] = 0; 256 if (bi_path.bootpath[0] != 0) 257 bi_add(&bi_path, BTINFO_BOOTPATH, sizeof(bi_path));
|
main.c | 107 struct btinfo_bootpath bi_path; variable in typeref:struct:btinfo_bootpath 167 bi_path.bootpath[0] = 0; 256 if (bi_path.bootpath[0] != 0) 257 bi_add(&bi_path, BTINFO_BOOTPATH, sizeof(bi_path));
|
/src/sys/arch/evbarm/mini2440/ |
mini2440_machdep.c | 221 struct btinfo_bootpath *bi_path; variable in typeref:struct:btinfo_bootpath * 497 bi_path = lookup_bootinfo(BTINFO_BOOTPATH); 1078 if( bi_path != NULL ) { 1079 booted_kernel = bi_path->bootpath; 1101 if( bi_path != NULL ) { 1102 booted_kernel = bi_path->bootpath;
|
mini2440_machdep.c | 221 struct btinfo_bootpath *bi_path; variable in typeref:struct:btinfo_bootpath * 497 bi_path = lookup_bootinfo(BTINFO_BOOTPATH); 1078 if( bi_path != NULL ) { 1079 booted_kernel = bi_path->bootpath; 1101 if( bi_path != NULL ) { 1102 booted_kernel = bi_path->bootpath;
|
/src/sys/arch/sandpoint/stand/altboot/ |
main.c | 80 struct btinfo_bootpath bi_path; variable in typeref:struct:btinfo_bootpath 327 printf("\"%s\" not found\n", bi_path.bootpath); 330 printf("loading \"%s\" ", bi_path.bootpath); 365 bi_add(&bi_path, BTINFO_BOOTPATH, sizeof(bi_path));
|
main.c | 80 struct btinfo_bootpath bi_path; variable in typeref:struct:btinfo_bootpath 327 printf("\"%s\" not found\n", bi_path.bootpath); 330 printf("loading \"%s\" ", bi_path.bootpath); 365 bi_add(&bi_path, BTINFO_BOOTPATH, sizeof(bi_path));
|