Searched refs:ISA64 (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/crypto/openssl/
H A Dconfig462 ISA64=`(sysctl -n hw.optional.64bitops) 2>/dev/null`
463 if [ "$ISA64" = "1" -a -z "$KERNEL_BITS" ]; then
471 if [ "$ISA64" = "1" -a "$KERNEL_BITS" = "64" ]; then
477 ISA64=`(sysctl -n hw.optional.x86_64) 2>/dev/null`
478 if [ "$ISA64" = "1" -a -z "$KERNEL_BITS" ]; then
486 if [ "$ISA64" = "1" -a "$KERNEL_BITS" = "64" ]; then
650 ISA64=`(isainfo) 2>/dev/null | grep sparcv9`
651 if [ "$ISA64" != "" -a "$KERNEL_BITS" = "" ]; then
681 if [ "$ISA64" != "" -a "$KERNEL_BITS" = "64" ]; then
689 ISA64
[all...]

Completed in 52 milliseconds