rootname          268 kern/subr_autoconf.c config_rootsearch(cfmatch_t fn, char *rootname, void *aux)
rootname          287 kern/subr_autoconf.c 		if (strcmp(cf->cf_driver->cd_name, rootname) == 0)
rootname          320 kern/subr_autoconf.c config_rootfound(char *rootname, void *aux)
rootname          324 kern/subr_autoconf.c 	if ((match = config_rootsearch((cfmatch_t)NULL, rootname, aux)) != NULL)
rootname          326 kern/subr_autoconf.c 	printf("root device %s not configured\n", rootname);