Searched refs:platid_name (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/sys/arch/hpc/hpc/
H A DMakefile9 platid_test: platid.c platid_mask.c platid_test.c platid_name.c
13 platid.c platid_mask.c platid_name.c platid_test.c -o $@
H A Dplatid_test.c171 struct platid_name *res;
172 struct platid_name tab[] = {
193 tab, nmemb, sizeof(struct platid_name));
198 tab, nmemb, sizeof(struct platid_name));
203 tab, nmemb, sizeof(struct platid_name));
208 tab, nmemb, sizeof(struct platid_name));
213 tab, nmemb, sizeof(struct platid_name));
225 printf("# platid_name() test\n");
229 if (strcmp(platid_name(platid_name_table[i].mask),
H A Dplatid.c123 platid_name(platid_t *pid) function
125 struct platid_name *match;
129 sizeof(struct platid_name));
H A Dplatid_name.c41 struct platid_name platid_name_table[] = {
/netbsd-current/sys/arch/hpc/include/
H A Dplatid.h87 struct platid_name { struct
137 extern struct platid_name platid_name_table[];
144 const tchar *platid_name(platid_t *);
/netbsd-current/sys/arch/hpc/stand/hpcboot/menu/
H A Dplatform.cpp40 struct platid_name *name;
/netbsd-current/sys/dev/hpc/
H A Dhpctpanel.c64 idstr = platid_name(&platid);
/netbsd-current/sys/arch/hpc/hpc/platid_gen/
H A DMakefile8 NAME_C = $S/arch/hpc/hpc/platid_name.c
/netbsd-current/sys/arch/hpcmips/hpcmips/
H A Dmachdep.c477 cpu_setmodel("%s (%s)", platid_name(&platid), hpcmips_cpuname);
/netbsd-current/sys/arch/hpcsh/hpcsh/
H A Dmachdep.c327 cpu_setmodel("%s", platid_name(&platid));

Completed in 215 milliseconds