Searched refs:none (Results 201 - 225 of 707) sorted by relevance

1234567891011>>

/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/casenorm/
H A Dnorm_all_values.ksh29 # 2. Check that utf8only is set on except for normalization=none.
31 # and normalization other than none.
43 for form in none formC formD formKC formKD; do
45 if [[ $form != "none" ]] ; then
65 if [[ $normalization != "none" ]]; then
66 log_fail "Turning off utf8only didn't set normalization to none"
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_change-key/
H A Dzfs_change-key_location.ksh34 # 6. Attempt to change the key location to 'none'
62 log_mustnot zfs change-key -o keylocation=none $TESTPOOL/$TESTFS1
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cachefile/
H A Dcachefile_003_pos.ksh76 set -A opts "none" "none" \
85 if [[ ${opts[i]} != none ]]; then
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/userquota/
H A Duserquota_007_pos.ksh49 log_must zfs set quota=none $QFS
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/reservation/
H A Dreservation_015_pos.ksh39 # reservation, setting the reservation on the volume to 'none' should allow
48 # 4) Set the reservation on the volume to 'none'
54 log_assert "Setting volume reservation to 'none' allows more data to be " \
94 log_must zfs set refreservation=none $TESTPOOL/$TESTVOL
99 log_pass "Setting top level volume reservation to 'none' allows more " \
H A Dreservation_014_pos.ksh112 log_must zfs set quota=none $obj
H A Dreservation_003_pos.ksh40 # to none.
125 log_must zfs set reservation=none $TESTPOOL/$TESTVOL
H A Dreservation_009_pos.ksh39 # setting the reservation on the second filesystem to 'none' should allow more
48 # 5) Set the reservation on the dataset filesystem to 'none'
54 log_assert "Setting top level dataset reservation to 'none' allows more data " \
96 log_must zfs set reservation=none $TESTPOOL/$TESTFS1
101 log_pass "Setting top level dataset reservation to 'none' allows more " \
H A Dreservation_002_pos.ksh47 # 4) Verify that the reservation is still set to 'none' (or 0) on
81 log_must zfs set reservation=none $TESTPOOL/$TESTVOL
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/fault/
H A Dauto_spare_002_pos.ksh68 log_must zfs create -o primarycache=none $TESTPOOL/$TESTFS
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerAtomicPass.cpp70 return PreservedAnalyses::none();
H A DFlattenCFGPass.cpp105 return EverChanged ? PreservedAnalyses::none() : PreservedAnalyses::all();
/freebsd-current/contrib/arm-optimized-routines/string/aarch64/
H A Dstrnlen-sve.S40 b.none 9f
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerInvoke.cpp93 return PreservedAnalyses::none();
/freebsd-current/tools/test/stress2/misc/
H A Dfsck3.sh55 dd if=/dev/zero of=$diskimage bs=$max count=1 status=none
71 conv=notrunc status=none
/freebsd-current/usr.bin/ssh-copy-id/
H A Dssh-copy-id.sh38 printf "%s\n" "$k" | ssh $port -S none $options "$user$h" /bin/sh -c \'' \
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/raidz/
H A Draidz_expand_006_neg.ksh66 log_must zpool create -f -o cachefile=none -o feature@raidz_expansion=disabled \
/freebsd-current/tests/sys/cddl/zfs/tests/cachefile/
H A Dcachefile_003_pos.ksh83 set -A opts "none" "none" \
92 if [[ ${opts[i]} != none ]]; then
/freebsd-current/tests/sys/cddl/zfs/tests/userquota/
H A Duserquota_007_pos.ksh58 log_must $ZFS set quota=none $QFS
/freebsd-current/tests/sys/cddl/zfs/tests/reservation/
H A Dreservation_003_pos.ksh40 # to none.
123 log_must $ZFS set reservation=none $TESTPOOL/$TESTVOL
/freebsd-current/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFIRPeephole.cpp97 return BPFIRPeepholeImpl(F) ? PreservedAnalyses::none()
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DAssumeBundleQueries.cpp148 return RetainedKnowledge::none();
153 return RetainedKnowledge::none();
180 return RetainedKnowledge::none();
194 return RetainedKnowledge::none();
/freebsd-current/contrib/llvm-project/libcxx/include/__filesystem/
H A Dcopy_options.h25 none = 0, member in class:copy_options
H A Ddirectory_options.h24 enum class directory_options : unsigned char { none = 0, follow_directory_symlink = 1, skip_permission_denied = 2 }; member in class:directory_options
H A Dfile_status.h29 _LIBCPP_HIDE_FROM_ABI file_status() noexcept : file_status(file_type::none) {}

Completed in 381 milliseconds

1234567891011>>