Searched refs:cmax (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Additions/solaris/Installer/
H A Dpostinstall.sh363 cmax=32
370 # 1 second intervals to see if our service has been successfully imported and timeout after 'cmax' seconds.
377 if test "$cslept" -eq "$cmax"; then
/vbox/src/VBox/Installer/solaris/
H A Dvboxconfig.sh529 cmax=15
536 if test "$cslept" -ge "$cmax"; then
890 # 1 second intervals to see if our service has been successfully imported and timeout after 'cmax' seconds.
891 cmax=32
900 if test "$cslept" -eq "$cmax"; then
1147 # 1 second intervals to see if our service has been successfully imported and timeout after 'cmax' seconds.
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dobjbase.h406 INT WINAPI StringFromGUID2(REFGUID id, LPOLESTR str, INT cmax);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dobjbase.h447 INT WINAPI StringFromGUID2(REFGUID id, LPOLESTR str, INT cmax);

Completed in 50 milliseconds