Searched refs:rootspec (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/sys/arch/evbmips/cavium/ |
| H A D | autoconf.c | 97 if (rootspec && *rootspec) { in findroot() 99 if (strncmp(rootspec, "octeth", 6) == 0) { in findroot() 102 const char *cp = &rootspec[strlen("octeth")]; in findroot() 106 rootspec = buf; in findroot() 110 if (strncmp(rootspec, "cnmac", 5) == 0) { in findroot()
|
| H A D | machdep.c | 448 rootspec = strchr(arg, '=') + 1; in parse_boot_args()
|
| /netbsd-src/sys/kern/ |
| H A D | kern_subr.c | 201 if (rootspec == NULL) { in setroot() 202 rootspec = bootspec; in setroot() 246 if (rootspec == NULL && bootdv == NULL) in setroot() 281 rootspec == NULL && in setroot_nfs() 294 rootspec = (const char *)ifp->if_xname; in setroot_nfs() 494 if (rootspec == NULL) { in setroot_root() 526 rootdv = parsedisk(rootspec, strlen(rootspec), 0, &nrootdev); in setroot_root()
|
| H A D | subr_tftproot.c | 130 if (rootspec != NULL) { in tftproot_dhcpboot() 133 if (strcmp(rootspec, ifp->if_xname) == 0) in tftproot_dhcpboot()
|
| /netbsd-src/sys/rump/librump/rumpdev/ |
| H A D | rump_dev.c | 53 const char *rootspec = "rump0a"; /* usually comes from config */ variable
|
| /netbsd-src/sys/arch/hp300/hp300/ |
| H A D | autoconf.c | 364 if (rootspec == NULL) { in cpu_rootconf()
|
| /netbsd-src/sys/sys/ |
| H A D | systm.h | 102 extern const char *rootspec; /* how root device was specified */
|
| /netbsd-src/sys/dev/raidframe/ |
| H A D | rf_netbsdkintf.c | 712 if (rootspec != NULL) { in rf_buildroothack() 713 aprint_debug("%s: rootspec %s\n", __func__, rootspec); in rf_buildroothack()
|
| /netbsd-src/external/gpl2/xcvs/dist/src/ |
| H A D | ChangeLog | 275 * parseinfo.c (parse_config): Handle [rootspec] syntax.
|