Lines Matching defs:isa
84 * Classify isa's as to bitness of the corresponding ABIs.
85 * isa's which have no "official" Solaris ABI are returned
106 char *isa;
108 if ((isa = getsysinfo(cmd)) == NULL)
110 if ((bits = bitness(isa)) == 0) {
112 gettext("%s: unable to identify isa '%s'!\n"),
113 pgmname, isa);
118 (void) printf(vfmt, bits, isa);
122 (void) printf("%s\n", isa);
124 (void) printf("%s", isa);
125 return (isa);
147 report_hwcap(int d, const char *isa)
152 cgh->cgh_archname = (char *)isa;
157 buffer, sizeof (buffer), ELFCAP_FMT_SNGSPACE, machtype(isa));
161 cap2, sizeof (cap2), ELFCAP_FMT_SNGSPACE, machtype(isa));
210 char *isa, *isa32;
281 if ((isa = report_abi(SI_ARCHITECTURE_64, vfmt)) == NULL)
282 isa = report_abi(SI_ARCHITECTURE_32, vfmt);
283 if (isa != NULL && (mode & VERBOSE_MODE) != 0)
284 report_hwcap(d, isa);
286 if ((isa = report_abi(SI_ARCHITECTURE_64, vfmt)) != NULL) {
288 report_hwcap(d, isa);
298 if ((isa32 != NULL || isa != NULL) &&