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

/illumos-gate/usr/src/cmd/isainfo/
H A Disainfo.c103 report_abi(int cmd, const char *vfmt) argument
118 (void) printf(vfmt, bits, isa);
209 char *vfmt; local
273 vfmt = gettext("%d-bit %s kernel modules\n");
274 (void) report_abi(SI_ARCHITECTURE_K, vfmt);
278 vfmt = gettext("%d-bit %s applications\n");
281 if ((isa = report_abi(SI_ARCHITECTURE_64, vfmt)) == NULL)
282 isa = report_abi(SI_ARCHITECTURE_32, vfmt);
286 if ((isa = report_abi(SI_ARCHITECTURE_64, vfmt)) != NULL) {
293 if ((isa32 = report_abi(SI_ARCHITECTURE_32, vfmt)) !
[all...]

Completed in 93 milliseconds