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

  /src/sys/arch/evbmips/cavium/
autoconf.c 97 if (rootspec && *rootspec) {
99 if (strncmp(rootspec, "octeth", 6) == 0) {
102 const char *cp = &rootspec[strlen("octeth")];
106 rootspec = buf;
110 if (strncmp(rootspec, "cnmac", 5) == 0) {
machdep.c 448 rootspec = strchr(arg, '=') + 1;
  /src/sys/rump/librump/rumpdev/
rump_dev.c 53 const char *rootspec = "rump0a"; /* usually comes from config */ variable
  /src/sys/kern/
kern_subr.c 198 * Let bootcode augment "rootspec", ensure that
201 if (rootspec == NULL) {
202 rootspec = bootspec;
215 * if rootspec specifies an interface
246 if (rootspec == NULL && bootdv == NULL)
271 * find a reasonable network interface for "rootspec".
281 rootspec == NULL &&
294 rootspec = (const char *)ifp->if_xname;
494 if (rootspec == NULL) {
524 * If rootspec can be parsed, just use it
    [all...]
subr_tftproot.c 130 if (rootspec != NULL) {
133 if (strcmp(rootspec, ifp->if_xname) == 0)
  /src/sys/arch/hp300/hp300/
autoconf.c 372 if (rootspec == NULL) {
  /src/sys/sys/
systm.h 102 extern const char *rootspec; /* how root device was specified */
  /src/sys/dev/raidframe/
rf_netbsdkintf.c 712 if (rootspec != NULL) {
713 aprint_debug("%s: rootspec %s\n", __func__, rootspec);

Completed in 32 milliseconds