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

/opensolaris-onvv-gate/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
/opensolaris-onvv-gate/usr/src/lib/libslp/clib/
H A Dslp_net.c339 int maxwait, timeout, noresults, anyresults; local
355 maxwait = slp_get_mcmaxwait();
356 maxwait = maxwait ? maxwait : SLP_DEFAULT_MAXWAIT;
360 final_to = now + maxwait;
1079 /* if we've exceeded maxwait, break out */

Completed in 112 milliseconds