Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/isainfo/
H A Disainfo.c150 struct cpuid_get_hwcap __cgh, *cgh = &__cgh; in report_hwcap() local
155 cgh->cgh_archname = (char *)isa; in report_hwcap()
156 if (ioctl(d, CPUID_GET_HWCAP, cgh) != 0) in report_hwcap()
159 (void) elfcap_hw1_to_str(ELFCAP_STYLE_LC, cgh->cgh_hwcap[0], in report_hwcap()
162 if (cgh->cgh_hwcap[1] != 0) { in report_hwcap()
163 (void) elfcap_hw2_to_str(ELFCAP_STYLE_LC, cgh->cgh_hwcap[1], in report_hwcap()
169 if (cgh->cgh_hwcap[2] != 0) { in report_hwcap()
170 (void) elfcap_hw3_to_str(ELFCAP_STYLE_LC, cgh->cgh_hwcap[2], in report_hwcap()
178 if (cgh->cgh_hwcap[2] != 0) in report_hwcap()
180 if (cgh->cgh_hwcap[1] != 0) in report_hwcap()