Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/modules/common/fdd-msg/
H A Dfdd_msg.c100 char *ven; in fma_cap_cpu_info() local
119 if (nvlist_lookup_string(nvl, FM_PHYSCPU_INFO_VENDOR_ID, &ven) != 0 || in fma_cap_cpu_info()
128 (void) snprintf(ci->vendor, X86_VENDOR_STRLEN, "%s", ven); in fma_cap_cpu_info()