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

1234

/external/kernel-headers/original/uapi/asm-generic/
H A Derrno-base.h31 #define ENOSPC 28 /* No space left on device */ macro
/external/fio/examples/
H A Denospc-pressure.fio10 # File size is reasonably huge to provoke ENOSPC
15 # Expect write failure due to ENOSPC, skip error dump
17 ignore_error=,ENOSPC
/external/netperf/src/missing/
H A Dinet_ntop.c84 #define ENOSPC 28 macro
105 Set_errno(ENOSPC);
/external/curl/lib/
H A Dinet_ntop.c66 SET_ERRNO(ENOSPC);
145 SET_ERRNO(ENOSPC);
163 SET_ERRNO(ENOSPC);
176 * error, EAFNOSUPPORT or ENOSPC.
H A Dconfig-win32ce.h442 #define ENOSPC 1 macro
/external/iw/
H A Dcqm.c19 int ret = -ENOSPC;
H A Doffch.c39 return -ENOSPC;
H A Dconnect.c58 return -ENOSPC;
213 return -ENOSPC;
H A Dibss.c182 return -ENOSPC;
/external/curl/src/
H A Dtool_dirhie.c69 #ifdef ENOSPC
70 case ENOSPC:
/external/tcpdump/missing/
H A Dinet_ntop.c69 errno = ENOSPC;
175 errno = ENOSPC;
194 errno = ENOSPC;
/external/squashfs-tools/squashfs-tools/
H A Dunsquashfs_xattr.c91 } else if((errno == ENOSPC || errno == EDQUOT)
/external/c-ares/
H A Dinet_ntop.c104 SET_ERRNO(ENOSPC);
202 SET_ERRNO(ENOSPC);
H A Dsetup_once.h470 #define ENOSPC ERROR_INVALID_PARAMETER macro
/external/openssh/openbsd-compat/
H A Dinet_ntop.c94 errno = ENOSPC;
204 errno = ENOSPC;
/external/libcxx/test/std/diagnostics/errno/
H A Dcerrno.pass.cpp221 #ifndef ENOSPC
222 #error ENOSPC not defined
/external/fio/os/windows/
H A Dposix.c67 case ERROR_HANDLE_DISK_FULL: return ENOSPC;
108 case ERROR_END_OF_MEDIA: return ENOSPC;
109 case ERROR_EOM_OVERFLOW: return ENOSPC;
112 case ERROR_NO_DATA_DETECTED: return ENOSPC;
116 case ERROR_DISK_FULL: return ENOSPC;
930 errno = ENOSPC;
969 errno = ENOSPC;
/external/e2fsprogs/lib/quota/
H A Dquotaio_tree.c80 if (err < 0 && errno != ENOSPC)
83 return -ENOSPC;
109 return -ENOSPC;
340 errno = ENOSPC;
/external/elfutils/libelf/
H A Delf_update.c91 ENOSPC. Otherwise we ignore the error and treat it as just hint. */
96 if (errno == ENOSPC)
/external/libxml2/os400/
H A Dwrappers.c60 errno = ENOSPC;
/external/lzma/xz-embedded/
H A Dxz_dec_test.c113 return -ENOSPC;
/external/libedit/src/
H A Dvis.c443 errno = ENOSPC;
463 errno = ENOSPC;
/external/libdrm/exynos/
H A Dexynos_fimg2d.c459 return -ENOSPC;
536 return -ENOSPC;
620 return -ENOSPC;
727 return -ENOSPC;
840 return -ENOSPC;
959 return -ENOSPC;
/external/dhcpcd-6.8.2/
H A Ddhcp-common.c444 errno = ENOSPC;
472 errno = ENOSPC;
483 errno = ENOSPC;
496 errno = ENOSPC;
509 errno = ENOSPC;
/external/dbus/dbus/
H A Ddbus-socket-set-epoll.c163 /* Anything except ENOMEM, ENOSPC means we have an internal error. */
168 case ENOSPC:

Completed in 1297 milliseconds

1234