Home
last modified time | relevance | path

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

/freebsd/stand/powerpc/boot1.chrp/
H A Dboot1.c483 char bootpath_full[255]; in main() local
508 memcpy(bootpath_full,bootpath,len+1); in main()
510 if (bootpath_full[len-1] != ':') { in main()
512 if (domount(bootpath_full,1) == 0) in main()
518 bootpath_full[len] = ':'; in main()
525 bootpath_full[len] = i + '0'; in main()
526 bootpath_full[len+1] = '\0'; in main()
528 bootpath_full[len] = '1'; in main()
529 bootpath_full[len+1] = i - 10 + '0'; in main()
530 bootpath_full[len+2] = '\0'; in main()
[all …]