Searched refs:systype (Results 1 – 1 of 1) sorted by relevance
467 char systype[256]; /* system type field */ member480 data->systype[0] = 0; in process_cpuinfo()486 n = __readlink (PATH_ALPHA_SYSTYPE, data->systype, 256 - 1); in process_cpuinfo()489 data->systype[n] = '\0'; in process_cpuinfo()504 && sscanf (dummy, "system type : %256[^\n]\n", data->systype) == 1) in process_cpuinfo()518 fprintf(stderr, "system type: `%s'\n", data->systype); in process_cpuinfo()596 if (strcmp (platform[i].name, data.systype) == 0) in init_iosys()632 if (strcmp (data.systype, "EB164") == 0) in init_iosys()
Completed in 5 milliseconds