Home
last modified time | relevance | path

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

123

/dragonfly/contrib/gcc-4.7/libgcc/config/
H A Dt-softfp19 # Targets using soft-fp should define the following variables:
21 # softfp_float_modes: a list of soft-float floating-point modes,
31 # is a soft-float mode; for example, sftf where sf is hard-float and
32 # tf is soft-float.
39 # for targets with both hard-float and soft-float multilibs, since
41 # soft-fp can be used conditionally on the multilib instead.
77 $(addsuffix .c,$(addprefix $(srcdir)/soft-fp/,$(softfp_func_list)))
83 echo '#include "soft-fp/$@"' >> $@
88 # for the functions in the soft-fp files have not been brought across
91 soft-fp-objects = $(addsuffix $(objext), $(softfp_file_list)) \
[all …]
/dragonfly/sys/vfs/ufs/
H A DREADME6 This package constitutes the alpha distribution of the soft update
68 With soft updates:
76 Without soft updates:
93 With soft updates:
151 managed using soft updates. If you wish to stop using
152 soft updates due to performance or reliability reasons,
222 tunefs - add a flag to enable and disable soft updates
224 mount - print out whether soft updates are enabled and
229 filesystems using soft updates
232 on the 13 new memory types used by the soft update code.
[all …]
H A DREADME.softupdates7 Once you're running a kernel with soft update support, you need to enable
8 it for whichever filesystems you wish to run with the soft update policy.
14 To permanently enable soft updates on the /usr filesystem (or at least
17 For more general information on soft updates, please see:
/dragonfly/contrib/wpa_supplicant/src/drivers/
H A Drfkill.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()
/dragonfly/contrib/gcc-8.0/
H A DREADME.DELETED1442 libgcc/soft-fp/README
1443 libgcc/soft-fp/adddf3.c
1444 libgcc/soft-fp/addsf3.c
1445 libgcc/soft-fp/divdf3.c
1447 libgcc/soft-fp/eqdf2.c
1448 libgcc/soft-fp/eqsf2.c
1479 libgcc/soft-fp/gedf2.c
1480 libgcc/soft-fp/gesf2.c
1481 libgcc/soft-fp/half.h
1482 libgcc/soft-fp/ledf2.c
[all …]
/dragonfly/crypto/libressl/crypto/engine/
H A Deng_cnf.c108 int soft = 0; in int_engine_configure() local
137 soft = 1; in int_engine_configure()
157 if (!e && soft) { in int_engine_configure()
/dragonfly/test/stress/stress2/misc/
H A Dlockf.sh41 mount -t nfs -o tcp -o retrycnt=3 -o intr -o soft -o rw 127.0.0.1:/tmp $mntpoint
H A Dnfs.sh38 mount -t nfs -o tcp -o retrycnt=3 -o intr -o soft -o rw 127.0.0.1:/tmp $mntpoint
H A Dnfs8.sh40 mount -t nfs -o nfsv3,tcp,nolockd -o retrycnt=3 -o intr -o soft -o rw 127.0.0.1:/tmp $mntpoint
H A Dnfs3.sh39 mount -t nfs -o tcp -o retrycnt=3 -o intr -o soft -o rw 127.0.0.1:/tmp $mntpoint
H A Dnfs4.sh39 mount -t nfs -o tcp -o retrycnt=3 -o intr -o soft -o rw 127.0.0.1:/tmp $mntpoint
H A Dnfs7.sh39 mount -t nfs -o nfsv3,tcp,nolockd -o retrycnt=3 -o intr -o soft -o rw 127.0.0.1:/tmp $mntpoint
H A Dnfs9.sh45 mount -t nfs -o tcp -o retrycnt=3 -o intr -o soft -o rw 127.0.0.1:/tmp $mntpoint
H A Dcrossmp2.sh65 mount -t nfs -o tcp -o nfsv3 -o retrycnt=3 -o intr -o soft -o rw 127.0.0.1:/tmp ${mntpoint}$m
H A Dnfs2.sh57 mount -t nfs -o tcp -o retrycnt=3 -o intr -o soft -o rw 127.0.0.1:$mntpoint $mntpoint2
H A Dnfs5.sh55 mount -t nfs -o tcp -o retrycnt=3 -o intr -o soft -o rw 127.0.0.1:/$mntpoint $mntpoint2
H A Dnfs6.sh56 mount -t nfs -o tcp -o retrycnt=3 -o intr -o soft -o rw 127.0.0.1:$mntpoint ${mntpoint}2
H A Dnfsrename.sh46 mount -t nfs -o tcp -o retrycnt=3 -o intr -o soft -o rw 127.0.0.1:/tmp $mntpoint
/dragonfly/contrib/gcc-4.7/libgcc/config/i386/64/
H A Dt-softfp-compat7 tf-functions := $(addprefix $(srcdir)/soft-fp/, $(tf-compats))
/dragonfly/games/quiz/datfiles/
H A Dposneg32 hard:soft|easy
/dragonfly/gnu/lib/gcc47/libgcc_pic/
H A DMakefile4 .PATH: ${GCCDIR}/libgcc/soft-fp
/dragonfly/gnu/lib/gcc80/libgcc_pic/
H A DMakefile4 .PATH: ${GCCDIR}/libgcc/soft-fp
/dragonfly/usr.bin/limits/
H A Dlimits.c66 const char * soft; /* Soft limit text */ member
493 shellparm[shelltype].soft); in main()
/dragonfly/share/mk/
H A Dbsd.crunchgen.mk48 CRUNCH_LINKTYPE= soft
/dragonfly/sys/config/
H A DVKERNEL6442 options SOFTUPDATES #Enable FFS soft updates support

123