Searched refs:modelstr (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/lgpl3/gmp/dist/
H A Dconfig.guess842 const char *modelstr, *suffix;
857 modelstr = "$guess_cpu";
867 if (model == 4 || model == 8) modelstr = "pentiummmx";
868 else modelstr = "pentium";
871 if (model <= 1) modelstr = "pentiumpro";
872 else if (model <= 6) modelstr = "pentium2";
873 else if (model <= 8) modelstr = "pentium3";
874 else if (model <= 9) modelstr = "pentiumm";
875 else if (model <= 0x0c) modelstr = "pentium3";
876 else if (model <= 0x0e) modelstr
[all...]
/netbsd-current/sys/dev/i2c/
H A Dsi70xx.c791 char modelstr[64]; local
795 snprintf(modelstr, sizeof(modelstr), "Engineering Sample");
800 snprintf(modelstr, sizeof(modelstr), "SI70%d", model);
803 snprintf(modelstr, sizeof(modelstr), "Unknown model %d (maybe an HTU21D)", model);
823 modelstr, fwversionstr, testcrcpt1[0], testcrcpt1[1],
/netbsd-current/sys/arch/arm/marvell/
H A Dmvsoc.c365 const char *modelstr; member in struct:__anon890
1064 nametbl[i].modelstr,

Completed in 104 milliseconds