Searched refs:ENOSPC (Results 1 - 25 of 311) sorted by relevance

1234567891011>>

/freebsd-11.0-release/tools/regression/ufs/uprintf/
H A Dufs_uprintf.c63 * Fill up the disk, then generate NUMTRIES additional ENOSPC errors.
80 * we hit our first error, and hope it is ENOSPC.
97 if (errno != ENOSPC) {
110 if (len < 0 && errno != ENOSPC) {
111 warn("fill_blocks: write after ENOSPC");
124 * hitting ENOSPC, try NUMTRIES additional times. Note that we don't be able
147 if (errno != ENOSPC) {
154 if (fd < 0 && errno != ENOSPC) {
155 warn("fill_inodes: open(%s) after ENOSPC", path);
159 warnx("fill_inodes: open(%s) after ENOSPC returne
[all...]
/freebsd-11.0-release/sys/boot/efi/libefi/
H A Derrno.c77 errno = ENOSPC;
/freebsd-11.0-release/contrib/pjdfstest/tests/mkdir/
H A D11.t4 desc="mkdir returns ENOSPC if there are no free inodes on the file system on which the directory is being created"
28 expect ENOSPC mkdir ${n0}/${n1} 0755
/freebsd-11.0-release/contrib/pjdfstest/tests/mkfifo/
H A D11.t4 desc="mkfifo returns ENOSPC if there are no free inodes on the file system on which the file is being created"
28 expect ENOSPC mkfifo ${n0}/${n1} 0644
/freebsd-11.0-release/contrib/pjdfstest/tests/open/
H A D19.t4 desc="open returns ENOSPC when O_CREAT is specified, the file does not exist, and there are no free inodes on the file system on which the file is being created"
28 expect ENOSPC open ${n0}/${i} O_RDONLY,O_CREAT 0644
/freebsd-11.0-release/contrib/pjdfstest/tests/symlink/
H A D11.t4 desc="symlink returns ENOSPC if there are no free inodes on the file system on which the symbolic link is being created"
28 expect ENOSPC symlink test ${n0}/${n1}
/freebsd-11.0-release/crypto/heimdal/lib/roken/
H A Dinet_ntop.c52 errno = ENOSPC;
89 errno = ENOSPC;
/freebsd-11.0-release/contrib/pjdfstest/tests/link/
H A D15.t4 desc="link returns ENOSPC if the directory in which the entry for the new link is being placed cannot be extended because there is no space left on the file system containing the directory"
30 expect ENOSPC link ${n0}/${n1} ${n0}/${n2}
/freebsd-11.0-release/contrib/tcpdump/missing/
H A Dinet_ntop.c69 errno = ENOSPC;
175 errno = ENOSPC;
194 errno = ENOSPC;
/freebsd-11.0-release/lib/libc/inet/
H A Dinet_ntop.c91 errno = ENOSPC;
172 errno = ENOSPC;
190 errno = ENOSPC;
/freebsd-11.0-release/contrib/libc++/include/
H A Derrno.h336 #ifndef ENOSPC
337 #define ENOSPC 9965 macro
/freebsd-11.0-release/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dutil.py95 errno.ENOSPC: _("out of space"),
108 __strs[errno.EDQUOT] = __strs[errno.ENOSPC]
/freebsd-11.0-release/sys/dev/drm2/i915/
H A Di915_gem_evict.c122 return -ENOSPC;
167 return -ENOSPC;
/freebsd-11.0-release/contrib/netbsd-tests/fs/vfs/
H A Dt_full.c83 if (errno != ENOSPC)
93 ATF_TC_FSAPPLY(fillfs, "fills file system, expects ENOSPC");
/freebsd-11.0-release/sys/dev/ixl/
H A Dixl_pf_qmgr.c72 return (ENOSPC);
76 return (ENOSPC);
110 return (ENOSPC);
194 return (-ENOSPC);
/freebsd-11.0-release/sys/dev/sfxge/common/
H A Defx_bootcfg.c95 rc = ENOSPC;
102 rc = ENOSPC;
207 rc = ENOSPC;
278 rc = ENOSPC;
/freebsd-11.0-release/sys/sys/
H A Derrno.h81 #define ENOSPC 28 /* No space left on device */ macro
/freebsd-11.0-release/sys/xen/
H A Derror.h57 [XEN_ENOSPC] = ENOSPC,
/freebsd-11.0-release/sys/xen/interface/
H A Derrno.h55 XEN_ERRNO(ENOSPC, 28) /* No space left on device */
/freebsd-11.0-release/sys/xen/interface/io/
H A Dxs_wire.h81 XSD_ERROR(ENOSPC),
/freebsd-11.0-release/contrib/unbound/compat/
H A Dinet_ntop.c99 errno = ENOSPC;
211 errno = ENOSPC;
/freebsd-11.0-release/crypto/openssh/openbsd-compat/
H A Dinet_ntop.c94 errno = ENOSPC;
204 errno = ENOSPC;
/freebsd-11.0-release/contrib/ntp/lib/isc/
H A Dinet_ntop.c98 errno = ENOSPC;
197 errno = ENOSPC;
/freebsd-11.0-release/contrib/apr/network_io/unix/
H A Dinet_ntop.c109 errno = ENOSPC;
237 errno = ENOSPC;
/freebsd-11.0-release/contrib/ldns/compat/
H A Dinet_ntop.c99 errno = ENOSPC;
211 errno = ENOSPC;

Completed in 240 milliseconds

1234567891011>>