Searched defs:cpi_brandstr (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/os/
H A Dcpuid.c330 char cpi_brandstr[49]; /* fn 0x8000000[234] */ member in struct:cpuid_info
2080 iptr = (void *)cpi->cpi_brandstr;
2504 (void) strcpy((char *)cpi->cpi_brandstr, brand);
2511 (void) snprintf(cpi->cpi_brandstr, sizeof (cpi->cpi_brandstr),
2622 if (cpi->cpi_brandstr[0]) {
2623 size_t maxlen = sizeof (cpi->cpi_brandstr);
2626 dst = src = (char *)cpi->cpi_brandstr;
2669 while (--dst > cpi->cpi_brandstr)
3002 return (snprintf(s, n, "%s", cpu->cpu_m.mcpu_cpi->cpi_brandstr));
[all...]

Completed in 84 milliseconds