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

/freebsd-10.1-release/sys/boot/powerpc/boot1.chrp/
H A Dboot1.c396 char bootpath_full[255]; local
421 memcpy(bootpath_full,bootpath,len+1);
423 if (bootpath_full[len-1] == ':') {
426 bootpath_full[len] = i + '0';
427 bootpath_full[len+1] = '\0';
429 bootpath_full[len] = '1';
430 bootpath_full[len+1] = i - 10 + '0';
431 bootpath_full[len+2] = '\0';
434 if (domount(bootpath_full,1) >= 0)
444 if (domount(bootpath_full,
[all...]

Completed in 47 milliseconds