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

  /src/sys/arch/hpc/hpc/
Makefile 9 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 $@
platid_test.c 171 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),
platid.c 123 platid_name(platid_t *pid) function in typeref:typename:const tchar *
125 struct platid_name *match;
129 sizeof(struct platid_name));
platid_name.c 1 /* $NetBSD: platid_name.c,v 1.25 2011/05/18 12:11:46 nonaka Exp $ */
41 struct platid_name platid_name_table[] = {
  /src/sys/arch/hpc/include/
platid.h 87 struct platid_name { struct
137 extern struct platid_name platid_name_table[];
144 const tchar *platid_name(platid_t *);
  /src/sys/arch/hpc/stand/hpcboot/menu/
platform.cpp 40 struct platid_name *name;
  /src/sys/dev/hpc/
hpctpanel.c 64 idstr = platid_name(&platid);
  /src/sys/arch/hpc/hpc/platid_gen/
Makefile 8 NAME_C = $S/arch/hpc/hpc/platid_name.c
  /src/sys/arch/hpcmips/hpcmips/
machdep.c 477 cpu_setmodel("%s (%s)", platid_name(&platid), hpcmips_cpuname);
  /src/sys/arch/hpcsh/hpcsh/
machdep.c 327 cpu_setmodel("%s", platid_name(&platid));

Completed in 14 milliseconds