OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:time_out
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/
drm_dp_dual_mode_helper.c
492
int
time_out
= 200;
local
519
time_out
-= 10;
527
} while (
time_out
);
/xsrc/external/mit/xmessage/dist/
xmessage.c
293
time_out
(XtPointer client_data, XtIntervalId *iid)
function
412
XtAppAddTimeOut(app_con, 1000*qres.timeout_secs,
time_out
, NULL);
/src/sys/arch/bebox/stand/boot/
fd.c
399
int
time_out
;
local
401
time_out
= TIMEOUT;
403
!= (RQM | 0) &&
time_out
-- > 0);
404
if (
time_out
<= 0) {
421
int
time_out
;
local
423
time_out
= TIMEOUT;
425
!= (RQM | DIO) &&
time_out
-- > 0) {
432
if (
time_out
<= 0) {
/src/sys/dev/pci/ixgbe/
ixgbe_phy.c
1018
u32
time_out
;
local
1035
for (
time_out
= 0;
time_out
< max_time_out;
time_out
++) {
Completed in 30 milliseconds
Indexes created Mon Jun 29 00:24:49 UTC 2026