Searched refs:bi_path (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/sys/arch/evbarm/stand/boot2440/ |
H A D | devopen.c | 69 extern struct btinfo_bootpath bi_path; 87 strncpy(bi_path.bootpath, bootfile, sizeof(bi_path.bootpath)); in devopen() 97 strncpy(bi_path.bootpath, bootfile, sizeof(bi_path.bootpath)); in devopen() 110 strncpy(bi_path.bootpath, *file, sizeof(bi_path.bootpath)); in devopen()
|
H A D | main.c | 107 struct btinfo_bootpath bi_path; variable 167 bi_path.bootpath[0] = 0; in main() 256 if (bi_path.bootpath[0] != 0) in main() 257 bi_add(&bi_path, BTINFO_BOOTPATH, sizeof(bi_path)); in main()
|
/netbsd-src/sys/arch/sandpoint/stand/altboot/ |
H A D | dev_net.c | 57 extern struct btinfo_bootpath bi_path; in net_open() 86 snprintf(bi_path.bootpath, sizeof(bi_path.bootpath), "%s", bootfile); in net_open()
|
H A D | main.c | 80 struct btinfo_bootpath bi_path; variable 327 printf("\"%s\" not found\n", bi_path.bootpath); in main() 330 printf("loading \"%s\" ", bi_path.bootpath); in main() 365 bi_add(&bi_path, BTINFO_BOOTPATH, sizeof(bi_path)); in main()
|
H A D | dsk.c | 490 extern struct btinfo_bootpath bi_path; in dsk_open() 507 snprintf(bi_path.bootpath, sizeof(bi_path.bootpath), "%s", name); in dsk_open()
|
/netbsd-src/sys/arch/sandpoint/sandpoint/ |
H A D | autoconf.c | 55 static struct btinfo_bootpath *bi_path; variable 94 bi_path = lookup_bootinfo(BTINFO_BOOTPATH); in cpu_configure() 109 if (bi_path != NULL) in cpu_rootconf() 110 booted_kernel = bi_path->bootpath; in cpu_rootconf()
|
/netbsd-src/sys/arch/evbarm/mini2440/ |
H A D | mini2440_machdep.c | 221 struct btinfo_bootpath *bi_path; variable 497 bi_path = lookup_bootinfo(BTINFO_BOOTPATH); in initarm() 1078 if( bi_path != NULL ) { in mini2440_device_register() 1079 booted_kernel = bi_path->bootpath; in mini2440_device_register() 1101 if( bi_path != NULL ) { in mini2440_device_register() 1102 booted_kernel = bi_path->bootpath; in mini2440_device_register()
|
/netbsd-src/sys/arch/sgimips/sgimips/ |
H A D | machdep.c | 300 struct btinfo_bootpath *bi_path; in mach_init() local 307 bi_path = lookup_bootinfo(BTINFO_BOOTPATH); in mach_init() 308 if (bi_path != NULL) in mach_init() 309 bootpath = bi_path->bootpath; in mach_init()
|