Searched refs:ISA64 (Results 1 – 1 of 1) sorted by relevance
462 ISA64=`(sysctl -n hw.optional.64bitops) 2>/dev/null`463 if [ "$ISA64" = "1" -a -z "$KERNEL_BITS" ]; then471 if [ "$ISA64" = "1" -a "$KERNEL_BITS" = "64" ]; then477 ISA64=`(sysctl -n hw.optional.x86_64) 2>/dev/null`478 if [ "$ISA64" = "1" -a -z "$KERNEL_BITS" ]; then486 if [ "$ISA64" = "1" -a "$KERNEL_BITS" = "64" ]; then650 ISA64=`(isainfo) 2>/dev/null | grep sparcv9`651 if [ "$ISA64" != "" -a "$KERNEL_BITS" = "" ]; then681 if [ "$ISA64" != "" -a "$KERNEL_BITS" = "64" ]; then689 ISA64=`(isainfo) 2>/dev/null | grep amd64`[all …]