Searched refs:EFBIG (Results 1 - 25 of 195) sorted by relevance

12345678

/freebsd-13-stable/stand/i386/libi386/
H A Di386_copy.c44 errno = EFBIG;
56 errno = EFBIG;
70 errno = EFBIG;
/freebsd-13-stable/contrib/pjdfstest/tests/ftruncate/
H A D12.t5 desc="truncate returns EFBIG or EINVAL if the length argument was greater than the maximum file size"
17 EFBIG|EINVAL)
/freebsd-13-stable/contrib/pjdfstest/tests/truncate/
H A D12.t5 desc="truncate returns EFBIG or EINVAL if the length argument was greater than the maximum file size"
17 EFBIG|EINVAL)
/freebsd-13-stable/sys/dev/cxgb/sys/
H A Duipc_mvec.c72 err = EFBIG;
74 } else if (err == EFBIG || seg_count >= TX_MAX_SEGS) {
88 err = EFBIG;
/freebsd-13-stable/stand/libsa/
H A Dstrerror.c56 {EFBIG, "file too large"},
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dzcp_global.c57 {"EFBIG", EFBIG},
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/
H A Dpwhash_argon2id.c143 errno = EFBIG;
153 errno = EFBIG;
189 errno = EFBIG;
216 errno = EFBIG;
H A Dpwhash_argon2i.c147 errno = EFBIG;
157 errno = EFBIG;
193 errno = EFBIG;
220 errno = EFBIG;
/freebsd-13-stable/sys/dev/sfxge/
H A Dsfxge_dma.c107 err = EFBIG;
109 } else if (err == EFBIG || seg_count >= maxsegs) {
120 err = EFBIG;
/freebsd-13-stable/sys/dev/twa/
H A Dtw_osl_share.h103 #define TW_OSL_EBIG EFBIG /* request too big */
/freebsd-13-stable/usr.sbin/makefs/ffs/
H A Dufs_bmap.c99 return (EFBIG);
/freebsd-13-stable/tests/sys/cddl/zfs/bin/
H A Dlargest_file.c42 * will produce an errno of EFBIG.
102 if (errno == EFBIG) {
103 (void) printf("write errno=EFBIG: success\n");
106 perror("Did not receive EFBIG");
/freebsd-13-stable/sys/fs/ext2fs/
H A Dext2_balloc.c115 return (EFBIG);
163 return (EFBIG);
197 return (EFBIG);
241 return (EFBIG);
281 return (EFBIG);
/freebsd-13-stable/contrib/lib9p/pytest/
H A Dlerrno.py33 EFBIG = 27 variable
168 EFBIG: 'File too large',
/freebsd-13-stable/contrib/llvm-project/libcxx/include/
H A Derrno.h329 #ifndef EFBIG
330 #define EFBIG 9956 macro
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/cmd/largest_file/
H A Dlargest_file.c46 * will produce an errno of EFBIG.
114 if (errno == EFBIG || errno == EINVAL) {
115 (void) printf("write errno=EFBIG|EINVAL: success\n");
119 perror("Did not receive EFBIG");
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/stdio/
H A Dt_popen.c107 errno = EFBIG;
/freebsd-13-stable/sys/mips/cavium/cryptocteon/
H A Dcryptocteon.c271 crp->crp_etype = EFBIG;
281 crp->crp_etype = EFBIG;
310 crp->crp_etype = EFBIG;
322 crp->crp_etype = EFBIG;
/freebsd-13-stable/sys/sys/
H A Derrno.h82 #define EFBIG 27 /* File too large */ macro
/freebsd-13-stable/sys/dev/ixl/
H A Di40e_adminq.h147 -EFBIG, /* I40E_AQ_RC_EFBIG */
/freebsd-13-stable/sys/arm/arm/
H A Dfiq.c95 return (EFBIG);
/freebsd-13-stable/cddl/lib/libdtrace/
H A Derrno.d84 inline int EFBIG = 27;
85 #pragma D binding "1.0" EFBIG
275 errno == EFBIG ? "File too large" :
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/nosse/
H A Dpwhash_scryptsalsa208sha256_nosse.c307 errno = EFBIG;
312 errno = EFBIG;
316 errno = EFBIG;
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/sse/
H A Dpwhash_scryptsalsa208sha256_sse.c323 errno = EFBIG;
329 errno = EFBIG;
333 errno = EFBIG;
/freebsd-13-stable/contrib/mandoc/
H A Ddbm_map.c75 errno = EFBIG;

Completed in 134 milliseconds

12345678