HomeSort by: relevance | last modified time | path
    Searched refs:time_out (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/bebox/stand/boot/
fd.c 399 int time_out; local
401 time_out = TIMEOUT;
403 != (RQM | 0) && time_out-- > 0);
404 if (time_out <= 0) {
421 int time_out; local
423 time_out = TIMEOUT;
425 != (RQM | DIO) && time_out-- > 0) {
432 if (time_out <= 0) {
  /src/sys/external/bsd/drm2/dist/drm/
drm_dp_dual_mode_helper.c 492 int time_out = 200; local
519 time_out -= 10;
527 } while (time_out);
  /src/sys/dev/pci/ixgbe/
ixgbe_phy.c 1018 u32 time_out; local
1035 for (time_out = 0; time_out < max_time_out; time_out++) {

Completed in 49 milliseconds