Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dsysteminfo.h87 #define SI_ARCHITECTURE_32 516 /* basic 32-bit SI_ARCHITECTURE */ macro
/titanic_44/usr/src/uts/common/syscall/
H A Dsysteminfo.c88 case SI_ARCHITECTURE_32: in systeminfo()
98 case SI_ARCHITECTURE_32: in systeminfo()
/titanic_44/usr/src/cmd/isainfo/
H A Disainfo.c282 isa = report_abi(SI_ARCHITECTURE_32, vfmt); in main()
293 if ((isa32 = report_abi(SI_ARCHITECTURE_32, vfmt)) != NULL) { in main()
/titanic_44/usr/src/cmd/powertop/common/
H A Dutil.c141 if (sysinfo(SI_ARCHITECTURE_32, buf, BIT_DEPTH_BUF) == -1) in pt_get_bit_depth()
/titanic_44/usr/src/cmd/halt/
H A Dhalt.c1174 else if (sysinfo(SI_ARCHITECTURE_32, isa, sizeof (isa)) != -1) { in parse_fastboot_args()
/titanic_44/usr/src/cmd/truss/
H A Dprint.c1008 case SI_ARCHITECTURE_32:s = "SI_ARCHITECTURE_32"; break; in prt_inf()