Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/powerpc/oea/
H A Dofw_autoconf.c74 char cbootpath[256]; variable
147 strcpy(cbootpath, bootpath); in canonicalize_bootpath()
152 while ((node = OF_finddevice(cbootpath)) == -1) { in canonicalize_bootpath()
153 if ((p = strrchr(cbootpath, '/')) == NULL) in canonicalize_bootpath()
164 strcpy(cbootpath, bootpath); in canonicalize_bootpath()
184 if ((p = strrchr(cbootpath, '/')) != NULL) in canonicalize_bootpath()
189 memset(cbootpath, 0, sizeof(cbootpath)); in canonicalize_bootpath()
190 OF_package_to_path(node, cbootpath, sizeof(cbootpath) - 1); in canonicalize_bootpath()
197 lastp = strrchr(cbootpath, '/'); in canonicalize_bootpath()
206 lastp = cbootpath; in canonicalize_bootpath()
[all …]