Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/isainfo/
H A Disainfo.c149 struct cpuid_get_hwcap __cgh, *cgh = &__cgh; in report_hwcap() local
152 cgh->cgh_archname = (char *)isa; in report_hwcap()
153 if (ioctl(d, CPUID_GET_HWCAP, cgh) != 0) in report_hwcap()
156 (void) elfcap_hw1_to_str(ELFCAP_STYLE_LC, cgh->cgh_hwcap[0], in report_hwcap()
159 if (cgh->cgh_hwcap[1] != 0) in report_hwcap()
160 (void) elfcap_hw2_to_str(ELFCAP_STYLE_LC, cgh->cgh_hwcap[1], in report_hwcap()
167 if (cgh->cgh_hwcap[1] != NULL) in report_hwcap()