HomeSort by: relevance | last modified time | path
    Searched defs: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/external/gpl2/mkhybrid/dist/
tree.c 169 char rootname[34]; local
235 strcpy(rootname, s_entry->isorec.name);
238 if(strlen(rootname) > 27) rootname[27] = 0;
246 c = strchr(rootname, '.');
251 c = strchr(rootname, ';');
260 snprintf(newname, sizeof newname, "%s.%c%c%c%s", rootname,

Completed in 29 milliseconds