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

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

Completed in 43 milliseconds