Home
last modified time | relevance | path

Searched refs:DELAY (Results 1 – 25 of 49) sorted by path

12

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c1285 DELAY(delay); in nfsmount()
1316 DELAY(delay); in nfsmount()
1343 DELAY(delay); in nfsmount()
1543 DELAY(delay); in nfsmount()
1633 DELAY(delay); in nfsmount()
1859 DELAY(delay); in nfsmount()
2161 DELAY(delay); in nfsmount()
H A Dautod_parse.c1898 DELAY(delay); in do_mapent_hosts()
H A Dautomount.h102 #define DELAY(delay) { \ macro
/illumos-gate/usr/src/cmd/lp/model/
H A Dlp.cat.c366 #define DELAY(N, D) R(SAFETY_FACTOR * ((N) / (double)(D))) macro
541 max_delay = DELAY(BUFSIZ, effective_rate); in main()
/illumos-gate/usr/src/cmd/sendmail/lib/
H A Dhelpfile94 dsn RCPT To:<recipient> [ NOTIFY={NEVER,SUCCESS,FAILURE,DELAY} ]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dsigchld.sh29 float DELAY=${1:-0.2}
34 float delay='$DELAY' d=0 s=0
62 …= FOREGROUND )) || err_exit "expected '$FOREGROUND foreground' -- got '$foreground' (DELAY=$DELAY)"
63 …= BACKGROUND )) || err_exit "expected '$BACKGROUND background' -- got '$background' (DELAY=$DELAY)"
/illumos-gate/usr/src/uts/common/cpr/
H A Dcpr_uthread.c69 DELAY(MICROSEC); in cpr_signal_user()
/illumos-gate/usr/src/uts/common/io/chxge/
H A Dch.c489 DELAY(500000); in ch_attach()
818 DELAY(500000); in ch_detach()
1436 DELAY(500000); in ch_reset()
H A Dosdep.h87 #define DELAY_US(x) DELAY(x)
88 #define DELAY_MS(x) DELAY(1000*(x))
/illumos-gate/usr/src/uts/common/io/iwh/
H A Diwh.c1515 DELAY(1000); in iwh_reset_rx_ring()
1691 DELAY(10); in iwh_reset_tx_ring()
2077 DELAY(10); in iwh_mac_access_enter()
4570 DELAY(5000); in iwh_power_up()
4608 DELAY(10); in iwh_preinit()
4619 DELAY(20); in iwh_preinit()
4668 DELAY(5); in iwh_preinit()
4961 DELAY(5); in iwh_stop()
6560 DELAY(10); in iwh_reset_hw()
6576 DELAY(10); in iwh_reset_hw()
[all …]
/illumos-gate/usr/src/uts/common/io/iwk/
H A Diwk2.c896 DELAY(500000); in iwk_detach()
1302 DELAY(1000); in iwk_reset_rx_ring()
1443 DELAY(10); in iwk_reset_tx_ring()
1959 DELAY(10); in iwk_mac_access_enter()
2067 DELAY(10); in iwk_load_firmware()
3976 DELAY(5000); in iwk_power_up()
4002 DELAY(10); in iwk_preinit()
4014 DELAY(20); in iwk_preinit()
4049 DELAY(5); in iwk_preinit()
4126 DELAY(10); in iwk_eep_load()
[all …]
/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwn.c1522 DELAY(10); in iwn_nic_lock()
1631 DELAY(10); in iwn_eeprom_lock()
1660 DELAY(5); in iwn_init_otprom()
1713 DELAY(5); in iwn_read_prom_data()
1951 DELAY(10); in iwn_reset_rx_ring()
6666 DELAY(10); in iwn4965_load_bootcode()
7088 DELAY(10); in iwn_clock_wait()
7141 DELAY(20); in iwn_apm_init()
7159 DELAY(10); in iwn_apm_stop_master()
7172 DELAY(10); in iwn_apm_stop()
[all …]
/illumos-gate/usr/src/uts/common/io/iwp/
H A Diwp.c1459 DELAY(1000); in iwp_reset_rx_ring()
1634 DELAY(10); in iwp_reset_tx_ring()
1988 DELAY(10); in iwp_mac_access_enter()
4302 DELAY(5000); in iwp_power_up()
4337 DELAY(10); in iwp_preinit()
4348 DELAY(20); in iwp_preinit()
4397 DELAY(5); in iwp_preinit()
4495 DELAY(10); in iwp_eep_load()
4636 DELAY(1000); in iwp_init()
4698 DELAY(5); in iwp_stop()
[all …]
/illumos-gate/usr/src/uts/common/io/mwl/
H A Dmwl.c875 DELAY(FW_CHECK_USECS); in mwlWaitFor()
1046 DELAY(200 * FW_CHECK_USECS); in mwl_fwload()
1114 DELAY(FW_CHECK_USECS); in mwl_fwload()
1193 DELAY(1 * 1000); in mwlWaitForCmdComplete()
/illumos-gate/usr/src/uts/common/io/rtw/
H A Drtw.c528 DELAY(10); /* 10us */ in rtw_chip_reset1()
586 DELAY(100); in rtw_recall_eeprom()
H A Drtwphy.c303 DELAY(2200); /* 2.2 milliseconds */ in rtw_sa2400_vco_calibration()
339 DELAY(5); /* DCALIB after being in Tx mode for 5 microseconds */ in rtw_sa2400_dc_calibration()
348 DELAY(20); /* calibration takes at most 20 microseconds */ in rtw_sa2400_dc_calibration()
H A Drtwphyio.c56 DELAY(10); in rtw_bbp_read()
86 DELAY(BBP_WRITE_DELAY); /* 1 microsecond */ in rtw_bbp_write()
94 DELAY(BBP_WRITE_DELAY); /* again */ in rtw_bbp_write()
137 DELAY(2); /* arbitrary delay */ in rtw_rf_hostbangbits()
169 for (i = rtw_macbangbits_timeout; --i >= 0; DELAY(1)) { in rtw_rf_macbangbits()
H A Dsmc93cx6.c79 DELAY(4); /* more than long enough */ \
/illumos-gate/usr/src/uts/common/io/rwd/
H A Drt2661.c515 DELAY(100); in rt2661_load_microcode()
2151 DELAY(1); in rt2661_bbp_read()
2166 DELAY(1); in rt2661_bbp_read()
2187 DELAY(100); in rt2661_bbp_init()
2221 DELAY(1); in rt2661_bbp_write()
2317 DELAY(1); in rt2661_rf_write()
2381 DELAY(200); in rt2661_set_chan()
2388 DELAY(200); in rt2661_set_chan()
2409 DELAY(1000); in rt2661_set_chan()
2488 DELAY(1000); in rt2661_init()
[all …]
H A Drt2661_reg.h353 DELAY(RT2661_EEPROM_DELAY); \
/illumos-gate/usr/src/uts/common/io/rwn/
H A Drt2860.c2003 DELAY(2); in rt2860_mcu_cmd()
2030 DELAY(1); in rt2860_mcu_bbp_read()
2042 DELAY(1000); in rt2860_mcu_bbp_read()
2048 DELAY(1); in rt2860_mcu_bbp_read()
2065 DELAY(1); in rt2860_mcu_bbp_write()
2077 DELAY(1000); in rt2860_mcu_bbp_write()
2121 DELAY(1); in rt2860_rf_write()
2211 DELAY(200); in rt2860_set_chan()
2218 DELAY(200); in rt2860_set_chan()
2459 DELAY(50); in rt2860_init()
[all …]
H A Drt2860_reg.h832 DELAY(RT2860_EEPROM_DELAY); \
/illumos-gate/usr/src/uts/common/io/urtw/
H A Durtw.c700 DELAY(5); in urtw_8225_read()
703 DELAY(5); in urtw_8225_read()
711 DELAY(2); in urtw_8225_read()
715 DELAY(2); in urtw_8225_read()
719 DELAY(2); in urtw_8225_read()
727 DELAY(2); in urtw_8225_read()
731 DELAY(2); in urtw_8225_read()
740 DELAY(2); in urtw_8225_read()
744 DELAY(2); in urtw_8225_read()
748 DELAY(2); in urtw_8225_read()
[all …]
/illumos-gate/usr/src/uts/common/io/usb/hcd/
H A DREADME129 CORE SYNC DELAY + CACHE_HIT CHECK + 30 * (MPS/4) + CORE OVERHEAD
/illumos-gate/usr/src/uts/common/io/wpi/
H A Dwpi.c1008 DELAY(1000); in wpi_reset_rx_ring()
1127 DELAY(10); in wpi_reset_tx_ring()
1476 DELAY(10); in wpi_mem_lock()
1530 DELAY(10); in wpi_read_prom_word()
1640 DELAY(1000); in wpi_load_firmware()
3144 DELAY(1000);
3164 DELAY(10);
3196 DELAY(10);
3260 DELAY(20);
3358 DELAY(10);
[all …]

12