Searched refs:delay (Results 1 – 10 of 10) sorted by relevance
/busybox-1.35.0/miscutils/ |
D | beep.c | 71 unsigned delay = delay; in beep_main() local 80 delay = DELAY; in beep_main() 103 delay = xatou(optarg); in beep_main() 120 msleep(delay); in beep_main()
|
D | microcom.c | 68 int delay = -1; in microcom_main() local 74 &speed, &delay, &timeout in microcom_main() 161 if (delay >= 0) in microcom_main() 162 safe_poll(pfd, 1, delay); in microcom_main()
|
/busybox-1.35.0/util-linux/ |
D | scriptreplay.c | 31 double delay, factor = 1000000.0; in scriptreplay_main() local 47 while (fscanf(tfp, "%lf %lu\n", &delay, &count) == 2) { in scriptreplay_main() 48 usleep(delay * factor); in scriptreplay_main()
|
D | mount.c | 1832 int delay = 1; in nfsmount() local 1842 sleep(delay); /* 1, 2, 4, 8, 16, 30, ... */ in nfsmount() 1843 delay *= 2; in nfsmount() 1844 if (delay > 30) in nfsmount() 1845 delay = 30; in nfsmount()
|
/busybox-1.35.0/examples/var_service/getty_tty1/ |
D | run | 5 delay=3 14 sleep "$delay"
|
/busybox-1.35.0/init/ |
D | halt.c | 174 int delay = 0; in halt_main() local 195 flags = getopt32(argv, "d:+nfwi", &delay); in halt_main() 197 sleep(delay); in halt_main()
|
/busybox-1.35.0/networking/ |
D | nc.c | 127 IF_NOT_NC_EXTRA (const) unsigned delay = 0; in nc_main() 146 IF_NC_EXTRA( delay = xatou(optarg)); in nc_main() 283 if (delay > 0) in nc_main() 284 sleep(delay); in nc_main()
|
D | ntpd.c | 1814 double prev_delay, delay; in recv_and_process_peer_pkt() local 1921 delay = (T4 - T1) - (T3 - T2); in recv_and_process_peer_pkt() 1928 p->p_raw_delay = (delay < 0 ? 0.0 : delay); in recv_and_process_peer_pkt() 1930 && delay > prev_delay * BAD_DELAY_GROWTH in recv_and_process_peer_pkt() 1931 && delay > 1.0 / (8 * 1024) /* larger than ~0.000122 */ in recv_and_process_peer_pkt() 1933 bb_error_msg("reply from %s: delay %f is too high, ignoring", p->p_dotted, delay); in recv_and_process_peer_pkt() 1943 if (delay < G_precision_sec) in recv_and_process_peer_pkt() 1944 delay = G_precision_sec; in recv_and_process_peer_pkt() 1945 p->lastpkt_delay = delay; in recv_and_process_peer_pkt()
|
/busybox-1.35.0/mailutils/ |
D | sendmail.c | 304 const char *delay; in sendmail_main() local 326 delay = getenv("SMTP_ANTISPAM_DELAY"); in sendmail_main() 327 if (delay) in sendmail_main() 328 sleep(atoi(delay)); in sendmail_main()
|
/busybox-1.35.0/ |
D | NOFORK_NOEXEC.lst | 10 talks to network/serial/etc: it's not known how long the delay can be,
|