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

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

Completed in 15 milliseconds