HomeSort by: relevance | last modified time | path
    Searched defs:turbo_mode (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/evbsh3/stand/mesboot/src/
mesboot.c 14 static int turbo_mode = 1; variable in typeref:typename:int
44 turbo_mode = !turbo_mode;
99 if (turbo_mode)
  /src/usr.bin/utoppya/
utoppya.c 347 int ch, turbo_mode = 0, reget = 0, progbar = 0; local in function:cmd_get
362 turbo_mode = 1;
422 if (ioctl(toppy_fd, UTOPPYIOTURBO, &turbo_mode) < 0)
423 err(EX_OSERR, "ioctl(UTOPPYIOTURBO, %d)", turbo_mode);
473 int ch, turbo_mode = 0, reput = 0, progbar = 0; local in function:cmd_put
488 turbo_mode = 1;
541 if (ioctl(toppy_fd, UTOPPYIOTURBO, &turbo_mode) < 0)
542 err(EX_OSERR, "ioctl(UTOPPYIOTURBO, %d)", turbo_mode);

Completed in 12 milliseconds