Searched refs:delay (Results 1 - 25 of 344) sorted by relevance

1234567891011>>

/freebsd-current/stand/efi/libefi/
H A Ddelay.c31 delay(int usecs) function
/freebsd-current/stand/usb/test/
H A Dbsd_usbloader_test.c54 DELAY(unsigned int delay) argument
56 usleep(delay);
60 delay(unsigned int delay) argument
62 usleep(delay);
/freebsd-current/sys/dev/vkbd/
H A Dvkbd_var.h43 int delay; /* keyboard delay */ member in struct:vkbd_status
/freebsd-current/contrib/hyperv/tools/scripts/
H A Dhyperv_vfattach23 delay=$2
25 if [ $delay -gt 0 ]
30 sleep $delay
/freebsd-current/tools/tools/net80211/wesside/udps/
H A Dudps.c49 int delay = 10*1000; local
56 delay = (int) ((double)1.0/pps*1000.0*1000.0);
58 if (delay <= 5000) {
61 printf("delay is %d... sleeping every %d packets\n",
62 delay, dont_sleep_times);
64 delay *= dont_sleep_times;
66 delay = (int) (0.90*delay);
76 ts.tv_nsec = delay*1000;
78 // printf("times=%d delay
[all...]
/freebsd-current/usr.sbin/ppp/
H A Dcbcp.h41 u_char delay; member in struct:cbcpcfg
51 u_char delay; /* How long to delay */ member in struct:cbcp::__anon6713
/freebsd-current/contrib/netbsd-tests/lib/libc/gen/
H A Dt_sleep.c50 #define MAXSLEEP 22 /* Maximum delay in seconds */
57 * Most tests use FUZZ as their initial delay value, but 'sleep'
66 * The ALARM is only set if the current pass's delay is longer, and
98 do_nanosleep(struct timespec *delay, struct timespec *remain) argument
102 if (nanosleep(delay, remain) == -1)
110 do_select(struct timespec *delay, struct timespec *remain) argument
115 TIMESPEC_TO_TIMEVAL(&tv, delay);
125 do_poll(struct timespec *delay, struct timespec *remain) argument
130 TIMESPEC_TO_TIMEVAL(&tv, delay);
131 if (pollts(NULL, 0, delay, NUL
140 do_sleep(struct timespec *delay, struct timespec *remain) argument
152 do_kevent(struct timespec *delay, struct timespec *remain) argument
[all...]
/freebsd-current/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dsystm.h41 #define delay(x) pause("soldelay", (x)) macro
/freebsd-current/sys/dev/bwn/
H A Dif_bwn_phy_common.h36 uint16_t mask, uint16_t value, int delay, int timeout);
/freebsd-current/stand/uboot/
H A Dtime.c57 delay(int usecs) function
/freebsd-current/stand/libofw/
H A Dofw_time.c50 delay(int usecs) function
/freebsd-current/contrib/sendmail/libsmutil/
H A Dt-lockfile.c126 ** delay -- how long to keep file locked?
142 locktestwr(filename, flags, delay)
145 int delay;
167 if (delay > 0)
168 sleep(delay);
196 ** delay -- how long to keep file locked?
235 ** delay -- how long is file locked by owner?
244 locktestrd(filename, flags, delay, shared)
247 int delay;
279 for (cnt = 0; cnt < delay
357 int ch, delay, r, status, flags, shared, nb, reader, writer; local
[all...]
/freebsd-current/usr.bin/at/
H A Dparsetime.c286 plus_or_minus(struct tm *tm, int delay) argument
290 expectplur = (delay != 1 && delay != -1) ? 1 : 0;
294 tm->tm_year += delay;
297 tm->tm_mon += delay;
300 delay *= 7;
302 tm->tm_mday += delay;
305 tm->tm_hour += delay;
308 tm->tm_min += delay;
333 int delay; local
348 int delay; local
[all...]
/freebsd-current/contrib/ntp/scripts/monitoring/
H A Dntploopstat29 $delay = 60; # default sampling rate
62 $0 [-d<delay>] [-t<timeout>] [-l <logfile>] [-v] [ntpserver]
70 ($1 ne '') && ($delay = $1,1) && next;
71 @ARGV || die("$0: delay value missing after -d\n$usage");
72 $delay = shift;
73 ($delay >= 0) || die("$0: bad delay value \"$delay\"\n$usage");
322 ;#$time = ($stime + $etime) / 2; # symmetric delay assumed
381 &msg("Sleeping " . ($lostpacket ? ($delay /
[all...]
/freebsd-current/contrib/sendmail/libsm/
H A Dt-sem.c29 delay(t, s) function
76 delay(0, "try to acq");
82 delay(0, "acquired");
86 delay(0, "try to rel");
92 delay(0, "released");
207 delay(1, "parent: acquire 1");
222 delay(3, "parent: release 1");
237 delay(1, "parent: getval");
252 delay(1, "parent: acquire 2");
283 delay(
[all...]
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dworkqueue.h144 #define queue_delayed_work(wq, dwork, delay) \
145 linux_queue_delayed_work_on(WORK_CPU_UNBOUND, wq, dwork, delay)
147 #define schedule_delayed_work_on(cpu, dwork, delay) \
148 linux_queue_delayed_work_on(cpu, system_wq, dwork, delay)
153 #define schedule_delayed_work(dwork, delay) \
154 linux_queue_delayed_work_on(WORK_CPU_UNBOUND, system_wq, dwork, delay)
156 #define queue_delayed_work_on(cpu, wq, dwork, delay) \
157 linux_queue_delayed_work_on(cpu, wq, dwork, delay)
180 #define mod_delayed_work(wq, dwork, delay) ({ \
184 wq, dwork, delay); \
[all...]
/freebsd-current/share/examples/ses/srcs/
H A Dchpmon.c51 int fd, delay, dev; local
59 delay = atoi(v[1]);
122 sleep(delay);
/freebsd-current/contrib/tcpdump/
H A Dprint-igrp.c58 nd_uint24_t igr_dly; /* delay in tens of microseconds */
71 u_int delay, bandwidth; local
74 delay = GET_BE_U_3(igr->igr_dly);
76 metric = ND_MIN(bandwidth + delay, 0xffffff);
80 10 * delay, bandwidth == 0 ? 0 : 10000000 / bandwidth,
/freebsd-current/usr.sbin/spray/
H A Dspray.c65 int delay = 0; local
75 delay = atoi(optarg);
151 if (delay) {
152 usleep(delay);
215 "usage: spray [-c count] [-l length] [-d delay] host\n");
/freebsd-current/usr.bin/systat/
H A Dkeyboard.c58 intvl.tv_sec = delay / 1000000;
59 intvl.tv_usec = delay % 1000000;
99 /* Refresh delay */
100 intvl.tv_sec = delay / 1000000;
101 intvl.tv_usec = delay % 1000000;
/freebsd-current/contrib/libxo/xohtml/
H A Dxohtml.js48 delay: 300
/freebsd-current/tools/test/stress2/misc/
H A Dcollapse.sh79 time_t run, delay;
101 delay = arc4random() % (CHILDTIME - 1);
102 run = arc4random() % (CHILDTIME - delay);
104 if (time(NULL) >= start + delay)
/freebsd-current/sys/arm/include/
H A Dplatformvar.h57 /* How many times to loop to delay approximately 1us */
110 #define FDT_PLATFORM_DEF(NAME, NAME_STR, size, compatible, delay) \
111 FDT_PLATFORM_DEF2(NAME, NAME, NAME_STR, size, compatible, delay)
/freebsd-current/sys/contrib/dev/iwlwifi/fw/
H A Ddebugfs.c159 unsigned long delay = fwrt->timestamp.delay; local
162 if (!ret && delay)
164 round_jiffies_relative(delay));
167 "stopping timestamp_marker, ret: %d, delay: %u\n",
168 ret, jiffies_to_msecs(delay) / 1000);
171 void iwl_fw_trigger_timestamp(struct iwl_fw_runtime *fwrt, u32 delay) argument
174 "starting timestamp_marker trigger with delay: %us\n",
175 delay);
179 fwrt->timestamp.delay
189 u32 delay; local
[all...]
/freebsd-current/contrib/tcsh/
H A Dvms.termcap.c339 unsigned long delay = 0; local
344 for (delay = 0; *cp && ISDIGIT(*cp) ; cp++)
345 delay = delay * 10 + *cp - '0';
349 usleep(delay*100); /* strictly spoken, it should be *1000 */

Completed in 315 milliseconds

1234567891011>>