HomeSort by: relevance | last modified time | path
    Searched refs:bi_path (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/arch/sandpoint/stand/altboot/
dev_net.c 57 extern struct btinfo_bootpath bi_path;
86 snprintf(bi_path.bootpath, sizeof(bi_path.bootpath), "%s", bootfile);
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));
dsk.c 490 extern struct btinfo_bootpath bi_path;
507 snprintf(bi_path.bootpath, sizeof(bi_path.bootpath), "%s", name);
  /src/sys/arch/evbarm/stand/boot2440/
devopen.c 69 extern struct btinfo_bootpath bi_path;
87 strncpy(bi_path.bootpath, bootfile, sizeof(bi_path.bootpath));
97 strncpy(bi_path.bootpath, bootfile, sizeof(bi_path.bootpath));
110 strncpy(bi_path.bootpath, *file, sizeof(bi_path.bootpath));
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/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;
  /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;
1099 if( bi_path != NULL ) {
1100 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;

Completed in 15 milliseconds