OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ETIMEDOUT
(Results
1 - 25
of
319
) sorted by relevancy
1
2
3
4
5
6
7
8
9
10
11
>>
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bus/
nouveau_nvkm_subdev_bus_g94.c
52
return -
ETIMEDOUT
;
nouveau_nvkm_subdev_bus_nv50.c
52
return -
ETIMEDOUT
;
/src/tests/lib/libpthread/
t_rwlock.c
104
ATF_REQUIRE_MSG(error ==
ETIMEDOUT
|| error == EDEADLK,
118
ATF_REQUIRE_MSG(error ==
ETIMEDOUT
|| error == EDEADLK,
t_cond.c
321
* return
ETIMEDOUT
immediately.
332
ATF_REQUIRE(rv ==
ETIMEDOUT
|| rv == 0);
460
&ts),
ETIMEDOUT
, "pthread_cond_timedwait() (unthreaded) in the "
469
&ts),
ETIMEDOUT
, "pthread_cond_timedwait() (unthreaded) with zero "
482
&ts),
ETIMEDOUT
, "pthread_cond_timedwait() (threaded) in the past");
490
&ts),
ETIMEDOUT
, "pthread_cond_timedwait() (threaded) with zero "
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_jpeg.c
137
r = -
ETIMEDOUT
;
195
r = -
ETIMEDOUT
;
211
r = -
ETIMEDOUT
;
/src/lib/librumpuser/
rumpuser_errtrans.c
207
#ifdef
ETIMEDOUT
208
case
ETIMEDOUT
: return 60;
/src/sys/rump/include/rump/
rumperrno2host.h
256
#ifdef
ETIMEDOUT
258
return
ETIMEDOUT
;
/src/lib/libpthread/
cnd.c
100
case
ETIMEDOUT
:
mtx.c
128
case
ETIMEDOUT
:
/src/sys/arch/macppc/stand/ofwboot/
net.c
139
return
ETIMEDOUT
;
/src/sys/arch/ofppc/stand/ofwboot/
net.c
140
return
ETIMEDOUT
;
/src/sys/arch/shark/stand/ofwboot/
net.c
136
return
ETIMEDOUT
;
/src/sys/external/mit/xen-include-public/dist/xen/include/public/
errno.h
111
XEN_ERRNO(
ETIMEDOUT
, 110) /* Connection timed out */
/src/sys/lib/libsa/
net.c
105
errno =
ETIMEDOUT
;
/src/sys/sys/
errno.h
111
#define
ETIMEDOUT
60 /* Operation timed out */
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/i2c/
nouveau_nvkm_subdev_i2c_bit.c
119
return -
ETIMEDOUT
;
136
return -
ETIMEDOUT
;
nouveau_nvkm_subdev_i2c_anx9805.c
54
int ret = -
ETIMEDOUT
;
147
int i, ret = -
ETIMEDOUT
;
218
return -
ETIMEDOUT
;
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/timer/
nouveau_nvkm_subdev_timer_base.c
46
return -
ETIMEDOUT
;
54
return -
ETIMEDOUT
;
/src/sys/arch/arm/imx/
imxsnvs.c
126
return
ETIMEDOUT
;
145
return
ETIMEDOUT
;
/src/sys/dev/acpi/
qcomiic.c
150
return
ETIMEDOUT
;
171
return
ETIMEDOUT
;
197
return
ETIMEDOUT
;
/src/sys/external/bsd/drm2/dist/drm/i915/
intel_sideband.c
139
err = -
ETIMEDOUT
;
312
return -
ETIMEDOUT
;
355
return -
ETIMEDOUT
;
370
return -
ETIMEDOUT
;
411
return -
ETIMEDOUT
;
493
* Returns 0 on success, %-
ETIMEDOUT
in case of a timeout, <0 in case of some
i915_utils.h
316
ret__ = -
ETIMEDOUT
; \
337
ret__ = -
ETIMEDOUT
; \
363
ret__ = -
ETIMEDOUT
; \
406
ret = -
ETIMEDOUT
; \
/src/sys/arch/evbarm/stand/boot2440/
s3csdi.c
261
cmd->c_error =
ETIMEDOUT
;
306
cmd->c_error =
ETIMEDOUT
;
321
if (cmd->c_error ==
ETIMEDOUT
)
413
cmd->c_error =
ETIMEDOUT
;
/src/sys/dev/i2c/
motoi2c.c
150
error =
ETIMEDOUT
;
181
error =
ETIMEDOUT
;
229
return
ETIMEDOUT
;
/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/
device.h
30
* Will return -
ETIMEDOUT
unless the loop was terminated with 'break',
43
_taken = -
ETIMEDOUT
; \
Completed in 21 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>
Indexes created Thu Oct 16 14:10:15 GMT 2025