Searched refs:soft (Results 1 - 25 of 60) sorted by relevance

123

/freebsd-current/lib/libc/arm/
H A DMakefile.inc13 .if !defined(CPUTYPE) || ${CPUTYPE:M*soft*} == ""
/freebsd-current/lib/msun/arm/
H A DMakefile.inc5 .if defined(CPUTYPE) && ${CPUTYPE:M*soft*} != ""
/freebsd-current/lib/libc/arm/aeabi/
H A DMakefile.inc7 .if defined(CPUTYPE) && ${CPUTYPE:M*soft*} != ""
13 .if !defined(CPUTYPE) || ${CPUTYPE:M*soft*} == ""
/freebsd-current/tools/test/stress2/misc/
H A Dlockf.sh44 mount -t nfs -o tcp -o retrycnt=3 -o intr -o soft \
53 mount -t nfs -o tcp -o retrycnt=3 -o intr -o soft \
66 mount -t nfs -o tcp -o retrycnt=3 -o intr -o soft \
H A Dnullfs23.sh41 mount -t nfs -o tcp -o retrycnt=3 -o intr,soft -o rw $nfs_export $mp2
H A Dtrim6.sh42 r=`mount | grep -w soft-updates | awk '{print $1}' | while read dev; do
H A Dnfs4.sh41 mount -t nfs -o tcp -o retrycnt=3 -o intr,soft -o rw $nfs_export $mntpoint
62 mount -t nfs -o tcp -o retrycnt=3 -o intr,soft -o rw $nfs_export $mntpoint
H A Dnfs7.sh41 mount -t nfs -o nfsv3,tcp,nolockd -o retrycnt=3 -o intr,soft -o rw \
60 mount -t nfs -o tcp -o retrycnt=3 -o intr,soft -o rw $nfs_export $mntpoint
H A Dcrossmp2.sh43 mount -t nfs -o tcp -o nfsv3 -o retrycnt=1 -o intr,soft,timeout=1 \
74 -o intr,soft -o rw $nfs_export ${mntpoint}$m
H A Dnfs.sh40 mount -t nfs -o tcp -o retrycnt=3 -o intr,soft -o rw $nfs_export $mntpoint
H A Dnfssillyrename.sh44 mount -t nfs -o tcp -o retrycnt=3 -o soft -o rw $nfs_export $mntpoint ||
H A Dpathconf.sh46 mount -t nfs -o tcp -o retrycnt=3 -o intr,soft -o rw $nfs_export $mp/nfs
H A Dtrim7.sh41 r=`mount | grep -w soft-updates | awk '{print $1}' | while read dev; do
H A Djexec.sh41 mount -t nfs -o tcp -o retrycnt=3 -o intr,soft -o rw $nfs_export $mntpoint
H A Dcrossmp6.sh50 mount -t nfs -o tcp -o nfsv3 -o retrycnt=1 -o soft,timeout=1 \
66 mount -t nfs -o tcp -o nfsv3 -o retrycnt=1 -o soft,timeout=1 \
90 -o soft -o rw $nfs_export ${mntpoint}$m
H A Dlockd.sh40 mount -t nfs -o tcp -o nfsv3 -o retrycnt=1 -o soft,timeout=1 \
H A Dnfs14.sh50 mount -t nfs -o tcp -o retrycnt=3 -o soft \
H A Dnfs3.sh41 mount -t nfs -o tcp -o retrycnt=3 -o intr,soft -o rw $nfs_export $mntpoint
H A Dnfs8.sh42 mount -t nfs -o nfsv3,tcp,nolockd -o retrycnt=3 -o intr,soft -o rw \
H A Dnfs9.sh59 mount -t nfs -o tcp -o retrycnt=3 -o intr -o soft \
H A Dnfs2.sh60 mount -t nfs -o tcp -o retrycnt=3 -o intr,soft -o rw \
/freebsd-current/lib/libclang_rt/
H A Dcompiler-rt-vars.mk6 # armv[67] is a bit special since we allow a soft-floating version via
7 # CPUTYPE matching *soft*. This variant may not actually work though.
9 (!defined(CPUTYPE) || ${CPUTYPE:M*soft*} == "")
/freebsd-current/lib/libc/arm/gen/
H A DMakefile.inc24 .if !defined(CPUTYPE) || ${CPUTYPE:M*soft*} == ""
/freebsd-current/contrib/wpa/src/drivers/
H A Drfkill.c23 u8 soft; member in struct:rfkill_event
78 "op=%u soft=%u hard=%u",
79 event.idx, event.type, event.op, event.soft,
85 } else if (event.soft) {
86 wpa_printf(MSG_INFO, "rfkill: WLAN soft blocked");
170 "op=%u soft=%u hard=%u",
171 event.idx, event.type, event.op, event.soft,
178 } else if (event.soft) {
179 wpa_printf(MSG_INFO, "rfkill: WLAN soft blocked");
/freebsd-current/crypto/openssl/crypto/engine/
H A Deng_cnf.c52 int soft = 0; local
77 soft = 1;
98 if (!e && soft) {

Completed in 212 milliseconds

123