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

  /src/sys/arch/mac68k/dev/
pm_direct.c 1234 int attempt = 3; local in function:pm_poweroff
1236 while (pmHardware == PM_HW_PB1XX && attempt > 0) {
1243 attempt--;
  /src/sys/dev/usb/
if_urtwn.c 4568 int i, attempt; local in function:urtwn_iq_calib
4615 attempt = 1;
4661 if (attempt-- > 0)
  /src/sys/dev/i2c/
tda19988.c 539 int attempt, err; local in function:tda19988_read_edid_block
556 for (attempt = 0; attempt < MAX_READ_ATTEMPTS; attempt++) {
563 if (attempt == MAX_READ_ATTEMPTS) {
  /src/sys/netbt/
hci.h 871 uint16_t attempt; /* (2 * attempt - 1) * 0.625 msec */ member in struct:__anonf724d2113908
872 uint16_t timeout; /* (2 * attempt - 1) * 0.625 msec */

Completed in 19 milliseconds