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

  /src/sys/arch/arc/arc/
platform.c 61 rv = (*plattab[i]->match)(plattab[i]);
73 print_platform(plattab[matched]);
77 rv = (*plattab[i]->match)(plattab[i]);
84 print_platform(plattab[i]);
87 print_platform(plattab[matched]);
91 platform = plattab[matched];
platconf.c 43 struct platform *const plattab[] = { variable in typeref:struct:platform * const[]
80 const int nplattab = ARRAY_LENGTH(plattab);
  /src/sys/arch/prep/include/
platform.h 48 struct plattab { struct
  /src/sys/arch/arc/include/
platform.h 64 extern struct platform *const plattab[];

Completed in 12 milliseconds