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

  /src/usr.sbin/acpitools/aml/
aml_name.c 58 static struct aml_name rootname = {"\\", NULL, NULL, NULL, NULL, NULL}; variable in typeref:struct:aml_name
62 &rootname,
73 return (&rootname);
82 parent = &rootname;
103 parent = &rootname;
107 parent = &rootname;
184 parent = &rootname;
190 parent = &rootname;
373 newname = &rootname;
404 if (curname == &rootname || curname == NULL
    [all...]
  /src/sys/kern/
subr_autoconf.c 1313 config_rootsearch(cfsubmatch_t fn, const char *rootname, void *aux)
1332 if (strcmp(cf->cf_name, rootname) == 0)
1420 config_rootfound(const char *rootname, void *aux)
1426 if ((cf = config_rootsearch(NULL, rootname, aux)) != NULL)
1429 aprint_error("root device %s not configured\n", rootname);

Completed in 22 milliseconds