OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:waited
(Results
1 - 5
of
5
) sorted by relevancy
/src/tests/lib/libc/sys/
t_setrlimit.c
577
pid_t forked,
waited
;
local
587
RL(
waited
= waitpid(forked, &status, 0));
588
ATF_REQUIRE_EQ_MSG(
waited
, forked, "
waited
=%jd forked=%jd",
589
(intmax_t)
waited
, (intmax_t)forked);
/src/sys/nfs/
nfs_boot.c
439
int error, rcvflg, timo, secs,
waited
;
local
451
waited
= timo = 0;
453
waited
+= timo;
454
if (
waited
>= TOTAL_TIMEOUT)
464
error = (*sndproc)(snd, context,
waited
);
nfs_bootdhcp.c
308
bootpset(struct mbuf *m, void *context, int
waited
)
315
bootp->bp_secs = htons(
waited
);
/src/sys/ufs/lfs/
lfs_subr.c
426
int i,
waited
, changed;
local
437
waited
= 0;
459
while (
waited
== 0 && fs->lfs_sbactive)
463
waited
= 1;
/src/sys/external/bsd/common/linux/
linux_work.c
1523
* Return true if we
waited
to flush it, false if it was already
1550
bool
waited
= false;
1563
waited
= false;
1614
waited
= true;
1618
return
waited
;
1545
bool
waited
= false;
local
Completed in 24 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026