HomeSort by relevance Sort by last modified time
    Searched defs:delay (Results 1 - 25 of 63) sorted by null

1 2 3

  /onnv/onnv-gate/usr/src/cmd/audio/include/
Fir.h 58 int delay; // actual delay between output & input member in class:Fir
76 * group delay samples to align with the input sample sequence.
  /onnv/onnv-gate/usr/src/lib/libcurses/screen/
tputs.c 53 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 *= affcnt
    [all...]
  /onnv/onnv-gate/usr/src/cmd/scadm/sparc/mpxu/common/
xsem.c 139 timestruc_t delay; local
157 delay = *mytime;
158 delay.tv_sec = delay.tv_sec + time(NULL);
161 &sem->semMutex, &delay);
  /onnv/onnv-gate/usr/src/uts/common/io/warlock/
ddi_dki_impl.c 162 delay(clock_t ticks) function
  /onnv/onnv-gate/usr/src/cmd/sendmail/libsm/
t-sem.c 30 delay(t, s) function
77 delay(0, "try to acq");
83 delay(0, "acquired");
87 delay(0, "try to rel");
93 delay(0, "released");
167 delay(1, "parent: acquire 1");
182 delay(3, "parent: release 1");
197 delay(1, "parent: getval");
212 delay(1, "parent: acquire 2");
243 delay(1, "child: acquire 1")
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
input.c 501 * and set a timer (nextmcast), delay until that time.
502 * If we just sent a full update, delay the dynamic update.
510 int delay; local
528 TRACE_ACTION("delay dynamic update",
533 delay = GET_RANDOM(MIN_WAIT_TIME * 1000000,
538 delay / 1000);
541 nextmcast.tv_sec = delay / 1000000;
542 nextmcast.tv_usec = delay % 1000000;
547 * update, force the delay past the full
  /onnv/onnv-gate/usr/src/cmd/rpcsvc/
spray.c 63 int delay = 0; local
87 delay = atoi(optarg);
131 if (delay > 0)
132 slp(delay);
182 printf("spray host [-t nettype] [-l lnth] [-c cnt] [-d delay]\n");
  /onnv/onnv-gate/usr/src/ucbcmd/stty/
stty.c 57 void delay(int, char *s);
352 delay((m & CRDLY)/CR1, "cr");
353 delay((m & NLDLY)/NL1, "nl");
357 delay((m & TABDLY)/TAB1, "tab");
358 delay((m & BSDLY)/BS1, "bs");
359 delay((m & VTDLY)/VT1, "vt");
360 delay((m & FFDLY)/FF1, "ff");
581 delay((m & CRDLY)/CR1, "cr");
582 delay((m & NLDLY)/NL1, "nl");
586 delay((m & TABDLY)/TAB1, "tab")
751 delay(int m, char *s) function
    [all...]
  /onnv/onnv-gate/usr/src/cmd/ttymon/
stty.c 87 static void delay(int m, char *s);
401 delay((m&CRDLY)/CR1, "cr");
402 delay((m&NLDLY)/NL1, "nl");
403 delay((m&TABDLY)/TAB1, "tab");
404 delay((m&BSDLY)/BS1, "bs");
405 delay((m&VTDLY)/VT1, "vt");
406 delay((m&FFDLY)/FF1, "ff");
630 delay((m&CRDLY)/CR1, "cr");
631 delay((m&NLDLY)/NL1, "nl");
632 delay((m&TABDLY)/TAB1, "tab")
718 delay(int m, char *s) function
    [all...]
  /onnv/onnv-gate/usr/src/lib/libplot/t300s/common/
subr.c 42 delay(void) function
159 delay();
162 delay();
175 delay();
178 delay();
197 delay();
199 delay();
203 delay();
205 delay();
  /onnv/onnv-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
iscsi_conn.c 218 clock_t delay; local
239 delay = ddi_get_lbolt() + SEC_TO_TICK(SHUTDOWN_TIMEOUT);
246 (ddi_get_lbolt() < delay)) {
249 &icp->conn_state_mutex, delay);
976 delay(drv_usectohz(100000));
988 delay(drv_usectohz(100000));
  /onnv/onnv-gate/usr/src/cmd/avs/sdbc/
sd_stats.c 108 int delay = 1; /* Display delay (seconds) */ variable
197 delay = atoi(optarg);
339 tout.tv_sec = delay;
346 (void) sleep(delay);
399 if (delay > 1) {
400 --delay;
408 delay++;
  /onnv/onnv-gate/usr/src/stand/lib/inet/
ethernet.c 96 int count, time, feedback, len, delay = 2; local
139 time = prom_gettime() + (delay * 1000); /* broadcast delay */
195 delay = delay * 2; /* Double the request delay */
196 if (delay > 64) /* maximum delay is 64 seconds */
197 delay = 64;
ibd.c 136 int count, time, feedback, len, delay = 2; local
175 time = prom_gettime() + (delay * 1000); /* broadcast delay */
210 delay = delay * 2; /* Double the request delay */
211 if (delay > 64) /* maximum delay is 64 seconds */
212 delay = 64;
  /onnv/onnv-gate/usr/src/cmd/tput/
tput.c 270 * SYSTEM DEPENDENT TERMINAL DELAY TABLES
273 * defined in terminfo and the delay algorithms in the tty driver
274 * on the particular systems. For each type of delay, the bits used
275 * for that delay must be specified, in XXbits, and a table
284 struct delay struct
325 static struct delay CRdelay[] =
337 static struct delay NLdelay[] =
347 static struct delay BSdelay[] =
357 static struct delay TBdelay[] =
360 11, TAB1, /* special M37 delay */
    [all...]
  /onnv/onnv-gate/usr/src/uts/sparc/dtrace/
dtrace_isa.c 141 int delay = 0, branches = 0, taken = 0; local
176 delay = 1;
187 if (delay)
193 delay = 1;
202 * a leaf; we need to check the delay slot.
205 delay = 1;
222 * don't look at the delay slot -- hopefully
223 * anything that can be gleaned from the delay
263 if (delay) {
265 * If this was a delay slot instruction an
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun4v/sys/
platsvc.h 92 uint32_t delay; member in struct:platsvc_shutdown_req
  /onnv/onnv-gate/usr/src/uts/common/io/ib/clients/iser/
iser_idm.c 483 clock_t delay; local
510 delay = ddi_get_lbolt() + drv_usectohz(500000);
514 (ddi_get_lbolt() < delay)) {
517 &iser_conn->ic_lock, delay);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fs.d/cachefs/mdbug/
dbug.c 67 static void delay(uint_t xx);
100 * delay value 'D' D[,<delay value>]
237 delay(dbug_state_object_p->s_delay);
247 delay(dbug_state_object_p->s_delay);
303 /* delay(dbug_state_object_p->s_delay); */
315 delay(dbug_state_object_p->s_delay);
481 delay(dbug_state_object_p->s_delay);
596 * delay value 'D' D[,<delay value>
1241 delay(uint_t xx) function
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fs.d/nfs/statd/
sm_statd.c 637 int delay = 0; local
645 wtime.tv_sec = delay;
676 if (delay == 0)
683 * Increment the amount of delay before restarting again.
684 * The amount of delay should not exceed the MAX_DELAYTIME.
686 if (delay <= MAX_DELAYTIME)
687 delay += INC_DELAYTIME;
    [all...]
  /onnv/onnv-gate/usr/src/grub/grub-0.97/netboot/
epic100.c 47 #define delay(nanosec) do { int _i = 3; while (--_i > 0) \ macro
451 #define eeprom_delay(n) delay(n)
  /onnv/onnv-gate/usr/src/lib/libsqlite/src/
main.c 880 int delay, prior; local
883 delay = delays[count-1];
886 delay = delays[NDELAY-1];
887 prior = totals[NDELAY-1] + delay*(count-NDELAY-1);
889 if( prior + delay > timeout ){
890 delay = timeout - prior;
891 if( delay<=0 ) return 0;
893 sqliteOsSleep(delay);
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/nfs/
nfs4_client_debug.c 45 kstat_named_t delay; member in struct:rkstat
64 { "delay", KSTAT_DATA_ULONG },
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
qlge_flash.c 1030 uint32_t delay = 300000; local
1045 } while (--delay);
1047 if (delay == 0) {
1102 uint32_t delay = 300000; local
1121 } while (--delay);
1123 if (delay == 0) {
1137 uint32_t delay = 300000; local
1160 } while (--delay);
1165 if (delay == 0) {
1182 uint32_t delay = 300000 local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/auditd/
doorway.c 1052 struct timespec delay = {0, 500000000}; /* 1/2 second */; local
1057 &(in_thr.thd_mutex), &delay);
1193 struct timespec delay; local
1203 delay.tv_nsec = 0;
1257 delay.tv_sec = p->plg_retry_time;
1261 &(p->plg_mutex), &delay);

Completed in 1800 milliseconds

1 2 3