/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/ |
D | ns_name.c | 104 errno = EMSGSIZE; in ns_name_ntop() 109 errno = EMSGSIZE; in ns_name_ntop() 115 errno = EMSGSIZE; in ns_name_ntop() 122 errno = EMSGSIZE; in ns_name_ntop() 129 errno = EMSGSIZE; in ns_name_ntop() 138 errno = EMSGSIZE; in ns_name_ntop() 147 errno = EMSGSIZE; in ns_name_ntop() 153 errno = EMSGSIZE; in ns_name_ntop() 188 errno = EMSGSIZE; in ns_name_pton() 194 errno = EMSGSIZE; in ns_name_pton() [all …]
|
D | res_send.c | 152 int save = errno; in Aerror() 161 errno = save; in Aerror() 172 int save = errno; in Perror() 178 errno = save; in Perror() 349 errno = EINVAL; in res_send() 424 terrno = errno; in res_send() 425 Perror(stderr, "socket(vc)", errno); in res_send() 428 errno = 0; in res_send() 432 terrno = errno; in res_send() 434 errno, *nsap); in res_send() [all …]
|
/device/google/contexthub/firmware/lib/libm/ |
D | wf_pow.c | 50 errno = EDOM; 53 errno = exc.err; 70 errno = EDOM; 73 errno = exc.err; 88 errno = EDOM; 90 errno = EDOM; 93 errno = exc.err; 112 errno = EDOM; 114 errno = EDOM; 117 errno = exc.err; [all …]
|
/device/google/dragon/crash_collector/ |
D | crash_dispatcher.cc | 43 ALOGE("Failed to read. errno = %d", errno); in main() 49 ALOGE("Failed to pipe. errno = %d", errno); in main() 62 ALOGE("Failed to fork. errno = %d", errno); in main() 66 if (close(pipe_fds[1]) != 0 && errno != EINTR) { in main() 67 ALOGE("Failed to close the pipe's write end. errno = %d", errno); in main() 71 ALOGE("Failed to dup the pipe's read end. errno = %d", errno); in main() 75 ALOGE("Failed to execute crash_collector. errno = %d", errno); in main() 79 if (close(pipe_fds[0]) != 0 && errno != EINTR) { in main() 92 ALOGE("Failed to read. errno = %d", errno); in main()
|
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/ |
D | StubFunctions.c | 25 errno = EPERM; in getpwuid() 32 errno = EPERM; in getlogin() 39 errno = EPERM; in getpwnam() 58 errno = EPERM; in fork() 65 errno = EPERM; in chmod() 77 errno = EPERM; in popen() 84 errno = EPERM; in pclose()
|
D | SysCalls.c | 113 errno = EBADF; in DeleteOnClose() 139 errno = EBADF; in isatty() 218 errno = EBADF; in _closeX() 371 errno = EMFILE; in fcntl() 381 errno = EINVAL; in fcntl() 410 errno = EINVAL; in fcntl() 416 errno = EBADF; in fcntl() 480 errno = EBADF; in dup2() 486 errno = EBADF; in dup2() 542 errno = EBADF; // Bad File Descriptor in lseek() [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_errno.py | 6 import errno 17 self.assertTrue(hasattr(errno, error_code), 22 for value in errno.errorcode.itervalues(): 23 self.assertTrue(hasattr(errno, value), 'no %s attr in errno' % value) 29 for attribute in errno.__dict__.iterkeys(): 31 self.assertIn(getattr(errno, attribute), errno.errorcode,
|
/device/generic/goldfish/camera/ |
D | EmulatedCameraHotplugThread.cpp | 77 __FUNCTION__, it->CameraID, strerror(errno), in requestExit() 78 errno); in requestExit() 92 __FUNCTION__, strerror(errno), errno); in requestExit() 110 __FUNCTION__, strerror(errno), errno); in readyToRun() 132 status_t err = -errno; in readyToRun() 154 __FUNCTION__, strerror(errno), in threadLoop() 155 errno); in threadLoop() 235 __FUNCTION__, filePath.string(), strerror(errno), errno); in createFileIfNotExists() 242 __FUNCTION__, filePath.string(), strerror(errno), errno); in createFileIfNotExists() 294 __FUNCTION__, camPath.string(), strerror(errno), in addWatch() [all …]
|
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/InteractiveIO/ |
D | TerminalFunctions.c | 89 errno = EINVAL; in cfsetispeed() 122 errno = EINVAL; in cfsetospeed() 163 errno = ENOTTY; in tcgetattr() 168 errno = EBADF; in tcgetattr() 221 errno = ENOTTY; in tcsetattr() 226 errno = EBADF; in tcsetattr() 243 errno = ENOTSUP; in tcdrain() 264 errno = ENOTSUP; in tcflow() 282 errno = ENOTSUP; in tcflush()
|
/device/linaro/bootloader/edk2/StdLib/PosixLib/Gen/ |
D | access.c | 58 errno = EINVAL; in access() 63 errno = ENAMETOOLONG; in access() 80 errno = (WantDir) ? ENOTDIR : EISDIR; in access() 89 errno = EDOOFUS; /* Programming Error. */ in access() 96 errno = EACCES; /* Writing is not OK. */ in access() 104 errno = EACCES; in access() 113 errno = ENOENT; in access()
|
/device/huawei/angler/thermal/ |
D | thermal.c | 84 ALOGE("%s: failed to open: %s", __func__, strerror(errno)); in read_temperature() 85 return -errno; in read_temperature() 89 ALOGE("%s: failed to read a float: %s", __func__, strerror(errno)); in read_temperature() 90 return errno ? -errno : -EIO; in read_temperature() 194 ALOGE("%s: failed to open: %s", __func__, strerror(errno)); in get_cpu_usages() 195 return -errno; in get_cpu_usages() 217 strerror(errno)); in get_cpu_usages() 222 return errno ? -errno : -EIO; in get_cpu_usages() 233 ALOGE("%s: failed to open file: %s (%s)", __func__, file_name, strerror(errno)); in get_cpu_usages() 235 return -errno; in get_cpu_usages() [all …]
|
/device/google/marlin/thermal/ |
D | thermal.c | 85 ALOGE("%s: failed to open: %s", __func__, strerror(errno)); in read_temperature() 86 return -errno; in read_temperature() 90 ALOGE("%s: failed to read a float: %s", __func__, strerror(errno)); in read_temperature() 91 return errno ? -errno : -EIO; in read_temperature() 195 ALOGE("%s: failed to open: %s", __func__, strerror(errno)); in get_cpu_usages() 196 return -errno; in get_cpu_usages() 218 strerror(errno)); in get_cpu_usages() 223 return errno ? -errno : -EIO; in get_cpu_usages() 234 ALOGE("%s: failed to open file: %s (%s)", __func__, file_name, strerror(errno)); in get_cpu_usages() 236 return -errno; in get_cpu_usages() [all …]
|
/device/lge/bullhead/thermal/ |
D | thermal.c | 82 ALOGE("%s: failed to open: %s", __func__, strerror(errno)); in read_temperature() 83 return -errno; in read_temperature() 87 ALOGE("%s: failed to read a float: %s", __func__, strerror(errno)); in read_temperature() 88 return errno ? -errno : -EIO; in read_temperature() 196 ALOGE("%s: failed to open: %s", __func__, strerror(errno)); in get_cpu_usages() 197 return -errno; in get_cpu_usages() 219 strerror(errno)); in get_cpu_usages() 224 return errno ? -errno : -EIO; in get_cpu_usages() 235 ALOGE("%s: failed to open file: %s (%s)", __func__, file_name, strerror(errno)); in get_cpu_usages() 237 return -errno; in get_cpu_usages() [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | mathmodule.c | 240 errno = EDOM; in m_tgamma() 245 errno = EDOM; in m_tgamma() 252 errno = EDOM; /* tgamma(n) = nan, invalid for */ in m_tgamma() 264 errno = ERANGE; in m_tgamma() 276 errno = ERANGE; in m_tgamma() 321 errno = ERANGE; in m_tgamma() 346 errno = EDOM; /* lgamma(n) = inf, divide-by-zero for */ in m_lgamma() 374 errno = ERANGE; in m_lgamma() 443 saved_errno = errno; in m_erf_series() 445 errno = saved_errno; in m_erf_series() [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | mathmodule.c | 240 errno = EDOM; in m_tgamma() 245 errno = EDOM; in m_tgamma() 252 errno = EDOM; /* tgamma(n) = nan, invalid for */ in m_tgamma() 264 errno = ERANGE; in m_tgamma() 276 errno = ERANGE; in m_tgamma() 321 errno = ERANGE; in m_tgamma() 346 errno = EDOM; /* lgamma(n) = inf, divide-by-zero for */ in m_lgamma() 374 errno = ERANGE; in m_lgamma() 443 saved_errno = errno; in m_erf_series() 445 errno = saved_errno; in m_erf_series() [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/SetSockOpt/ |
D | SetSockOpt.c | 121 errno = ( 4 > LengthInBytes ) ? EBUFSIZE : ERANGE; in DisplayOption() 122 Print ( L"\r\nERROR - Invalid length, errno: %d\r\n", errno ); in DisplayOption() 137 errno = ( 4 > LengthInBytes ) ? EBUFSIZE : ERANGE; in DisplayOption() 138 Print ( L"\r\nERROR - Invalid length, errno: %d\r\n", errno ); in DisplayOption() 155 errno = ( 4 > LengthInBytes ) ? EBUFSIZE : ERANGE; in DisplayOption() 156 Print ( L"\r\nERROR - Invalid length, errno: %d\r\n", errno ); in DisplayOption() 186 errno = EINVAL; in GetOptionValue() 202 errno = 0; in GetOptionValue() 215 errno = 0; in GetOptionValue() 292 errno = EINVAL; in main() [all …]
|
/device/asus/fugu/recovery/ |
D | recovery_ui.cpp | 54 fprintf(stderr, "FAIL: failed to open \"%s\": %s\n", kFBDevice, strerror(errno)); in SetupDisplayMode() 61 strerror(errno)); in SetupDisplayMode() 66 fprintf(stderr, "FAIL: unable to get mode: %s\n", strerror(errno)); in SetupDisplayMode() 71 fprintf(stderr, "FAIL: unable to blank display: %s\n", strerror(errno)); in SetupDisplayMode() 84 fprintf(stderr, "FAIL: unable to set mode: %s\n", strerror(errno)); in SetupDisplayMode() 90 strerror(errno)); in SetupDisplayMode() 95 fprintf(stderr, "FAIL: unable to unblank display: %s\n", strerror(errno)); in SetupDisplayMode()
|
/device/generic/goldfish/include/ |
D | qemud.h | 54 D("QEMUD pipe is not available for %s: %s", name, strerror(errno)); in qemud_channel_open() 60 D("no qemud control socket: %s", strerror(errno)); in qemud_channel_open() 67 strerror(errno)); in qemud_channel_open() 96 D("can't write qemud frame header: %s", strerror(errno)); in qemud_channel_send() 101 D("can4t write qemud frame payload: %s", strerror(errno)); in qemud_channel_send() 114 D("can't read qemud frame header: %s", strerror(errno)); in qemud_channel_recv() 126 D("can't read qemud frame payload: %s", strerror(errno)); in qemud_channel_recv()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | getcwd.c | 33 errno = EINVAL; in getcwd() 38 errno = ERANGE; in getcwd() 42 errno = EACCES; /* Most likely error */ in getcwd() 63 errno = EINVAL; in getcwd() 69 errno = EACCES; /* Most likely error */ in getcwd() 74 errno = ERANGE; in getcwd()
|
D | thread_atheos.h | 44 if (fastmutex_timedlock(mutex, 0) == 0 || errno == EWOULDBLOCK) { in fastmutex_destroy() 113 dprintf(("PyThread_start_new_thread spawn_thread failed: %s\n", strerror(errno))); in PyThread_start_new_thread() 117 dprintf(("PyThread_start_new_thread resume_thread failed: %s\n", strerror(errno))); in PyThread_start_new_thread() 178 strerror(errno))); in PyThread_allocate_lock() 188 strerror(errno))); in PyThread_allocate_lock() 204 strerror(errno))); in PyThread_free_lock() 210 strerror(errno))); in PyThread_free_lock() 236 lock, waitflag, strerror(errno))); in PyThread_acquire_lock() 251 strerror(errno))); in PyThread_release_lock() 256 strerror(errno))); in PyThread_release_lock()
|
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/UefiShell/ |
D | daShell.c | 79 errno = EFI2errno(Status); in da_ShellDelete() 136 errno = EISDIR; in da_ShellSeek() 139 errno = EFI2errno(Status); in da_ShellSeek() 192 errno = EFI2errno(Status); in da_ShellMkdir() 236 errno = EFI2errno(Status); in da_ShellRead() 299 errno = EFI2errno(Status); in da_ShellWrite() 301 errno = EISDIR; in da_ShellWrite() 364 errno = EIO; in da_ShellStat() 428 errno = EFI2errno(Status); in da_ShellIoctl() 433 errno = EIO; in da_ShellIoctl() [all …]
|
/device/linaro/bootloader/edk2/StdLib/EfiSocketLib/ |
D | Socket.c | 579 int errno; in EslSocket() local 592 errno = 0; in EslSocket() 604 errno = EAFNOSUPPORT; in EslSocket() 634 errno = EPROTOTYPE; in EslSocket() 674 errno = EPROTONOSUPPORT; in EslSocket() 681 errno = EPROTONOSUPPORT; in EslSocket() 682 errno = EPROTOTYPE; in EslSocket() 696 *pErrno = errno; in EslSocket() 762 pSocket->errno = ENOTSUP; in EslSocketAccept() 773 pSocket->errno = EFAULT; in EslSocketAccept() [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/RecvDgram/ |
D | RecvDgram.c | 62 Print ( L"ERROR - Unable to open the socket, errno: %d\r\n", errno ); in main() 73 Print ( L"ERROR - Unable to set the receive timeout, errno: %d\r\n", errno ); in main() 84 if ( ETIMEDOUT == errno ) { in main() 88 Print ( L"ERROR - No datagram received, errno: %d\r\n", errno ); in main() 114 errno )); in main() 115 return errno; in main()
|
/device/generic/goldfish/vibrator/ |
D | qemu.c | 60 } while (len2 < 0 && errno == EINTR); in qemu_fd_write() 70 } while (len2 < 0 && errno == EINTR); in qemu_fd_read() 84 D("no qemud pipe: %s", strerror(errno)); in qemu_channel_open_qemud_pipe() 104 D("no qemud control socket: %s", strerror(errno)); in qemu_channel_open_qemud() 111 strerror(errno)); in qemu_channel_open_qemud() 144 channel->device, strerror(errno)); in qemu_channel_open_qemud_old() 217 errno = ENOENT; in qemu_channel_open() 230 } while (fd < 0 && errno == EINTR); in qemu_channel_open() 236 } while (fd < 0 && errno == EINTR); in qemu_channel_open() 296 strerror(errno)); in qemu_control_fd() [all …]
|
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/ |
D | vswprintf.c | 54 errno = EINVAL; in vswprintf() 63 errno = ENOMEM; in vswprintf() 69 sverrno = errno; in vswprintf() 71 errno = sverrno; in vswprintf() 84 errno = EILSEQ; in vswprintf() 89 errno = EOVERFLOW; in vswprintf()
|