Home
last modified time | relevance | path

Searched refs:sleep (Results 1 – 25 of 646) sorted by relevance

12345678910>>...26

/titanic_44/usr/src/cmd/tail/tests/
H A Dtailtests.sh196 sleep 2
198 sleep 1
200 sleep 1
213 sleep 2
217 sleep 1
219 sleep 1
232 sleep 2
234 sleep 1
236 sleep 1
238 sleep 1
[all …]
/titanic_44/usr/src/lib/libshell/common/tests/
H A Dcoprocess.sh98 sleep 10 |&
116 { sleep 4; kill $cop; } 2>/dev/null &
137 ( sleep 3 |& sleep 1 && kill $!; sleep 1; sleep 3 |& sleep 1 && kill $! ) ||
162 sleep 0.01
172 sleep 0.01
176 sleep 1
186 sleep 2
188 sleep 2
191 sleep 2
204 { sleep 5; kill $$; } &
[all …]
H A Dsignal.sh51 { sleep 4; kill $cop; } 2>/dev/null &
61 sleep 2 &
63 do sleep .75
157 sleep 2
178 sleep 2
227 sleep 5
289 { sleep 2; kill -$exp \$\$; sleep 3; kill -0 \$\$ && kill -KILL \$\$; } &
291 (/bin/date; sleep .1)
H A Dbasic.sh141 ( sleep 2; cat <<!
303 sleep 20 &
308 sleep 20 &
318 [[ $( (trap 'print alarm' ALRM; sleep 4) & sleep 2; kill -ALRM $!; sleep 2; wait) == alarm ]] || er…
366 sleep 3 | myfilter
412 got=$(print -n fore;(sleep 2;print back)&)
425 sleep=$(whence -p sleep)
428 done | while read sec; do ( $sleep $sec; $sleep $sec) done
434 sleep .1
435 done | $sleep 1
[all …]
H A Dsun_solaris_cr_6800929_large_command_substitution_hang.sh147 sleep 0.25
169 sleep 5
180 sleep 5
191 sleep 5
202 sleep 5
H A Dsun_solaris_cr_6687139_command_substitution_exec_redirection_allocation_loop.sh85 sleep 5
119 sleep 5
152 sleep 5
186 sleep 5
/titanic_44/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_mr.c61 uint_t sleep, uint_t *dereg_level);
65 ddi_dma_handle_t dmahdl, uint_t sleep);
191 uint_t sleep, mr_is_umem; in tavor_mr_register_shared() local
202 sleep = (mr_attr->mr_flags & IBT_MR_NOSLEEP) ? TAVOR_NOSLEEP : in tavor_mr_register_shared()
204 if ((sleep == TAVOR_SLEEP) && in tavor_mr_register_shared()
205 (sleep != TAVOR_SLEEPFLAG_FOR_CONTEXT())) { in tavor_mr_register_shared()
222 status = tavor_rsrc_alloc(state, TAVOR_MPT, 1, sleep, &mpt); in tavor_mr_register_shared()
235 status = tavor_rsrc_alloc(state, TAVOR_MRHDL, 1, sleep, &rsrc); in tavor_mr_register_shared()
402 sizeof (tavor_hw_mpt_t), mpt->tr_indx, sleep); in tavor_mr_register_shared()
477 uint_t sleep) in tavor_mr_deregister() argument
[all …]
/titanic_44/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_mr.c70 uint_t sleep, uint_t *dereg_level);
74 ddi_dma_handle_t dmahdl, uint_t sleep, uint_t is_buffer);
185 uint_t sleep, mr_is_umem; in hermon_mr_register_shared() local
193 sleep = (mr_attr->mr_flags & IBT_MR_NOSLEEP) ? HERMON_NOSLEEP : in hermon_mr_register_shared()
195 if ((sleep == HERMON_SLEEP) && in hermon_mr_register_shared()
196 (sleep != HERMON_SLEEPFLAG_FOR_CONTEXT())) { in hermon_mr_register_shared()
212 status = hermon_rsrc_alloc(state, HERMON_DMPT, 1, sleep, &mpt); in hermon_mr_register_shared()
224 status = hermon_rsrc_alloc(state, HERMON_MRHDL, 1, sleep, &rsrc); in hermon_mr_register_shared()
372 sizeof (hermon_hw_dmpt_t), mpt->hr_indx, sleep); in hermon_mr_register_shared()
452 uint_t sleep, mtt_pgsize_bits; in hermon_mr_alloc_fmr() local
[all …]
/titanic_44/usr/src/cmd/sendmail/libsm/
H A Dt-sem.c37 sleep(t);
213 sleep(1);
228 sleep(1);
243 sleep(1);
258 sleep(1);
272 sleep(1);
289 sleep(1);
304 sleep(1);
379 sleep(1);
H A Dt-event.c61 sleep(1);
65 sleep(1);
71 sleep(1);
81 sleep(2);
H A Dt-shm.c73 sleep(1);
178 sleep(1);
190 sleep(1);
195 sleep(2);
254 sleep(1);
/titanic_44/usr/src/cmd/lp/filter/postscript/postcomm/
H A Dpostcomm.c358 sleep(1); in initialize()
363 sleep(1); in initialize()
368 sleep(15); in initialize()
377 sleep(1); in initialize()
425 sleep(1); in filter()
443 sleep(1); in filter()
585 sleep(t); in getstatus()
633 sleep(1); in reset()
637 sleep(sleeptime++); in reset()
662 sleep(1); in reset()
/titanic_44/usr/src/cmd/lp/model/netpr/
H A Dnet.c157 (void) sleep(timeout); in xfer_file()
160 (void) sleep(timeout); in xfer_file()
174 (void) sleep(timeout); in xfer_file()
226 (void) sleep(timeout); in xfer_cfAfile()
231 (void) sleep(timeout); in xfer_cfAfile()
240 (void) sleep(timeout); in xfer_cfAfile()
344 (void) sleep(timeout); in netpr_send_message()
347 (void) sleep(timeout); in netpr_send_message()
356 (void) sleep(timeout); in netpr_send_message()
/titanic_44/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfp.h327 job_request_t *job, int flag, int sleep);
329 job_request_t *job, int cmd_flag, int sleep, fc_remote_port_t *pd,
345 fc_portmap_t *changelist, uint32_t listlen, uint32_t alloc_len, int sleep);
347 uint32_t listlen, uint32_t alloc_len, int sleep, int sync);
349 static void fp_ns_init(fc_local_port_t *port, job_request_t *job, int sleep);
352 uint16_t cmd_code, job_request_t *job, int polled, int sleep);
369 uchar_t scr_func, int sleep);
371 int create, int sleep);
400 job_request_t *job, int sleep);
402 job_request_t *job, int sleep);
[all …]
H A Dfc_portif.h359 fc_remote_node_t *fctl_create_remote_node(la_wwn_t *nwwn, int sleep);
363 uchar_t recepient, int sleep);
366 la_wwn_t *port_wwn, uint32_t d_id, uchar_t recepient, int sleep);
376 void (*comp) (opaque_t, uchar_t), opaque_t arg, int sleep);
416 int fctl_enlist_nwwn_table(fc_remote_node_t *rnp, int sleep);
431 uint32_t data_len, uint32_t ns_flags, int sleep);
436 int fctl_add_orphan(fc_local_port_t *port, fc_remote_port_t *pd, int sleep);
/titanic_44/usr/src/lib/libshell/common/scripts/
H A Dfilemutexdemo1.sh123 while ! _.try_lock_shared ; do sleep ${interval} ; (( interval+=interval/10. )) ; done
142 while ! _.try_lock_exclusive ; do sleep ${interval} ; (( interval+=interval/10. )) ; done
231 sleep 10
235 sleep 1
255 sleep 5.
260 sleep 5.
/titanic_44/usr/src/cmd/tip/aculib/
H A Dventel.c60 (void) sleep(1); in ven_dialer()
69 (void) sleep(1); in ven_dialer()
186 (void) sleep(2); in vensync()
203 (void) sleep(1); in vensync()
206 (void) sleep(3); in vensync()
217 (void) sleep(1); in vensync()
H A Ddn11.c55 (void) sleep(2); in dn_dialer()
105 (void) sleep(2); in dn_disconnect()
116 (void) sleep(2); in dn_abort()
/titanic_44/usr/src/cmd/initpkg/
H A Dumountall.sh137 sleep () { function
207 sleep () { function
211 if [ ! -x /usr/bin/sleep ]; then
212 sleep () { function
353 sleep 2
/titanic_44/usr/src/lib/libast/common/port/
H A Dastwinsize.c33 __STDPP__directive pragma pp:hide ioctl sleep
36 #define sleep ______sleep
63 __STDPP__directive pragma pp:nohide ioctl sleep
66 #undef sleep
/titanic_44/usr/src/uts/intel/io/dktp/hba/ghd/
H A Dghd_gcmd.c66 int sleep) in ghd_gcmd_alloc() argument
74 gwp = kmem_zalloc(gwrap_len, (sleep ? KM_SLEEP : KM_NOSLEEP)); in ghd_gcmd_alloc()
76 ASSERT(sleep == FALSE); in ghd_gcmd_alloc()
/titanic_44/usr/src/uts/sun4u/io/i2c/misc/
H A Di2c_svc.c187 int sleep; in i2c_transfer_alloc() local
197 sleep = KM_SLEEP; in i2c_transfer_alloc()
199 sleep = KM_NOSLEEP; in i2c_transfer_alloc()
201 sleep = KM_NOSLEEP; in i2c_transfer_alloc()
206 if ((i2cw = kmem_zalloc(size, sleep)) == NULL) { in i2c_transfer_alloc()
/titanic_44/usr/src/cmd/dtrace/test/tst/common/java_api/src/
H A DTestGetAggregate.java62 Thread.sleep(TICK); in testIncluded()
103 Thread.sleep(TICK); in testCleared()
109 Thread.sleep(TICK * EXPECTED_TICKS); in testCleared()
229 Thread.sleep(TICK); in main()
239 Thread.sleep(TICK); in main()
/titanic_44/usr/src/lib/libshell/common/bltins/
H A Dsleep.c29 #define sleep ______sleep macro
31 #undef sleep
39 # define sleep _ast_sleep macro
126 unsigned int sleep(unsigned int sec) in sleep() function
/titanic_44/usr/src/lib/libtsalarm/common/
H A Dtsalarm.c64 (void) sleep(TSALARM_CHANNEL_TIMEOUT); in tsalarm_get()
89 (void) sleep(TSALARM_CHANNEL_TIMEOUT); in tsalarm_get()
156 (void) sleep(TSALARM_CHANNEL_TIMEOUT); in tsalarm_set()
184 (void) sleep(TSALARM_CHANNEL_TIMEOUT); in tsalarm_set()

12345678910>>...26