Home
last modified time | relevance | path

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

12345

/external/tcpdump/
Daddrtostr.c70 errno = ENOSPC; in addrtostr()
158 errno = ENOSPC; \ in addrtostr6()
187 errno = ENOSPC; in addrtostr6()
200 errno = ENOSPC; in addrtostr6()
/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/ebb/
Dtrace.c94 return -ENOSPC; in trace_log_reg()
111 return -ENOSPC; in trace_log_counter()
131 return -ENOSPC; in trace_log_string()
148 return -ENOSPC; in trace_log_indent()
161 return -ENOSPC; in trace_log_outdent()
/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/curl/lib/
Dinet_ntop.c66 SET_ERRNO(ENOSPC); in inet_ntop4()
145 SET_ERRNO(ENOSPC); in inet_ntop6()
163 SET_ERRNO(ENOSPC); in inet_ntop6()
/external/syslinux/com32/elflink/ldlinux/
Dsetadv.c59 errno = ENOSPC; /* Max 255 bytes for a data item */ in syslinux_setadv()
99 errno = ENOSPC; /* Not enough space for data */ in syslinux_setadv()
/external/ltp/testcases/kernel/syscalls/ipc/shmget/
Dshmget03.c96 case ENOSPC: in main()
150 if (errno != ENOSPC) { in setup()
/external/netperf/src/missing/
Dinet_ntop.c84 #define ENOSPC 28 macro
105 Set_errno(ENOSPC); in inet_ntop_v4()
/external/ltp/testcases/kernel/syscalls/ipc/semget/
Dsemget05.c101 case ENOSPC: in main()
136 if (errno != ENOSPC) { in setup()
/external/ltp/testcases/kernel/mem/hugetlb/hugeshmget/
Dhugeshmget03.c101 if (TEST_ERRNO == ENOSPC) in main()
146 if (errno != ENOSPC) in setup()
/external/curl/src/
Dtool_dirhie.c69 #ifdef ENOSPC in show_dir_errno()
70 case ENOSPC: in show_dir_errno()
/external/syslinux/libinstaller/
Dsetadv.c71 errno = ENOSPC; /* Max 255 bytes for a data item */ in syslinux_setadv()
109 errno = ENOSPC; /* Not enough space for data */ in syslinux_setadv()
/external/ltp/testcases/kernel/fs/mongo/
Dreiser_fract_tree.c178 if (errno == ENOSPC) { in make_file()
207 if (errno == ENOSPC) { in make_file()
304 if (errno == ENOSPC) { in make_directory()
/external/libcxx/include/
Derrno.h336 #ifndef ENOSPC
337 #define ENOSPC 9965 macro
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
D3-2.c81 ENOSPC, "ENOSPC", ENOSPC},
/external/c-ares/
Dinet_ntop.c104 SET_ERRNO(ENOSPC); in inet_ntop4()
202 SET_ERRNO(ENOSPC); in inet_ntop6()
/external/ltp/lib/
Dtst_fs_link_count.c82 case ENOSPC: in tst_fs_fill_hardlinks_()
159 case ENOSPC: in tst_fs_fill_subdirs_()
/external/syslinux/com32/lib/
Ddhcppack.c28 return ENOSPC; in dhcp_pack_field_zero()
102 return ENOSPC; /* Buffer impossibly small */ in dhcp_pack_packet()
/external/iw/
Dconnect.c58 return -ENOSPC; in iw_conn()
213 return -ENOSPC; in iw_auth()
Doffch.c39 return -ENOSPC; in offchannel()
/external/openssh/openbsd-compat/
Dinet_ntop.c94 errno = ENOSPC; in inet_ntop4()
204 errno = ENOSPC; in inet_ntop6()
/external/fio/os/windows/
Dposix.c61 case ERROR_HANDLE_DISK_FULL: return ENOSPC; in win_to_posix_error()
102 case ERROR_END_OF_MEDIA: return ENOSPC; in win_to_posix_error()
103 case ERROR_EOM_OVERFLOW: return ENOSPC; in win_to_posix_error()
106 case ERROR_NO_DATA_DETECTED: return ENOSPC; in win_to_posix_error()
110 case ERROR_DISK_FULL: return ENOSPC; in win_to_posix_error()
992 errno = ENOSPC; in inet_ntop()
1031 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.cpp217 #ifndef ENOSPC
218 #error ENOSPC not defined
/external/syslinux/dos/
Derrno.h31 #define ENOSPC 28 /* No space left on device */ macro
/external/libusb/msvc/
Derrno.h52 #define ENOSPC 28 /* No space left on device */ macro

12345