Home
last modified time | relevance | path

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

/src/stand/powerpc/boot1.chrp/
H A Dboot1.c486 char bootpath_full[255]; in main() local
511 memcpy(bootpath_full,bootpath,len+1); in main()
513 if (bootpath_full[len-1] != ':') { in main()
515 if (domount(bootpath_full,1) == 0) in main()
521 bootpath_full[len] = ':'; in main()
528 bootpath_full[len] = i + '0'; in main()
529 bootpath_full[len+1] = '\0'; in main()
531 bootpath_full[len] = '1'; in main()
532 bootpath_full[len+1] = i - 10 + '0'; in main()
533 bootpath_full[len+2] = '\0'; in main()
[all …]