Home
last modified time | relevance | path

Searched refs:ETIME (Results 1 – 25 of 89) sorted by relevance

1234

/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/djgpp/
H A Derror_constants.h154 #ifdef ETIME in _GLIBCXX_VISIBILITY()
155 stream_timeout = ETIME, in _GLIBCXX_VISIBILITY()
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/config/os/djgpp/
H A Derror_constants.h154 #ifdef ETIME in _GLIBCXX_VISIBILITY()
155 stream_timeout = ETIME, in _GLIBCXX_VISIBILITY()
/netbsd/sys/external/bsd/drm2/dist/drm/i915/selftests/
H A Di915_request.c90 if (i915_request_wait(request, 0, 0) != -ETIME) { in igt_wait_request()
95 if (i915_request_wait(request, 0, T) != -ETIME) { in igt_wait_request()
107 if (i915_request_wait(request, 0, 0) != -ETIME) { in igt_wait_request()
117 if (i915_request_wait(request, 0, T / 2) != -ETIME) { in igt_wait_request()
122 if (i915_request_wait(request, 0, T) == -ETIME) { in igt_wait_request()
132 if (i915_request_wait(request, 0, T) == -ETIME) { in igt_wait_request()
157 if (dma_fence_wait_timeout(&request->fence, false, T) != -ETIME) { in igt_fence_wait()
169 if (dma_fence_wait_timeout(&request->fence, false, T / 2) != -ETIME) { in igt_fence_wait()
241 if (i915_request_wait(vip, 0, HZ) == -ETIME) { in igt_request_rewind()
1098 err = -ETIME; in __live_parallel_engine1()
[all …]
H A Digt_flush_test.c27 if (intel_gt_wait_for_idle(gt, HZ / 5) == -ETIME) { in igt_flush_test()
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/generic/
H A Derror_constants.h154 #ifdef ETIME in _GLIBCXX_VISIBILITY()
155 stream_timeout = ETIME, in _GLIBCXX_VISIBILITY()
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/mingw32-w64/
H A Derror_constants.h141 #ifdef ETIME in _GLIBCXX_VISIBILITY()
142 stream_timeout = ETIME, in _GLIBCXX_VISIBILITY()
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32-w64/
H A Derror_constants.h141 #ifdef ETIME in _GLIBCXX_VISIBILITY()
142 stream_timeout = ETIME, in _GLIBCXX_VISIBILITY()
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/config/os/generic/
H A Derror_constants.h154 #ifdef ETIME in _GLIBCXX_VISIBILITY()
155 stream_timeout = ETIME, in _GLIBCXX_VISIBILITY()
/netbsd/external/apache2/llvm/dist/libcxx/include/
H A D__errc90 stream_timeout, // ETIME
199 #ifdef ETIME
200 stream_timeout = ETIME,
H A Derrno.h217 #ifndef ETIME
218 #define ETIME 9935 macro
/netbsd/sys/rump/include/rump/
H A Drumperrno2host.h384 #ifdef ETIME in rump_errno2host()
386 return ETIME; in rump_errno2host()
/netbsd/lib/librumpuser/
H A Drumpuser_errtrans.c303 #ifdef ETIME in rumpuser__errtrans()
304 case ETIME : return 92; in rumpuser__errtrans()
/netbsd/external/bsd/openldap/dist/contrib/slapd-modules/nssov/nss-pam-ldapd/
H A Dtio.c49 #ifndef ETIME
50 #define ETIME ETIMEDOUT macro
175 errno = ETIME; in tio_wait()
188 errno = ETIME; in tio_wait()
/netbsd/sys/external/bsd/drm2/dist/drm/i915/gt/
H A Dselftest_rc6.c183 if (intel_gt_wait_for_idle(gt, HZ / 5) == -ETIME) { in live_rc6_ctx_wa()
185 err = -ETIME; in live_rc6_ctx_wa()
/netbsd/sys/external/bsd/drm2/dist/drm/i915/gem/
H A Di915_gem_wait.c280 if (ret == -ETIME && !nsecs_to_jiffies(args->timeout_ns)) in i915_gem_wait_ioctl()
284 if (ret == -ETIME && args->timeout_ns) in i915_gem_wait_ioctl()
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dsystem_error.cc300 #ifdef ETIME in default_error_condition()
301 case ETIME: in default_error_condition()
/netbsd/external/cddl/osnet/lib/libdtrace/
H A Derrno.d223 inline int ETIME = 92; variable
224 #pragma D binding "1.0" ETIME
/netbsd/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_mxgpu_ai.c101 return -ETIME; in xgpu_ai_poll_ack()
119 return -ETIME; in xgpu_ai_poll_msg()
H A Damdgpu_mxgpu_nv.c102 return -ETIME; in xgpu_nv_poll_ack()
120 return -ETIME; in xgpu_nv_poll_msg()
H A Damdgpu_amdkfd_arcturus.c156 return -ETIME; in kgd_hqd_sdma_load()
275 return -ETIME; in kgd_hqd_sdma_destroy()
/netbsd/sys/dev/hdaudio/
H A Dhdaudio.c407 return ETIME; in hdaudio_corb_config()
431 return ETIME; in hdaudio_corb_stop()
455 return ETIME; in hdaudio_corb_start()
480 return ETIME; in hdaudio_rirb_stop()
507 return ETIME; in hdaudio_rirb_start()
608 return ETIME; in hdaudio_reset()
622 return ETIME; in hdaudio_reset()
/netbsd/external/gpl3/gdb/dist/gnulib/import/
H A Dstrerror-override.c102 case ETIME: in strerror_override()
/netbsd/sys/sys/
H A Derrno.h165 #define ETIME 92 /* STREAM ioctl timeout */ macro
/netbsd/external/gpl3/gdb.old/dist/gnulib/import/
H A Dstrerror-override.c102 case ETIME: in strerror_override()
/netbsd/sys/external/mit/xen-include-public/dist/xen/include/public/
H A Derrno.h97 XEN_ERRNO(ETIME, 62) /* Timer expired */

1234