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

1 2

  /onnv/onnv-gate/usr/src/cmd/initpkg/
umountall.sh 66 # /usr/bin/sleep -k, to sleep after an fuser -c -k on the mountpoint
124 sleep () { function
125 : # No need to show where we'd sleep
208 sleep () { function
212 if [ ! -x /usr/bin/sleep ]; then
213 sleep () { function
214 echo "umountall: sleep after fuser -k skipped (no /usr)" 1>&2
345 sleep 2
  /onnv/onnv-gate/usr/src/stand/lib/sa/
unistd.c 69 * Sleep for a given number of seconds
72 sleep(unsigned int secs) function
  /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/4.2/
sleep.c 20 sleep(unsigned n) function
43 * sleep never did anything more than this before.
  /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/sys5/
sleep.c 23 * sleep(n)
32 sleep(unsigned n) function
  /onnv/onnv-gate/usr/src/cmd/sendmail/libsm/
clock.c 484 ** SLEEP -- a version of sleep that works with this stuff
486 ** Because Unix sleep uses the alarm facility, I must reimplement
490 ** intvl -- time to sleep.
511 sleep(intvl) function
546 syslog(LOG_ERR, "sleep: interval=%u exceeds max value %d",
572 syslog(LOG_ERR, "sleep: sm_setevent(%u) failed", intvl);
  /onnv/onnv-gate/usr/src/uts/sun4u/io/i2c/misc/
i2c_svc.c 187 int sleep; local
197 sleep = KM_SLEEP;
199 sleep = KM_NOSLEEP;
201 sleep = KM_NOSLEEP;
206 if ((i2cw = kmem_zalloc(size, sleep)) == NULL) {
  /onnv/onnv-gate/usr/src/lib/libshell/common/bltins/
sleep.c 22 * sleep delay
29 #define sleep ______sleep macro
31 #undef sleep macro
39 # define sleep _ast_sleep macro
126 unsigned int sleep(unsigned int sec) function
173 sleep(n);
199 sleep(n);
211 sleep(n);
  /onnv/onnv-gate/usr/src/grub/grub-0.97/netboot/
misc.c 55 SLEEP
57 void sleep(int secs) function
67 INTERRUPTIBLE SLEEP
71 printf("<sleep>\n");
72 return sleep(secs);
  /onnv/onnv-gate/usr/src/uts/common/inet/sctp/
sctp_conn.c 359 int sleep = sctp->sctp_cansleep ? KM_SLEEP : KM_NOSLEEP; local
531 if ((err = sctp_add_faddr(sctp, &dstaddr, sleep,
sctp.c 827 sctp_init_values(sctp_t *sctp, sctp_t *psctp, int sleep)
859 if (sleep == KM_SLEEP) {
954 if ((err = sctp_build_hdrs(sctp, sleep)) != 0) {
1371 int sleep = flags & SCTP_CAN_BLOCK ? KM_SLEEP : KM_NOSLEEP; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libldap5/include/ldap/
portable.h 404 #define sleep(a) Sleep( a*1000 ) macro
  /onnv/onnv-gate/usr/src/common/openssl/
e_os.h 664 #define sleep(a) taskDelay((a) * sysClkRateGet()) macro
  /onnv/onnv-gate/usr/src/uts/sun4v/io/niumx/
niumx.c 622 int sleep = (waitfp == DDI_DMA_SLEEP) ? KM_SLEEP : KM_NOSLEEP; local
632 if ((mp = kmem_alloc(sizeof (ddi_dma_impl_t), sleep)) == 0) {
  /onnv/onnv-gate/usr/src/lib/libdns_sd/common/
dnssd_clientstub.c 57 Define sleep() to be Sleep() for Windows compatibility
215 #define sleep(X) Sleep((X) * 1000) macro
404 sleep(1); // Sleep a bit, then try again
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun4/io/px/
px_dma.c 60 int sleep = (waitfp == DDI_DMA_SLEEP) ? KM_SLEEP : KM_NOSLEEP; local
63 if ((mp = kmem_alloc(sizeof (px_dma_hdl_t), sleep)) == 0) {
781 int sleep = dmareq->dmar_fp == DDI_DMA_SLEEP ? VM_SLEEP : VM_NOSLEEP; local
793 MMU_PAGE_SIZE, sleep);
806 sleep);
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/ib/adapters/hermon/
hermon_mr.c 67 uint_t sleep, uint_t *dereg_level);
71 ddi_dma_handle_t dmahdl, uint_t sleep, uint_t is_buffer);
182 uint_t sleep, mr_is_umem; local
186 * Check the sleep flag. Ensure that it is consistent with the
188 * context, then we shouldn't be attempting to sleep).
190 sleep = (mr_attr->mr_flags & IBT_MR_NOSLEEP) ? HERMON_NOSLEEP :
192 if ((sleep == HERMON_SLEEP) &&
193 (sleep != HERMON_SLEEPFLAG_FOR_CONTEXT())) {
209 status = hermon_rsrc_alloc(state, HERMON_DMPT, 1, sleep, &mpt);
221 status = hermon_rsrc_alloc(state, HERMON_MRHDL, 1, sleep, &rsrc)
454 uint_t sleep, mtt_pgsize_bits; local
1230 uint_t sleep; local
1484 uint_t sleep, mtt_pgsize_bits, bind_type, mr_is_umem; local
1832 uint_t sleep; local
1949 uint_t sleep, dereg_level; local
    [all...]
hermon_misc.c 2527 int sleep; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/ib/adapters/tavor/
tavor_mr.c 62 uint_t sleep, uint_t *dereg_level);
66 ddi_dma_handle_t dmahdl, uint_t sleep);
194 uint_t sleep, mr_is_umem; local
201 * Check the sleep flag. Ensure that it is consistent with the
203 * context, then we shouldn't be attempting to sleep).
205 sleep = (mr_attr->mr_flags & IBT_MR_NOSLEEP) ? TAVOR_NOSLEEP :
207 if ((sleep == TAVOR_SLEEP) &&
208 (sleep != TAVOR_SLEEPFLAG_FOR_CONTEXT())) {
225 status = tavor_rsrc_alloc(state, TAVOR_MPT, 1, sleep, &mpt);
238 status = tavor_rsrc_alloc(state, TAVOR_MRHDL, 1, sleep, &rsrc)
488 uint_t sleep, mtt_pgsize_bits; local
1344 uint_t sleep; local
1589 uint_t sleep, mtt_pgsize_bits, bind_type, mr_is_umem; local
1926 uint_t sleep; local
2055 uint_t sleep, dereg_level; local
    [all...]
tavor_misc.c 2584 int sleep; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/
SRMDataReader.java 268 Thread.sleep(RDS_RETRY_SLEEPTIME, 0);
  /onnv/onnv-gate/usr/src/uts/common/io/
fdc.c 1375 int sleep = 1; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun4u/io/pci/
pci_dma.c 253 int sleep = (waitfp == DDI_DMA_SLEEP) ? KM_SLEEP : KM_NOSLEEP; local
256 if ((mp = kmem_alloc(sizeof (pci_dma_hdl_t), sleep)) == 0) {
984 int sleep = dmareq->dmar_fp == DDI_DMA_SLEEP ? VM_SLEEP : VM_NOSLEEP; local
996 IOMMU_PAGE_SIZE, sleep);
1009 sleep);
    [all...]
  /onnv/onnv-gate/usr/src/lib/libc/port/threads/
scalls.c 51 #pragma weak _sleep = sleep
398 * temporary mask before the thread goes to sleep. If
683 sleep(unsigned int sec) function
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
XSUB.h 473 # define sleep PerlProc_sleep macro
  /onnv/onnv-gate/usr/src/cmd/pcmciad/
pcmciad.c 108 * It then goes to sleep and waits to get another work item.
193 cond_t sleep; member in struct:tasklist
841 (void) cond_broadcast(&task->sleep);
959 * it will check for work and sleep on its condition
981 /* nothing to do so go to sleep */
982 (void) cond_wait(&task->sleep, &task->lock);
1017 (void) cond_init(&task->sleep, USYNC_THREAD, 0);
    [all...]

Completed in 1020 milliseconds

1 2