HomeSort by: relevance | last modified time | path
    Searched refs:cbootpath (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/powerpc/oea/
ofw_autoconf.c 77 char cbootpath[256]; variable
150 strcpy(cbootpath, bootpath);
155 while ((node = OF_finddevice(cbootpath)) == -1) {
156 if ((p = strrchr(cbootpath, '/')) == NULL)
167 strcpy(cbootpath, bootpath);
182 * cbootpath is a valid OF path. Use package-to-path to
187 if ((p = strrchr(cbootpath, '/')) != NULL)
192 memset(cbootpath, 0, sizeof(cbootpath));
193 OF_package_to_path(node, cbootpath, sizeof(cbootpath) - 1)
    [all...]

Completed in 15 milliseconds