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

1234567891011>>

/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dwtimeout.c51 * The delay is in milliseconds.
54 wtimeout(WINDOW *w, int delay) argument
56 if (delay < 0) {
61 /* Non-Block (0 == delay) and delayed (0 < delay) */
69 * Also 'delay' is in milliseconds, so it is rounted up
70 * to the nearest 10th of a second. Only when 'delay' is
73 * of this code was using the expression "(delay + 50) /100",
76 w->_vtime = (delay > 25500) ? 255 : (delay
[all...]
H A Dtimeout.c62 timeout(int delay) argument
64 wtimeout(stdscr, delay);
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dwtimeout.c48 * The delay is in milliseconds.
51 wtimeout(w, delay)
53 int delay;
56 __m_trace("wtimeout(%p, %d)", w, delay);
59 if (delay < 0) {
64 /* Non-Block (0 == delay) and delayed (0 < delay) */
68 w->_vtime = (delay+50)/100;
H A Dtimeout.c59 (timeout)(int delay) argument
62 __m_trace("timeout(%d)", delay);
65 wtimeout(stdscr, delay);
/illumos-gate/usr/src/ucbcmd/tset/
H A Dtset.delays.h23 ** defined in /etc/termcap and the delay algorithms on a
24 ** particular system. For each type of delay, the bits used
25 ** for that delay must be specified (in XXbits) and a table
39 struct delay CRdelay[] =
53 struct delay NLdelay[] =
56 66, NL1, /* special M37 delay */
66 struct delay BSdelay[] =
78 struct delay TBdelay[] =
81 11, TAB1, /* special M37 delay */
91 struct delay FFdela
[all...]
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dppm_plat.h37 #define PPM_GET_IO_DELAY(dc, delay) { \
39 delay = dc->m_un.i2c.delay; \
41 delay = dc->m_un.kio.delay; \
44 #define PPM_GET_IO_POST_DELAY(dc, delay) { \
46 delay = dc->m_un.i2c.post_delay; \
48 delay = dc->m_un.kio.post_delay; \
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dppm_plat.h39 #define PPM_GET_IO_DELAY(dc, delay) { \
41 delay = dc->m_un.kio.delay; \
44 #define PPM_GET_IO_POST_DELAY(dc, delay) { \
46 delay = dc->m_un.kio.post_delay; \
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dttimeout.c51 * delay: < 0 for infinite delay (blocking read)
52 * = 0 for no delay read
60 ttimeout(int delay) argument
65 if (delay < 0)
66 delay = -1;
68 if (cur_term->_delay == delay)
72 if (delay > 0) {
74 _setblock(-delay);
75 _settimeout(delay);
[all...]
H A Ddelay.c63 * Insert a delay into the output stream for "delay/10" milliseconds.
64 * Round up by a half a character frame, and then do the delay.
71 _delay(int delay, int (*outc)(char)) argument
91 delay += mspc10 / 2;
96 for (delay /= mspc10; delay-- > 0; )
H A Dtputs.c53 int delay = 0; local
76 /* Convert the number representing the delay. */
79 delay = delay * 10 + *cp++ - '0';
82 delay *= 10;
86 delay += *cp - '0';
93 * If the delay is followed by a `*', then
95 * If the delay is followed by a '/', then
96 * the delay is done irregardless of xon/xoff.
110 delay *
[all...]
/illumos-gate/usr/src/cmd/dtrace/demo/fbt/
H A Ddelay.d27 fbt::delay:entry,
33 fbt::delay:return,
/illumos-gate/usr/src/boot/sys/boot/efi/libefi/
H A Ddelay.c33 void delay(int);
36 delay(int usecs) function
/illumos-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...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dqlc.conf131 #Name: Reset delay
133 #Usage: This field specifies the delay after a reset before sending
135 reset-delay=5;
145 #Name: Port down retry delay
147 #Usage: Amount of time to delay between port down retries.
151 port-down-retry-delay=2;
159 #Name: Queue full retry delay
161 #Usage: This field specifies the amount of time to delay after a SCSI
163 queue-full-retry-delay=2;
/illumos-gate/usr/src/boot/sys/boot/forth/
H A DMakefile7 delay.4th.8 \
/illumos-gate/usr/src/boot/sys/boot/usb/
H A Dbsd_usbloader_test.c55 DELAY(unsigned int delay) argument
57 usleep(delay);
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs.conf173 # cr-delay: Sets the coalesce response delay in the adapter.
181 cr-delay=0;
187 # response is generated. This feature is disabled if cr-delay is set to 0.
258 # linkup-delay: Sets the linkup delay period (seconds) after initialization.
265 linkup-delay=10;
/illumos-gate/usr/src/boot/sys/boot/uboot/lib/
H A Dtime.c61 delay(int usecs) function
/illumos-gate/usr/src/cmd/audio/utilities/
H A DFir.cc132 delay = (order + 1) >> 1; // assuming symmetric FIR
202 return ((delay < group_delay)? group_delay - delay : 0);
219 * filter() filters in[size] with filter delay adjusted to 0
221 * All FIR filters introduce a delay of "order" samples between input and
223 * linear phase responses. For those FIR fitlers the group delay is
224 * "(order + 1) / 2". So filter_nodelay adjusts the group delay in the
243 else if (delay <= 0)
245 else if (size <= delay) {
247 delay
[all...]
H A DResample.cc169 delay = (order + 1) >> 1; // assuming symmetric FIR
211 // decimate with group delay adjusted to 0
217 if (delay <= 0)
219 else if (size <= delay) {
221 delay -= size;
224 update_short(in, delay);
225 in += delay;
226 size -= delay;
227 delay = 0;
240 delay
[all...]
/illumos-gate/usr/src/uts/sparc/ml/
H A Dip_ocsum.s58 tst %o1 ! delay slot, test count
60 btst 31, %o0 ! (delay slot)
98 add %o0, 32, %o0 ! delay slot, increment address
105 tst %o1 ! delay slot, for more to do
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dlock.s38 xor %o1, 0xff, %o0 ! delay - return non-zero if success
/illumos-gate/usr/src/boot/sys/boot/ofw/libofw/
H A Dofw_time.c53 delay(int usecs) function
/illumos-gate/usr/src/cmd/scadm/sparc/mpxu/common/
H A Dxsem.c139 timestruc_t delay; local
157 delay = *mytime;
158 delay.tv_sec = delay.tv_sec + time(NULL);
161 &sem->semMutex, &delay);
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dt-sem.c28 delay(t, s) function
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(
[all...]

Completed in 106 milliseconds

1234567891011>>