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

  /src/sys/arch/epoc32/epoc32/
internal.c 65 extern char epoc32_model[];
67 if (strcmp(epoc32_model, "SERIES5 R1") == 0) {
70 } else if (strcmp(epoc32_model, "SERIES5mx") == 0) {
73 } else if (strcmp(epoc32_model, "SERIES 7") == 0) {
machdep.c 106 char epoc32_model[256]; variable in typeref:typename:char[256]
187 strncpy(epoc32_model, model->model,
188 sizeof(epoc32_model));
554 if (strcmp(epoc32_model, "SERIES5 R1") == 0) {
568 if (strcmp(epoc32_model, "SERIES5mx") == 0) {
602 if (strcmp(epoc32_model, "SERIES7") == 0) {
  /src/sys/arch/epoc32/dev/
etna.c 344 extern char epoc32_model[];
349 if (strcmp(epoc32_model, "SERIES5 R1") == 0)

Completed in 12 milliseconds