Home
last modified time | relevance | path

Searched full:exceed (Results 1 – 25 of 816) sorted by relevance

12345678910>>...33

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/limits/
H A Dsnapshot_limit.ksh27 # 1. Verify 'zfs snapshot' cannot exceed the snapshot_limit
29 # 3. Verify 'zfs promote' cannot exceed the limit
30 # 4. Verify 'zfs receive' cannot exceed the limit
88 # 1. Verify 'zfs snapshot' cannot exceed the snapshot_limit
122 # 3. Verify 'zfs promote' cannot exceed the limit
139 # 4. Verify 'zfs receive' cannot exceed the limit
H A Dfilesystem_limit.ksh27 # 1. Verify 'zfs create' and 'zfs clone' cannot exceed the filesystem_limit
29 # 3. Verify 'zfs receive' cannot exceed the limit
87 # 1. Verify 'zfs create' and 'zfs clone' cannot exceed the filesystem_limit
124 # 3. Verify 'zfs receive' cannot exceed the limit
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_rename/
H A Dzfs_rename_014_neg.ksh32 # zfs rename should work on existing datasets that exceed
43 # cannot exceed the new nesting limit but can exceed
46 # the scenario of existing datasets that exceed our
49 # trying to keep existing datasets that exceed the limit
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/userquota/
H A Duserquota_010_pos.ksh42 # 2. write to exceed the userquota size to check the result
43 # 3. write to exceed the groupquota size to check the result
55 log_note "overwrite to $QFS to make it exceed userquota"
70 log_note "overwrite to $QFS to make it exceed userquota"
H A Ddefaultuserquota_008_pos.ksh42 # 2. write to exceed the defaultuserquota size to check the result
44 # 4. write (as a different user) to exceed the defaultgroupquota size to check the result
56 log_note "write to $QFS to make it exceed defaultuserquota ($GQUOTA_SIZE)"
71 log_note "write to $QFS as $QUSER2 to make it exceed defaultgroupquota"
H A Ddefaultuserquota_012_neg.ksh43 # 2. The write operation should not fail when defaultuserquota is exceed
44 # 3. The write operation should fail when userquota is exceed
46 # 5. The write operation should not fail when defaultgroupquota is exceed
47 # 6. The write operation should fail when group quota is exceed
H A Ddefaultuserquota_001_pos.ksh42 # 1. Set defaultuserquota and exceed the quota size
44 # 3. Set defaultgroupquota and exceed the quota size
/freebsd/tests/sys/cddl/zfs/tests/userquota/
H A Duserquota_010_pos.ksh37 # 2. write to exceed the userquota size to check the result
38 # 3. write to exceed the groupquota size to check the result
62 log_note "overwrite to $QFS to make it exceed userquota"
77 log_note "overwrite to $QFS to make it exceed userquota"
/freebsd/tests/sys/cddl/zfs/tests/refreserv/
H A Drefreserv_004_pos.ksh89 typeset exceed
90 exceed=15M
91 log_mustnot $ZFS set refreservation=$exceed $subfs
92 log_mustnot $MKFILE $exceed $mntpnt/$TESTFILE
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/refreserv/
H A Drefreserv_004_pos.ksh82 typeset -i exceed
83 ((exceed = avail + 1))
84 log_mustnot zfs set refreservation=$exceed $subfs
/freebsd/tests/sys/cddl/zfs/tests/acl/nontrivial/
H A Dzfs_acl_chmod_001_neg.ksh38 # 3) Add ACE exceed 1024 will cause to fail.
44 # 4. Verify 'chmod A+' will succeed when the ACE number exceed 1024.
109 # One more ACE exceed the max limitation.
/freebsd/tests/sys/netinet6/frag6/
H A Dfrag6_05.sh137 <time-exceed-transmit>0</time-exceed-transmit>
138 <time-exceed-reassembly>0</time-exceed-reassembly>
330 <time-exceed-transmit>0</time-exceed-transmit>
331 <time-exceed-reassembly>10</time-exceed-reassembly>
H A Dfrag6_01.sh131 <time-exceed-transmit>0</time-exceed-transmit>
132 <time-exceed-reassembly>0</time-exceed-reassembly>
/freebsd/crypto/openssl/doc/man7/
H A DEVP_MD-common.pod18 The length of the "blocksize" parameter should not exceed that of a
26 The length of the "size" parameter should not exceed that of a B<size_t>.
H A Dprovider-digest.pod134 The digest should not exceed I<outsz> bytes.
142 exceed I<outsz> bytes.
182 The length of the "blocksize" parameter should not exceed that of a B<size_t>.
187 The length of the "size" parameter should not exceed that of a B<size_t>.
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/quota/
H A Dquota_002_pos.ksh44 # 2) Exceed the quota
52 log_assert "Verify that a file write cannot exceed the file system quota"
H A Dquota_004_pos.ksh44 # 2) Exceed the quota
52 log_assert "Verify that a file write cannot exceed the file system quota" \
/freebsd/sys/kern/
H A Dimgact_aout.c252 /* text + data can't exceed file size */ in exec_aout_imgact()
257 * text/data/bss must not exceed limits in exec_aout_imgact()
260 if (/* text can't exceed maximum text size */ in exec_aout_imgact()
263 /* data + bss can't exceed rlimit */ in exec_aout_imgact()
/freebsd/lib/libpmc/pmu-events/arch/powerpc/power8/
H A Dpmc.json101 "BriefDescription": "Threshold counter exceed a count of 256",
113 "BriefDescription": "Threshold counter exceed a count of 4096",
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/reservation/
H A Dreservation_002_pos.ksh39 # Reservation values cannot exceed the amount of space available
66 log_assert "Reservation values cannot exceed the amount of space" \
/freebsd/contrib/tcpdump/
H A Dprint-resp.c78 * while also making sure we don't exceed the buffer '_len'
80 * If we exceed or go past the end of the captured data,
105 * while also making sure we don't exceed the buffer '_len'
107 * If we exceed or go past the end of the captured data,
123 * If we exceed '_len' or go past the end of the captured data,
/freebsd/tests/sys/cddl/zfs/tests/quota/
H A Dquota_002_pos.ksh43 # 2) Exceed the quota
60 log_assert "Verify that a file write cannot exceed the file system quota"
H A Dquota_004_pos.ksh43 # 2) Exceed the quota
60 log_assert "Verify that a file write cannot exceed the file system quota" \
/freebsd/sys/contrib/device-tree/Bindings/ata/
H A Dbaikal,bt1-ahci.yaml61 transaction size can't exceed 16 beats (AxLEN[3:0]).
68 transaction size can't exceed 16 beats (AxLEN[3:0]).
/freebsd/secure/lib/libcrypto/man/man7/
H A Dprovider-digest.7269 The digest should not exceed \fIoutsz\fR bytes.
277 exceed \fIoutsz\fR bytes.
314 The length of the \*(L"blocksize\*(R" parameter should not exceed that of a \fBsize_t\fR.
319 The length of the \*(L"size\*(R" parameter should not exceed that of a \fBsize_t\fR.

12345678910>>...33