/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
D | 3-1-buildonly.c | 92 #ifdef ETIME 93 static int dummy75 = ETIME;
|
/third_party/rust/crates/nix/src/ |
D | errno.rs | 383 ETIME => "Timer expired", in desc() 1082 ETIME => "STREAM ioctl timeout", in desc() 1184 ETIME = libc::ETIME, enumerator 1329 libc::ETIME => ETIME, in from_i32() 1515 ETIME = libc::ETIME, enumerator 1633 libc::ETIME => ETIME, in from_i32() 2387 ETIME = libc::ETIME, enumerator 2494 libc::ETIME => ETIME, in from_i32() 2592 ETIME = libc::ETIME, enumerator 2687 libc::ETIME => ETIME, in from_i32() [all …]
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_bufmgr.c | 554 if (vc4_wait_seqno_ioctl(screen->fd, seqno, 0) == -ETIME) { in vc4_wait_seqno() 562 if (ret != -ETIME) { in vc4_wait_seqno() 594 if (vc4_wait_bo_ioctl(screen->fd, bo->handle, 0) == -ETIME) { in vc4_bo_wait() 602 if (ret != -ETIME) { in vc4_bo_wait()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/ |
D | mod.rs | 196 pub const ETIME: ::c_int = 73; constant 241 pub const ETIME: ::c_int = 62; constant
|
/third_party/libdrm/ |
D | libsync.h | 78 errno = ETIME; in sync_wait()
|
/third_party/lwip/src/include/lwip/ |
D | errno.h | 111 #define ETIME 62 /* Timer expired */ macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | errno.h | 63 #define ETIME 62 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | errno.h | 62 #define ETIME 62 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
D | errno.h | 62 #define ETIME 62 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | errno.h | 57 #define ETIME 62 macro
|
/third_party/musl/arch/mips64/bits/ |
D | errno.h | 57 #define ETIME 62 macro
|
/third_party/musl/arch/mips/bits/ |
D | errno.h | 57 #define ETIME 62 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | errno.h | 62 #define ETIME 62 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | errno.h | 63 #define ETIME 62 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | errno.h | 63 #define ETIME 62 macro
|
/third_party/musl/arch/generic/bits/ |
D | errno.h | 62 #define ETIME 62 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | errno.h | 63 #define ETIME 62 macro
|
/third_party/mesa3d/src/vulkan/runtime/ |
D | vk_drm_syncobj.c | 161 } else if (errno == ETIME) { in sync_has_sync_file() 283 if (err && errno == ETIME) { in vk_drm_syncobj_wait_many()
|
/third_party/musl/libc-test/src/api/ |
D | errno.c | 83 C(ETIME) in f()
|
/third_party/musl/porting/liteos_m/kernel/src/errno/ |
D | __strerror.h | 71 E(ETIME, "Device timeout")
|
/third_party/mesa3d/src/util/ |
D | libsync.h | 122 errno = ETIME;
|
/third_party/musl/porting/uniproton/kernel/src/errno/ |
D | __strerror.h | 71 E(ETIME, "Device timeout")
|
/third_party/libuv/src/unix/ |
D | sunos.c | 247 if (errno == EINTR || errno == ETIME) { in uv__io_poll() 349 if (saved_errno == ETIME) { in uv__io_poll() 472 if ((r == -1 && errno == ETIME) || n == 0) in uv__fs_event_read()
|
/third_party/mesa3d/src/intel/common/ |
D | intel_gem.c | 56 return ret == -1 && errno == ETIME; in intel_gem_supports_syncobj_wait()
|
/third_party/musl/src/errno/ |
D | __strerror.h | 72 E(ETIME, "Device timeout")
|