Home
last modified time | relevance | path

Searched refs:bi_path (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/sys/arch/evbarm/stand/boot2440/
H A Ddevopen.c69 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 Dmain.c107 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 Ddev_net.c57 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 Dmain.c80 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 Ddsk.c490 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 Dautoconf.c55 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 Dmini2440_machdep.c221 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 Dmachdep.c300 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()