Searched refs:bootpath (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/stand/powerpc/ofw/ |
| H A D | main.c | 97 char bootpath[64]; in main() local 135 OF_getprop(chosen, "bootpath", bootpath, 64); in main() 136 ch = strchr(bootpath, ':'); in main() 138 printf("Booted from: %s\n", bootpath); in main() 153 env_setenv("currdev", EV_VOLATILE, bootpath, in main() 155 env_setenv("loaddev", EV_VOLATILE, bootpath, env_noset, in main()
|
| /freebsd-12.1/stand/sparc64/loader/ |
| H A D | main.c | 139 static char bootpath[64]; variable 793 if (strcmp(devname, bootpath) == 0) in sparc64_zfs_probe() 851 OF_getprop(chosen, "bootpath", bootpath, sizeof(bootpath)); in main() 863 sizeof(bootpath) - 1); in main() 864 bootpath[sizeof(bootpath) - 1] = '\0'; in main() 879 if (bootpath[strlen(bootpath) - 2] == ':' && in main() 880 bootpath[strlen(bootpath) - 1] == 'f') in main() 881 bootpath[strlen(bootpath) - 1] = 'a'; in main() 883 env_setenv("currdev", EV_VOLATILE, bootpath, in main() 885 env_setenv("loaddev", EV_VOLATILE, bootpath, in main() [all …]
|
| /freebsd-12.1/sbin/sunlabel/ |
| H A D | sunlabel.c | 115 const char *bootpath); 117 const char *bootpath); 166 const char *bootpath; in main() local 171 bootpath = _PATH_BOOT; in main() 176 bootpath = optarg; in main() 228 write_label(&sl, disk, bootpath); in main() 235 edit_label(&sl, disk, bootpath); in main() 243 write_label(&sl, disk, bootpath); in main() 248 write_label(&sl, disk, bootpath); in main() 423 err(1, "open %s", bootpath); in write_label() [all …]
|
| /freebsd-12.1/stand/powerpc/boot1.chrp/ |
| H A D | boot1.c | 43 static char bootpath[128]; variable 133 ofw_getprop(chosenh, "bootpath", bootpath, sizeof(bootpath)); in ofw_init() 136 bootpath[sizeof(bootpath) - 1] = '\0'; in ofw_init() 138 p = bootpath; in ofw_init() 417 " Boot loader: %s\n", bootpath, path); in main() 420 while (bootpath[len] != '\0') len++; in main() 422 memcpy(bootpath_full,bootpath,len+1); in main()
|
| /freebsd-12.1/stand/sparc64/boot1/ |
| H A D | boot1.c | 42 static char bootpath[128]; variable 116 ofw_getprop(chosenh, "bootpath", bootpath, sizeof(bootpath)); in ofw_init() 119 bootpath[sizeof(bootpath) - 1] = '\0'; in ofw_init() 344 bootpath); in main() 347 " Boot loader: %s\n", bootpath, path); in main() 350 if (domount(bootpath) == -1) in main()
|
| /freebsd-12.1/stand/mips/beri/loader/ |
| H A D | main.c | 149 printf("bootpath=\"%s\"\n", bootpath); in main()
|
| /freebsd-12.1/share/doc/smm/01.setup/ |
| H A D | spell.ok | 217 bootpath
|
| /freebsd-12.1/stand/forth/ |
| H A D | support.4th | 1191 : bootpath s" /boot/" ; 1345 bootpath nip path nip + \ total length 1354 bootpath strcat
|