Searched refs:delay (Results 26 - 50 of 251) sorted by relevance

1234567891011

/freebsd-9.3-release/usr.bin/at/
H A Dparsetime.c289 int delay; local
294 delay = atoi(sc_token);
295 expectplur = (delay != 1) ? 1 : 0;
299 tm->tm_year += delay;
302 tm->tm_mon += delay;
305 delay *= 7;
307 tm->tm_mday += delay;
310 tm->tm_hour += delay;
313 tm->tm_min += delay;
/freebsd-9.3-release/usr.sbin/ppp/
H A Dcbcp.c68 cbcp->fsm.delay = 0;
185 u_char delay; member in struct:cbcp_data
243 if ((char *)&data->delay < end) {
244 log_Printf(LogCBCP, " DELAY %d\n", data->delay);
268 data.delay = 0;
302 data.length = (char *)&data.delay - (char *)&data;
309 cbcp_StartTimer(cbcp, cbcp->fsm.delay);
318 cbcp->fsm.delay = cbcp->p->dl->cfg.cbcp.delay;
336 cbcp_StartTimer(cbcp, cbcp->fsm.delay * DEF_FSMTRIE
[all...]
/freebsd-9.3-release/contrib/gcc/config/mips/
H A Dvr4120-div.S32 and $3,$3,$2 /* t = (x ^ y) & 0x80000000 in delay slot */ ;\
74 subu $2,$6,$2 # r = x1 - r in delay slot
/freebsd-9.3-release/sys/boot/arm/at91/libat91/
H A DMakefile7 SRCS=at91rm9200_lowlevel.c delay.c eeprom.c emac.c emac_init.c getc.c \
/freebsd-9.3-release/sys/boot/pc98/libpc98/
H A Dtime.c90 delay(int period) function
/freebsd-9.3-release/sys/boot/userboot/userboot/
H A Dlibuserboot.h52 extern void delay(int);
H A Dmain.c55 delay(int usec) function
58 CALLBACK(delay, usec);
/freebsd-9.3-release/usr.bin/systat/
H A Dcmds.c72 delay = 0;
94 delay = (unsigned int)t;
107 delay = (unsigned int)t;
183 curcmd->c_name, delay / 1000000);
/freebsd-9.3-release/usr.bin/tip/libacu/
H A Dventel.c66 #define delay(num,denom) busyloop(CPUSPEED*num/denom) macro
97 delay(1, 10);
100 delay(1, 10);
238 * autobaud on. Make sure to delay between them
242 delay(1,10);
H A Dv3451.c143 vawrite(char *cp, int delay) argument
145 for (; *cp; sleep(delay), cp++)
/freebsd-9.3-release/usr.sbin/IPXrouted/
H A Doutput.c140 int delay = 0; local
154 delay++;
155 if(delay == 2) {
157 delay = 0;
H A Dsap_output.c124 int delay = 0; local
139 delay++;
140 if(delay == 2) {
142 delay = 0;
/freebsd-9.3-release/usr.sbin/mfiutil/
H A Dmfi_bbu.c159 unsigned long delay; local
189 if (strcmp(av[1], "learn-delay") == 0) {
190 delay = strtoul(av[2], &endptr, 10);
191 if (strlen(av[2]) == 0 || *endptr != '\0' || delay > 255) {
192 warnx("Invalid learn delay '%s'", av[2]);
197 props.learn_delay_interval = delay;
/freebsd-9.3-release/sys/dev/firewire/
H A Dfwphyreg.h53 delay:4; member in struct:phyreg_base
82 uint8_t delay:4,
/freebsd-9.3-release/sys/mips/cavium/
H A Duart_dev_oct16550.c112 static int delay = 0; local
114 if (!delay_changed) return delay;
125 return 10; /* return an approx delay value */
161 int delay, limit; local
163 delay = oct16550_delay(bas);
173 DELAY(delay);
193 DELAY(delay << 2);
331 static inline void oct16550_wait_txhr_empty (struct uart_bas *bas, int limit, int delay) argument
335 DELAY(delay);
341 int delay; local
361 int c, delay; local
[all...]
/freebsd-9.3-release/contrib/ntp/clockstuff/
H A Dpropdelay.c10 * This can be used to get a rough idea of the HF propagation delay
21 * the delay between the WWVH (21:59:26N, 159:46:00W) and WWV (40:40:49N,
205 * Compute delay from WWV
221 * Compute delay from WWVH
272 * doit - compute a delay and print it
285 double delay; local
287 hops = finddelay(lat1, long1, lat2, long2, h, &delay);
288 printf("%sheight %g km, hops %d, delay %g seconds\n",
289 str, h, hops, delay);
425 * propdelay - compute the propagation delay
[all...]
/freebsd-9.3-release/contrib/ncurses/ncurses/base/
H A Dlib_getch.c96 check_mouse_activity(SCREEN *sp, int delay EVENTLIST_2nd(_nc_eventlist * evl))
106 rc = _nc_timed_wait(sp, TWAIT_MASK, delay, (int *) 0 EVENTLIST_2nd(evl));
386 int delay; local
389 TR(TRACE_IEVENT, ("timed delay in wgetch()"));
391 delay = (sp->_cbreak - 1) * 100;
393 delay = win->_delay;
396 if (event_delay >= 0 && delay > event_delay)
397 delay = event_delay;
400 TR(TRACE_IEVENT, ("delay is %d milliseconds", delay));
[all...]
/freebsd-9.3-release/sys/boot/powerpc/ps3/
H A Dps3net.c125 delay(10);
156 delay(1);
178 delay(GELIC_POLL_PERIOD);
182 delay(200);
244 delay(500);
/freebsd-9.3-release/sys/mips/mips/
H A Ddb_disasm.c152 int delay = 0; local
199 delay = 1;
257 delay = 1;
333 delay = 1;
391 return (delay);
/freebsd-9.3-release/sys/ofed/include/linux/
H A Dworkqueue.h110 unsigned long delay)
116 if (delay != 0)
117 callout_reset(&work->timer, delay, _delayed_work_fn, work);
109 queue_delayed_work(struct workqueue_struct *wq, struct delayed_work *work, unsigned long delay) argument
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-eigrp.c129 u_int8_t delay[4]; member in struct:eigrp_tlv_ip_int_t
149 u_int8_t delay[4]; member in struct:eigrp_tlv_ip_ext_t
168 u_int8_t delay[4]; member in struct:eigrp_tlv_at_int_t
187 u_int8_t delay[4]; member in struct:eigrp_tlv_at_ext_t
344 printf("\n\t delay %u ms, bandwidth %u Kbps, mtu %u, hop %u, reliability %u, load %u",
345 (EXTRACT_32BITS(&tlv_ptr.eigrp_tlv_ip_int->delay)/100),
381 printf("\n\t delay %u ms, bandwidth %u Kbps, mtu %u, hop %u, reliability %u, load %u",
382 (EXTRACT_32BITS(&tlv_ptr.eigrp_tlv_ip_ext->delay)/100),
413 printf("\n\t delay %u ms, bandwidth %u Kbps, mtu %u, hop %u, reliability %u, load %u",
414 (EXTRACT_32BITS(&tlv_ptr.eigrp_tlv_at_int->delay)/10
[all...]
/freebsd-9.3-release/sys/boot/common/
H A Dhelp.common24 # Tautoboot DBoot after a delay
26 autoboot [<delay> [<prompt>]]
28 Displays <prompt> or a default prompt, and counts down <delay> seconds
29 before attempting to boot. If <delay> is not specified, the default
131 # Tset Sautoboot_delay DSet the default autoboot delay
135 Sets the default delay for the autoboot command to <value> seconds.
/freebsd-9.3-release/sys/boot/i386/libi386/
H A Dtime.c99 delay(int period) function
/freebsd-9.3-release/sys/boot/ia64/ski/
H A DMakefile11 SRCS= acpi_stub.c conf.c delay.c efi_stub.c exit.c main.c \
/freebsd-9.3-release/sys/boot/userboot/
H A Duserboot.h167 void (*delay)(void *arg, int usec); member in struct:loader_callbacks

Completed in 120 milliseconds

1234567891011