Home
last modified time | relevance | path

Searched refs:maxwait (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/ast/libshell/common/tests/
H A Dsun_solaris_command_substitution.sh49 integer testfilesize i maxwait
95 (( maxwait=log2(testfilesize) ))
102 for (( i=0 ; i < maxwait ; i++ )) ; do
266 maxwait=5
272 for (( i=0 ; i < maxwait ; i++ )) ; do
H A Dsun_solaris_cr_6800929_large_command_substitution_hang.sh99 integer testfilesize i maxwait
138 (( maxwait=log2(testfilesize) ))
145 for (( i=0 ; i < maxwait ; i++ )) ; do
/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_net.c337 int maxwait, timeout, noresults, anyresults; in slp_mc_send() local
353 maxwait = slp_get_mcmaxwait(); in slp_mc_send()
354 maxwait = maxwait ? maxwait : SLP_DEFAULT_MAXWAIT; in slp_mc_send()
358 final_to = now + maxwait; in slp_mc_send()