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

/freebsd-12-stable/stand/powerpc/boot1.chrp/
H A Dboot1.c397 char bootpath_full[255]; local
422 memcpy(bootpath_full,bootpath,len+1);
424 if (bootpath_full[len-1] != ':') {
426 if (domount(bootpath_full,1) == 0)
432 bootpath_full[len] = ':';
439 bootpath_full[len] = i + '0';
440 bootpath_full[len+1] = '\0';
442 bootpath_full[len] = '1';
443 bootpath_full[len+1] = i - 10 + '0';
444 bootpath_full[le
[all...]

Completed in 102 milliseconds