Home
last modified time | relevance | path

Searched refs:ETIMEDOUT (Results 1 – 25 of 31) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/OobRx/
DOobRx.h64 #define RX_TIMEOUT_ERROR ETIMEDOUT
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/RecvDgram/
DRecvDgram.c84 if ( ETIMEDOUT == errno ) { in main()
/device/google/marlin/camera/QCamera2/stack/common/
Dcam_semaphore.h83 while (s->val == 0 && rc != ETIMEDOUT) in cam_sem_timedwait()
/device/huawei/angler/camera/QCamera2/stack/mm-camera-test/src/
Dcam_semaphore_tests.cpp64 ASSERT_EQ(ETIMEDOUT, errno); in TEST()
/device/google/marlin/camera/QCamera2/stack/mm-camera-test/src/
Dcam_semaphore_tests.cpp64 ASSERT_EQ(ETIMEDOUT, errno); in TEST()
/device/lge/bullhead/camera/QCamera2/stack/common/
Dcam_semaphore.h83 while (s->val == 0 && rc != ETIMEDOUT) in cam_sem_timedwait()
/device/google/marlin/camera/QCamera2/stack/mm-camera-interface/include/
Dcam_semaphore.h83 while (s->val == 0 && rc != ETIMEDOUT) in cam_sem_timedwait()
/device/lge/bullhead/camera/QCamera2/stack/mm-camera-test/src/
Dcam_semaphore_tests.cpp64 ASSERT_EQ(ETIMEDOUT, errno); in TEST()
/device/huawei/angler/camera/QCamera2/stack/common/
Dcam_semaphore.h83 while (s->val == 0 && rc != ETIMEDOUT) in cam_sem_timedwait()
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
DXform.c152 retval = ETIMEDOUT; in EFI2errno()
/device/linaro/bootloader/arm-trusted-firmware/include/stdlib/sys/
Derrno.h124 #define ETIMEDOUT 60 /* Operation timed out */ macro
/device/linaro/bootloader/edk2/StdLib/UseSocketDxe/
DUseSocketDxe.c207 RetVal = ETIMEDOUT; in EslServiceGetProtocol()
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Drecvfrom.c145 errno = ETIMEDOUT; in recvfrom()
Dres_send.c357 terrno = ETIMEDOUT; in res_send()
911 errno = ETIMEDOUT; /* no answer obtained */ in res_send()
/device/linaro/bootloader/edk2/StdLib/Include/
Derrno.h122 #define ETIMEDOUT __ETIMEDOUT /* 60 Operation timed out */ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Derrnomodule.c416 #ifdef ETIMEDOUT in initerrno()
417 inscode(d, ds, de, "ETIMEDOUT", ETIMEDOUT, "Connection timed out"); in initerrno()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
Derrnomodule.c416 #ifdef ETIMEDOUT in initerrno()
417 inscode(d, ds, de, "ETIMEDOUT", ETIMEDOUT, "Connection timed out"); in initerrno()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Derrnomodule.c415 #ifdef ETIMEDOUT in initerrno()
416 inscode(d, ds, de, "ETIMEDOUT", ETIMEDOUT, "Connection timed out"); in initerrno()
/device/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera.c295 (errno != EIO && errno != ETIMEDOUT && errno != ENODEV) || in mm_camera_open()
1720 if (rc == ETIMEDOUT) { in mm_camera_util_wait_for_event()
/device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera.c295 (errno != EIO && errno != ETIMEDOUT && errno != ENODEV) || in mm_camera_open()
1720 if (rc == ETIMEDOUT) { in mm_camera_util_wait_for_event()
/device/google/marlin/camera/usbcamcore/src/
DQCameraMjpegDecode.cpp695 if (rc == ETIMEDOUT) in mjpegd_cond_timedwait()
/device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
DTcp4.c429 pSocket->errno = ETIMEDOUT; in EslTcp4ConnectPoll()
DTcp6.c447 pSocket->errno = ETIMEDOUT; in EslTcp6ConnectPoll()
/device/google/marlin/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera.c288 if((my_obj->ctrl_fd >= 0) || (errno != EIO && errno != ETIMEDOUT) || (n_try <= 0 )) { in mm_camera_open()
/device/lge/bullhead/camera/QCamera2/HAL/
DQCamera2HWI.cpp3569 if (ETIMEDOUT == rc || 0x0 == m_BackendFileName[0]) { in checkIntPicPending()

12