Searched refs:ISA64 (Results 1 – 1 of 1) sorted by relevance
540 ISA64=`(sysctl -n hw.optional.64bitops) 2>/dev/null`541 if [ "$ISA64" = "1" -a -z "$KERNEL_BITS" ]; then549 if [ "$ISA64" = "1" -a "$KERNEL_BITS" = "64" ]; then555 ISA64=`(sysctl -n hw.optional.x86_64) 2>/dev/null`556 if [ "$ISA64" = "1" -a -z "$KERNEL_BITS" ]; then564 if [ "$ISA64" = "1" -a "$KERNEL_BITS" = "64" ]; then680 ISA64=`(isalist) 2>/dev/null | grep sparcv9`681 if [ "$ISA64" != "" -a "$KERNEL_BITS" = "" ]; then711 if [ "$ISA64" != "" -a "$KERNEL_BITS" = "64" ]; then719 ISA64=`(isalist) 2>/dev/null | grep amd64`[all …]