Home
last modified time | relevance | path

Searched refs:PI_TYPELEN (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dprocessor.h100 #define PI_TYPELEN 16 /* max size of CPU type string */ macro
105 char pi_processor_type[PI_TYPELEN]; /* ASCII CPU type */
/illumos-gate/usr/src/cmd/picl/plugins/common/devtree/
H A Dpicldevtree.c1957 (void) strlcpy(vbuf, cpu_info.pi_processor_type, PI_TYPELEN); in get_processor_type()
2077 PICL_PTYPE_CHARSTRING, (PICL_READ|PICL_VOLATILE), PI_TYPELEN, in add_processor_info()