Home | Sort by: relevance | last modified time | path |
/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++) { |