/external/tcpdump/ |
D | addrtostr.c | 70 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/ |
D | trace.c | 94 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/ |
D | enospc-pressure.fio | 10 # 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/ |
D | inet_ntop.c | 66 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/ |
D | setadv.c | 59 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/ |
D | shmget03.c | 96 case ENOSPC: in main() 150 if (errno != ENOSPC) { in setup()
|
/external/netperf/src/missing/ |
D | inet_ntop.c | 84 #define ENOSPC 28 macro 105 Set_errno(ENOSPC); in inet_ntop_v4()
|
/external/ltp/testcases/kernel/syscalls/ipc/semget/ |
D | semget05.c | 101 case ENOSPC: in main() 136 if (errno != ENOSPC) { in setup()
|
/external/ltp/testcases/kernel/mem/hugetlb/hugeshmget/ |
D | hugeshmget03.c | 101 if (TEST_ERRNO == ENOSPC) in main() 146 if (errno != ENOSPC) in setup()
|
/external/curl/src/ |
D | tool_dirhie.c | 69 #ifdef ENOSPC in show_dir_errno() 70 case ENOSPC: in show_dir_errno()
|
/external/syslinux/libinstaller/ |
D | setadv.c | 71 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/ |
D | reiser_fract_tree.c | 178 if (errno == ENOSPC) { in make_file() 207 if (errno == ENOSPC) { in make_file() 304 if (errno == ENOSPC) { in make_directory()
|
/external/libcxx/include/ |
D | errno.h | 336 #ifndef ENOSPC 337 #define ENOSPC 9965 macro
|
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
D | 3-2.c | 81 ENOSPC, "ENOSPC", ENOSPC},
|
/external/c-ares/ |
D | inet_ntop.c | 104 SET_ERRNO(ENOSPC); in inet_ntop4() 202 SET_ERRNO(ENOSPC); in inet_ntop6()
|
/external/ltp/lib/ |
D | tst_fs_link_count.c | 82 case ENOSPC: in tst_fs_fill_hardlinks_() 159 case ENOSPC: in tst_fs_fill_subdirs_()
|
/external/syslinux/com32/lib/ |
D | dhcppack.c | 28 return ENOSPC; in dhcp_pack_field_zero() 102 return ENOSPC; /* Buffer impossibly small */ in dhcp_pack_packet()
|
/external/iw/ |
D | connect.c | 58 return -ENOSPC; in iw_conn() 213 return -ENOSPC; in iw_auth()
|
D | offch.c | 39 return -ENOSPC; in offchannel()
|
/external/openssh/openbsd-compat/ |
D | inet_ntop.c | 94 errno = ENOSPC; in inet_ntop4() 204 errno = ENOSPC; in inet_ntop6()
|
/external/fio/os/windows/ |
D | posix.c | 61 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/ |
D | errno-base.h | 31 #define ENOSPC 28 /* No space left on device */ macro
|
/external/libcxx/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 217 #ifndef ENOSPC 218 #error ENOSPC not defined
|
/external/syslinux/dos/ |
D | errno.h | 31 #define ENOSPC 28 /* No space left on device */ macro
|
/external/libusb/msvc/ |
D | errno.h | 52 #define ENOSPC 28 /* No space left on device */ macro
|