HomeSort by relevance Sort by last modified time
    Searched refs:msecs (Results 1 - 19 of 19) sorted by null

  /onnv/onnv-gate/usr/src/grub/grub-0.97/netboot/
timer.c 14 void mdelay(unsigned int msecs)
17 for(i = 0; i < msecs; i++) {
timer.h 60 extern void mdelay(unsigned int msecs);
  /onnv/onnv-gate/usr/src/psm/promif/ieee1275/sun4u/
prom_heartbeat.c 40 prom_heartbeat(int msecs)
47 ci[3] = p1275_int2cell(msecs); /* Arg1: msecs */
  /onnv/onnv-gate/usr/src/cmd/lms/SyncLib/Include/
Thread.h 78 bool wait(unsigned long msecs = WAIT_INFINITE) const;
83 // measure the time (in msecs) from thread start-time
89 static void msleep(long msecs);
Event.h 55 bool wait(unsigned long msecs = WAIT_INFINITE);
  /onnv/onnv-gate/usr/src/cmd/fm/fmd/common/
fmd_alloc.c 45 uint_t try, lim, msecs; local
51 msecs = fmd.d_alloc_msecs;
54 (void) poll(NULL, 0, msecs);
55 msecs *= 10;
  /onnv/onnv-gate/usr/src/cmd/auditreduce/
proc.c 711 int32_t secs, msecs; local
713 (void) adrm_int32(&adr, (int32_t *)&msecs, 1);
715 tv.tv_usec = (suseconds_t)msecs;
717 int32_t secs, msecs; local
724 (void) adrm_int32(&adr, (int32_t *)&msecs, 1);
726 tv.tv_usec = (suseconds_t)msecs;
728 int64_t secs, msecs; local
730 (void) adrm_int64(&adr, (int64_t *)&msecs, 1);
737 if (msecs < (suseconds_t)INT32_MIN ||
738 msecs > (suseconds_t)INT32_MAX
747 int64_t secs, msecs; local
891 int32_t secs, msecs; local
895 int64_t secs, msecs; local
1005 int32_t secs, msecs; local
1024 int64_t secs, msecs; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/svc/startd/
startd.c 171 uint_t try, msecs; local
177 msecs = ALLOC_DELAY;
180 (void) poll(NULL, 0, msecs);
181 msecs *= ALLOC_DELAY_MULT;
194 uint_t try, msecs; local
200 msecs = ALLOC_DELAY;
203 (void) poll(NULL, 0, msecs);
207 msecs *= ALLOC_DELAY_MULT;
217 uint_t try, msecs; local
224 msecs = ALLOC_DELAY
256 uint_t try, msecs; local
288 uint_t try, msecs; local
349 uint_t count = 0, msecs = ALLOC_DELAY; local
    [all...]
restarter.c 798 uint_t retry_count = 0, msecs = ALLOC_DELAY; local
817 (void) poll(NULL, 0, msecs);
818 msecs *= ALLOC_DELAY_MULT;
1165 uint_t tries = 0, msecs = ALLOC_DELAY; local
1239 (void) poll(NULL, 0, msecs);
1240 msecs *= ALLOC_DELAY_MULT;
    [all...]
libscf.c 77 uint_t try, msecs; local
87 msecs = ALLOC_DELAY;
90 (void) poll(NULL, 0, msecs);
91 msecs *= ALLOC_DELAY_MULT;
3481 uint_t count = 0, msecs = ALLOC_DELAY; local
    [all...]
graph.c 3180 uint_t count = 0, msecs = ALLOC_DELAY; local
3366 uint_t count = 0, msecs = ALLOC_DELAY; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun4u/sys/
prom_plat.h 201 extern int prom_heartbeat(int msecs);
  /onnv/onnv-gate/usr/src/cmd/fm/eversholt/common/
literals.h 88 L_DECL(msecs); variable
  /onnv/onnv-gate/usr/src/uts/common/io/kb8042/
kb8042.c 865 int msecs; local
976 msecs = (tmp >> 16) & 0xffff;
988 error = beep_mktone(frequency, msecs);
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/mega_sas/
megaraid_sas.c 4590 uint32_t msecs = MFI_POLL_TIMEOUT_SECS * (10 * MILLISEC); local
4617 uint32_t msecs = MFI_POLL_TIMEOUT_SECS * (10 * MILLISEC); local
4651 uint32_t msecs = MFI_POLL_TIMEOUT_SECS * MILLISEC; local
4682 uint32_t msecs = MFI_POLL_TIMEOUT_SECS * MILLISEC; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/usb/clients/usbkbm/
usbkbm.c 701 int msecs; local
881 msecs = (tmp >> 16) & 0xffff;
893 err = beep_mktone(frequency, msecs);
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/
kbd.c 523 int msecs; local
577 msecs = (tmp >> 16) & 0xffff;
589 err = beep_mktone(frequency, msecs);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sendmail/src/
srvrsmtp.c 1023 time_t msecs = 0; local
1035 msecs = strtol(pvp[1], NULL, 10);
1038 if (msecs > 0)
1047 timeout.tv_sec = msecs / 1000;
1048 timeout.tv_usec = (msecs % 1000) * 1000;
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/mr_sas/
mr_sas.c 4649 uint32_t msecs = MFI_POLL_TIMEOUT_SECS * (10 * MILLISEC); local
4684 uint32_t msecs = MFI_POLL_TIMEOUT_SECS * MILLISEC; local
    [all...]

Completed in 600 milliseconds