Searched refs:maxtries (Results 1 - 2 of 2) sorted by relevance

/external/qemu/android/
H A Dqemu-setup.c77 get_report_console_options( char* end, int *maxtries )
98 *maxtries = strtol( end, NULL, 10 );
116 int maxtries = 10; local
126 flags = get_report_console_options( end, &maxtries );
136 for ( ; maxtries > 0; maxtries-- ) {
158 flags = get_report_console_options( end, &maxtries );
169 for ( ; maxtries > 0; maxtries-- ) {
/external/libppp/src/
H A Diface.c94 int mib[6], maxtries, err; local
111 maxtries = 20;
114 if (maxtries-- == 0 || (err && err != ENOMEM)) {

Completed in 439 milliseconds