HomeSort by relevance Sort by last modified time
    Searched refs:maxtries (Results 1 - 2 of 2) sorted by null

  /external/qemu/android/
qemu-setup.c 77 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/
iface.c 94 int mib[6], maxtries, err; local
111 maxtries = 20;
114 if (maxtries-- == 0 || (err && err != ENOMEM)) {

Completed in 276 milliseconds