Searched refs:bootpath (Results 1 – 4 of 4) sorted by relevance
/freebsd/stand/powerpc/ofw/ |
H A D | main.c | 132 char bootpath[64]; in main() local 187 OF_getprop(chosen, "bootpath", bootpath, 64); in main() 188 ch = strchr(bootpath, ':'); in main() 190 printf("Booted from: %s\n", bootpath); in main() 205 env_setenv("currdev", EV_VOLATILE, bootpath, in main() 207 env_setenv("loaddev", EV_VOLATILE, bootpath, env_noset, in main()
|
/freebsd/stand/powerpc/boot1.chrp/ |
H A D | boot1.c | 41 static char bootpath[128]; variable 220 ofw_getprop(chosenh, "bootpath", bootpath, sizeof(bootpath)); in ofw_init() 223 bootpath[sizeof(bootpath) - 1] = '\0'; in ofw_init() 225 p = bootpath; in ofw_init() 504 " Boot loader: %s\n", bootpath, path); in main() 507 while (bootpath[len] != '\0') len++; in main() 509 memcpy(bootpath_full,bootpath,len+1); in main()
|
/freebsd/share/doc/smm/01.setup/ |
H A D | spell.ok | 216 bootpath
|
/freebsd/stand/forth/ |
H A D | support.4th | 1277 : bootpath s" /boot/" ; 1431 bootpath nip path nip + \ total length 1440 bootpath strcat
|