Home
last modified time | relevance | path

Searched refs:soft (Results 1 – 25 of 219) sorted by relevance

123456789

/freebsd-head/contrib/wpa/src/drivers/
HDrfkill.c23 u8 soft; member
79 event.idx, event.type, event.op, event.soft, in rfkill_receive()
85 } else if (event.soft) { in rfkill_receive()
171 event.idx, event.type, event.op, event.soft, in rfkill_init()
178 } else if (event.soft) { in rfkill_init()
/freebsd-head/tools/test/stress2/misc/
HDlockf.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 \
HDcrossmp6.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
HDnfs4.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
HDcrossmp2.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
HDnfs7.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
HDnullfs23.sh41 mount -t nfs -o tcp -o retrycnt=3 -o intr,soft -o rw $nfs_export $mp2
HDsendfile20.sh50 mount -t nfs -o tcp -o retrycnt=3 -o intr,soft -o rw $nfs_export $mntpoint
63 mount -t nfs -o tcp -o retrycnt=3 -o intr,soft -o rw $nfs_export $mntpoint
HDtrim6.sh42 r=`mount | grep -w soft-updates | awk '{print $1}' | while read dev; do
HDnfs.sh40 mount -t nfs -o tcp -o retrycnt=3 -o intr,soft -o rw $nfs_export $mntpoint
/freebsd-head/sys/contrib/device-tree/Bindings/power/reset/
HDkeystone-reset.txt10 Additionally soft or hard reset can be configured.
26 - ti,soft-reset: Boolean option indicating soft reset.
59 WDT0 or WDT2 is triggered it issues soft reset for SoC.
66 ti,soft-reset;
/freebsd-head/sys/contrib/device-tree/Bindings/usb/
Dhisilicon,histb-xhci.txt19 "soft": for soft reset
42 reset-names = "soft";
/freebsd-head/lib/libc/arm/aeabi/
HDMakefile.inc6 .if defined(CPUTYPE) && ${CPUTYPE:M*soft*} != ""
12 .if !defined(CPUTYPE) || ${CPUTYPE:M*soft*} == ""
/freebsd-head/crypto/openssl/crypto/engine/
HDeng_cnf.c52 int soft = 0; in int_engine_configure() local
77 soft = 1; in int_engine_configure()
98 if (!e && soft) { in int_engine_configure()
/freebsd-head/sys/contrib/device-tree/Bindings/pci/
HDhisilicon-histb-pcie.txt31 "soft": soft reset;
66 reset-names = "soft", "sys", "bus";
/freebsd-head/contrib/llvm-project/llvm/tools/llvm-dwp/
HDOpts.td15 "\t\tfor .debug_*.dwo sections overfolws into a warning. = soft-stop, This produces a \n"
18 Values<"continue,soft-stop">;
/freebsd-head/sys/contrib/device-tree/Bindings/reset/
Dimg,pistachio-reset.txt5 disable individual IP blocks within the Pistachio SoC using "soft reset"
8 The actual action taken when soft reset is asserted is hardware dependent.
/freebsd-head/crypto/openssl/crypto/
HDprovider_conf.c205 int soft = 0; in provider_conf_load() local
238 soft = 1; in provider_conf_load()
273 if (soft) in provider_conf_load()
/freebsd-head/tools/build/options/
HDWITH_LIBSOFT1 On armv6 only, enable soft float ABI compatibility libraries.
/freebsd-head/lib/libc/arm/
HDMakefile.inc13 .if !defined(CPUTYPE) || ${CPUTYPE:M*soft*} == ""
/freebsd-head/lib/msun/arm/
HDMakefile.inc4 .if defined(CPUTYPE) && ${CPUTYPE:M*soft*} != ""
/freebsd-head/share/mk/
HDbsd.cpu.mk101 . if ${CPUTYPE:M*soft*} != ""
321 . if defined(CPUTYPE) && ${CPUTYPE:M*soft*} != ""
388 .if (${MACHINE} == "arm" && (defined(CPUTYPE) && ${CPUTYPE:M*soft*})) || \
390 MACHINE_ABI+= soft-float
/freebsd-head/lib/libclang_rt/
HDcompiler-rt-vars.mk9 (!defined(CPUTYPE) || ${CPUTYPE:M*soft*} == "")
/freebsd-head/contrib/llvm-project/compiler-rt/lib/builtins/arm/
HDsoftfloat-alias.list2 # These are soft float functions which can be
/freebsd-head/lib/libc/arm/gen/
HDMakefile.inc23 .if !defined(CPUTYPE) || ${CPUTYPE:M*soft*} == ""

123456789