Home
last modified time | relevance | path

Searched refs:delay (Results 1 – 25 of 546) sorted by relevance

12345678910>>...22

/onnv-gate/usr/src/lib/libcurses/screen/
H A Dttimeout.c60 ttimeout(int delay) in ttimeout() argument
65 if (delay < 0) in ttimeout()
66 delay = -1; in ttimeout()
68 if (cur_term->_delay == delay) in ttimeout()
72 if (delay > 0) { in ttimeout()
74 _setblock(-delay); in ttimeout()
75 _settimeout(delay); in ttimeout()
77 if ((delay + cur_term->_delay) == -1) in ttimeout()
78 _setblock(delay); in ttimeout()
80 if (delay < 0) in ttimeout()
[all …]
H A Dtputs.c53 int delay = 0; in _tpad() local
79 delay = delay * 10 + *cp++ - '0'; in _tpad()
82 delay *= 10; in _tpad()
86 delay += *cp - '0'; in _tpad()
110 delay *= affcnt; in _tpad()
128 if (delay == 0) in _tpad()
140 (void) _delay(delay, outc); in _tpad()
H A Ddelay.c71 _delay(int delay, int (*outc)(char)) in _delay() argument
91 delay += mspc10 / 2; in _delay()
96 for (delay /= mspc10; delay-- > 0; ) in _delay()
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DPush.pm40 …my ($type,$callback,$delay,$last_page,$cookie,$target,$expires,$nph,@other) = rearrange([TYPE,NEXT…
43 $delay = 1 unless defined($delay);
44 $self->push_delay($delay);
96 my $delay = shift;
97 if ( ($delay >= 1) && ($delay!~/\./) ){
98 sleep($delay);
100 select(undef,undef,undef,$delay);
105 my ($self,$delay) = CGI::self_or_default(@_);
106 return defined($delay) ? $self->{'.delay'} =
107 $delay : $self->{'.delay'};
/onnv-gate/usr/src/uts/sun4u/sys/
H A Dppm_plat.h37 #define PPM_GET_IO_DELAY(dc, delay) { \ argument
39 delay = dc->m_un.i2c.delay; \
41 delay = dc->m_un.kio.delay; \
44 #define PPM_GET_IO_POST_DELAY(dc, delay) { \ argument
46 delay = dc->m_un.i2c.post_delay; \
48 delay = dc->m_un.kio.post_delay; \
/onnv-gate/usr/src/ucbcmd/tset/
H A Dtset.delays.h39 struct delay CRdelay[] =
53 struct delay NLdelay[] =
66 struct delay BSdelay[] =
78 struct delay TBdelay[] =
91 struct delay FFdelay[] =
104 struct delay VTdelay[] =
/onnv-gate/usr/src/cmd/audio/utilities/
H A DResample.cc169 delay = (order + 1) >> 1; // assuming symmetric FIR in ResampleFilter()
217 if (delay <= 0) in decimate()
219 else if (size <= delay) { in decimate()
221 delay -= size; in decimate()
224 update_short(in, delay); in decimate()
225 in += delay; in decimate()
226 size -= delay; in decimate()
227 delay = 0; in decimate()
240 delay += num_in; in decimate_flush()
301 delay += num * up; in interpolate_flush()
[all …]
H A DFir.cc132 delay = (order + 1) >> 1; // assuming symmetric FIR in Fir()
202 return ((delay < group_delay)? group_delay - delay : 0); in getFlushSize()
243 else if (delay <= 0) in filter()
245 else if (size <= delay) { in filter()
247 delay -= size; in filter()
250 update_short(in, delay); in filter()
251 in += delay; in filter()
252 size -= delay; in filter()
253 delay = 0; in filter()
/onnv-gate/usr/src/cmd/sendmail/libsm/
H A Dt-sem.c28 delay(t, s)
75 delay(0, "try to acq");
81 delay(0, "acquired");
85 delay(0, "try to rel");
91 delay(0, "released");
206 delay(1, "parent: acquire 1");
221 delay(3, "parent: release 1");
236 delay(1, "parent: getval");
251 delay(1, "parent: acquire 2");
282 delay(1, "child: acquire 1");
[all …]
/onnv-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dwtimeout.c51 wtimeout(w, delay) in wtimeout() argument
53 int delay;
56 __m_trace("wtimeout(%p, %d)", w, delay);
59 if (delay < 0) {
68 w->_vtime = (delay+50)/100;
H A Dtimeout.c59 (timeout)(int delay)
62 __m_trace("timeout(%d)", delay);
65 wtimeout(stdscr, delay);
/onnv-gate/usr/src/uts/i86pc/sys/
H A Dppm_plat.h39 #define PPM_GET_IO_DELAY(dc, delay) { \ argument
41 delay = dc->m_un.kio.delay; \
44 #define PPM_GET_IO_POST_DELAY(dc, delay) { \ argument
46 delay = dc->m_un.kio.post_delay; \
/onnv-gate/usr/src/lib/libplot/t300s/common/
H A Dsubr.c42 delay(void) in delay() function
159 delay(); in movep()
162 delay(); in movep()
175 delay(); in movep()
178 delay(); in movep()
197 delay(); in movep()
199 delay(); in movep()
203 delay(); in movep()
205 delay(); in movep()
/onnv-gate/usr/src/cmd/vi/misc/
H A Ddel.h.cb29 ** only has one bit for each kind of delay so it's somewhat
33 ** defined in /etc/termcap and the delay algorithms on a
34 ** particular system. For each type of delay, the bits used
35 ** for that delay must be specified (in XXbits) and a table
49 struct delay CRdelay[] =
63 struct delay NLdelay[] =
66 66, NL1, /* special M37 delay */
77 struct delay BSdelay[] =
89 struct delay TBdelay[] =
92 11, TAB1, /* special M37 delay */
[all …]
/onnv-gate/usr/src/ucbcmd/shutdown/
H A Dshutdown.c534 time_t delay = sdt - now; in warn() local
536 if (delay > 8) in warn()
537 while (delay % 5) in warn()
538 delay++; in warn()
543 if (delay > 10 MINUTES) in warn()
545 else if (delay > 95 SECONDS) { in warn()
546 (void) fprintf(termf, gettext(msg17), (delay+30)/60, in warn()
547 (delay+30)/60 != 1 ? "s" : ""); in warn()
548 } else if (delay > 0) { in warn()
549 (void) fprintf(termf, gettext(msg18), delay, in warn()
[all …]
/onnv-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dwtimeout.c54 wtimeout(WINDOW *w, int delay) in wtimeout() argument
56 if (delay < 0) { in wtimeout()
76 w->_vtime = (delay > 25500) ? 255 : (delay + 99) / 100; in wtimeout()
/onnv-gate/usr/src/cmd/tput/
H A Dtput.c284 struct delay struct
325 static struct delay CRdelay[] =
337 static struct delay NLdelay[] =
347 static struct delay BSdelay[] =
357 static struct delay TBdelay[] =
369 static struct delay FFdelay[] =
381 struct delay CRdelay[] =
393 struct delay NLdelay[] =
404 struct delay TBdelay[] =
414 struct delay FFdelay[] =
[all …]
/onnv-gate/usr/src/cmd/iscsid/
H A Discsi-initiator208 delay=60
209 while [ $delay -gt 0 ]; do
210 delay=`expr $delay - 1`
213 if [ $delay -gt 0 ]; then
/onnv-gate/usr/src/cmd/scadm/sparc/mpxu/common/
H A Dxsem.c139 timestruc_t delay; in xsem_xwait() local
157 delay = *mytime; in xsem_xwait()
158 delay.tv_sec = delay.tv_sec + time(NULL); in xsem_xwait()
161 &sem->semMutex, &delay); in xsem_xwait()
/onnv-gate/usr/src/cmd/kbd/
H A Dkbd.c113 char *copt, *aopt, *delay, *rate, *layout_name, *b_type, *freq_str; in main() local
159 delay = optarg; in main()
202 if (Dflag && atoi(delay) <= 0) { in main()
203 (void) fprintf(stderr, "Invalid arguments: -D %s\n", delay); in main()
244 if (Dflag && (error = set_repeat_delay(delay, kbd)) != 0) in main()
487 int delay, rate; in get_layout() local
488 delay = rate = 0; in get_layout()
504 if (ioctl(kbd, KIOCGRPTDELAY, &delay)) { in get_layout()
514 (void) printf("delay(ms)=%d\n", delay); in get_layout()
571 set_rptdelay(int delay, int kbd) in set_rptdelay() argument
[all …]
/onnv-gate/usr/src/uts/sparc/v9/ml/
H A Dlock_prim.s234 nop ! delay: do nothing
247 xor %o1, 0xff, %o0 ! delay - return non-zero if success
290 bl,a,pt %icc, 1f ! if not, write %pil in delay
298 sth %o3, [%o2] ! delay - save original pil
302 nop ! delay: do nothing
443 stn %g0, [%o0] ! delay: clear lock if we owned it
504 or THREAD_REG, RW_WRITE_LOCKED, %o5 ! delay: %o5 = owner
512 add %o4, RW_READ_LOCK, %o5 ! delay: increment hold count
515 nop ! delay: do nothing
524 nop ! delay: do nothing
[all …]
/onnv-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dqlc.conf135 reset-delay=5;
151 port-down-retry-delay=2;
163 queue-full-retry-delay=2;
/onnv-gate/usr/src/cmd/ttymon/
H A Dstty.c87 static void delay(int m, char *s);
401 delay((m&CRDLY)/CR1, "cr"); in prmodes()
402 delay((m&NLDLY)/NL1, "nl"); in prmodes()
403 delay((m&TABDLY)/TAB1, "tab"); in prmodes()
404 delay((m&BSDLY)/BS1, "bs"); in prmodes()
405 delay((m&VTDLY)/VT1, "vt"); in prmodes()
406 delay((m&FFDLY)/FF1, "ff"); in prmodes()
630 delay((m&CRDLY)/CR1, "cr"); in pramodes()
631 delay((m&NLDLY)/NL1, "nl"); in pramodes()
632 delay((m&TABDLY)/TAB1, "tab"); in pramodes()
[all …]
/onnv-gate/usr/src/cmd/rpcsvc/
H A Dspray.c63 int delay = 0; in main() local
87 delay = atoi(optarg); in main()
131 if (delay > 0) in main()
132 slp(delay); in main()
/onnv-gate/usr/src/cmd/avs/sdbc/
H A Dsd_stats.c109 int delay = 1; /* Display delay (seconds) */ variable
198 delay = atoi(optarg); in sd_stats_lintmain()
340 tout.tv_sec = delay; in sd_stats_lintmain()
347 (void) sleep(delay); in sd_stats_lintmain()
400 if (delay > 1) { in checkbuf()
401 --delay; in checkbuf()
409 delay++; in checkbuf()

12345678910>>...22