Home
last modified time | relevance | path

Searched refs:ENOSPC (Results 1 – 25 of 40) sorted by relevance

12

/external/fio/examples/
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/tcpdump/missing/
Dinet_ntop.c73 errno = ENOSPC; in inet_ntop_v4()
177 errno = ENOSPC; in inet_ntop_v6()
196 errno = ENOSPC; in inet_ntop_v6()
/external/openssh/openbsd-compat/
Dinet_ntop.c94 errno = ENOSPC; in inet_ntop4()
204 errno = ENOSPC; in inet_ntop6()
/external/fio/os/windows/
Dposix.c67 case ERROR_HANDLE_DISK_FULL: return ENOSPC; in win_to_posix_error()
108 case ERROR_END_OF_MEDIA: return ENOSPC; in win_to_posix_error()
109 case ERROR_EOM_OVERFLOW: return ENOSPC; in win_to_posix_error()
112 case ERROR_NO_DATA_DETECTED: return ENOSPC; in win_to_posix_error()
116 case ERROR_DISK_FULL: return ENOSPC; in win_to_posix_error()
930 errno = ENOSPC; in inet_ntop()
969 errno = ENOSPC; in inet_pton()
/external/kernel-headers/original/uapi/asm-generic/
Derrno-base.h31 #define ENOSPC 28 /* No space left on device */ macro
/external/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp221 #ifndef ENOSPC
222 #error ENOSPC not defined
/external/squashfs-tools/squashfs-tools/
Dunsquashfs_xattr.c86 } else if((errno == ENOSPC || errno == EDQUOT) in write_xattr()
/external/e2fsprogs/lib/quota/
Dquotaio_tree.c80 if (err < 0 && errno != ENOSPC) in write_blk()
83 return -ENOSPC; in write_blk()
109 return -ENOSPC; in get_free_dqblk()
340 errno = ENOSPC; in qtree_write_dquot()
/external/tcpdump/win32/Include/
Derrno.h31 #define ENOSPC 28 /* No space left on device */ macro
/external/libcxx/include/
Dcerrno333 #ifndef ENOSPC
334 #define ENOSPC 9965
Dsystem_error162 no_space_on_device, // ENOSPC
298 no_space_on_device = ENOSPC,
Dmodule.modulemap48 EBADF, EHOSTUNREACH, ENETDOWN, ENOSPC, EOWNERDEAD, EXDEV,
/external/libxml2/os400/
Dwrappers.c60 errno = ENOSPC; in _lx_inet_ntop()
/external/libedit/src/
Dvis.c443 errno = ENOSPC; in istrsenvisx()
463 errno = ENOSPC; in istrsenvisx()
Dunvis.c500 errno = ENOSPC; \ in strnunvisx()
/external/libcxx/test/std/diagnostics/syserr/
Derrc.pass.cpp63 static_assert(static_cast<int>(std::errc::no_space_on_device) == ENOSPC, ""); in main()
/external/fio/engines/
Dglusterfs.c203 if (__e == ENOSPC) { in fio_gf_open_file()
/external/netperf/
Dnetlib.h302 #define ENOSPC 28 macro
/external/libdrm/nouveau/
Dpushbuf.c464 ret = -ENOSPC; in pushbuf_refn()
505 ret = -ENOSPC; in pushbuf_validate()
/external/e2fsprogs/misc/
Dtune2fs.c1330 return ENOSPC; in get_move_bitmaps()
1347 return ENOSPC; in get_move_bitmaps()
1418 retval = ENOSPC; in move_block()
De4defrag.c536 return -ENOSPC; in check_free_size()
588 if ((mode_flag & DETAIL) && ret == -ENOSPC) { in file_check()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_draw.c510 if (intel_batchbuffer_flush(intel) == -ENOSPC) { in brw_try_draw_prims()
/external/fio/
Dbackend.c391 } else if (td->o.fill_device && err == ENOSPC) { in break_on_this_error()
956 if (td->o.fill_device && td->error == ENOSPC) { in do_io()
966 if (td->o.fill_device && td->error == ENOSPC) in do_io()
/external/e2fsprogs/resize/
Dresize2fs.c644 retval = ENOSPC; in adjust_superblock()
1198 return ENOSPC; in resize2fs_get_alloc_block()
1263 retval = ENOSPC; in block_mover()
/external/libdrm/intel/
Dintel_bufmgr_gem.c2357 if (errno == ENOSPC) { in drm_intel_gem_bo_exec()
2455 if (ret == -ENOSPC) { in do_exec2()
2951 return -ENOSPC; in drm_intel_gem_check_aperture_space()
2963 return -ENOSPC; in drm_intel_gem_check_aperture_space()

12