Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/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
/titanic_44/usr/src/lib/libslp/clib/
H A Dslp_net.c339 int maxwait, timeout, noresults, anyresults; in slp_mc_send() local
355 maxwait = slp_get_mcmaxwait(); in slp_mc_send()
356 maxwait = maxwait ? maxwait : SLP_DEFAULT_MAXWAIT; in slp_mc_send()
360 final_to = now + maxwait; in slp_mc_send()