/titanic_51/usr/src/cmd/tail/tests/ |
H A D | tailtests.sh | 196 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 [all...] |
/titanic_51/usr/src/lib/libshell/common/tests/ |
H A D | coprocess.sh | 98 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 D | signal.sh | 51 { 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 D | basic.sh | 141 ( 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 D | sun_solaris_cr_6800929_large_command_substitution_hang.sh | 147 sleep 0.25 169 sleep 5 180 sleep 5 191 sleep 5 202 sleep 5
|
H A D | sun_solaris_cr_6687139_command_substitution_exec_redirection_allocation_loop.sh | 85 sleep 5 119 sleep 5 152 sleep 5 186 sleep 5
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/tests/ |
H A D | coprocess.sh | 106 sleep 10 |& 124 { sleep 4; kill $cop; } 2>/dev/null & 145 ( sleep 3 |& sleep 1 && kill $!; sleep 1; sleep 3 |& sleep 1 && kill $! ) || 171 sleep 0.01 181 sleep 0.01 185 sleep [all...] |
H A D | signal.sh | 67 { sleep 4; kill $cop; } 2>/dev/null & 77 sleep 2 & 79 do sleep .75 173 sleep 2 194 sleep 2 227 sleep 2 233 sleep 2 243 sleep 5 273 [[ $(LC_ALL=C $SHELL -c 'trap "print SIGUSR1 ; exit 0" USR1; (trap "" USR1 ; exec kill -USR1 $$ & sleep 5); print done') == SIGUSR1 ]] || err_exit 'subshell ignoring signal does not send signal to parent' 276 [[ $(LC_ALL=C $SHELL -c 'trap "print SIGUSR1 ; exit 0" USR1; (trap "exit" USR1 ; exec kill -USR1 $$ & sleep [all...] |
H A D | basic.sh | 141 ( sleep 2; cat <<! 305 sleep 20 & 310 sleep 20 & 320 [[ $( (trap 'print alarm' ALRM; sleep 4) & sleep 2; kill -ALRM $!; sleep 2; wait) == alarm ]] || err_exit 'ALRM signal not working' 321 [[ $($SHELL -c 'trap "" HUP; $SHELL -c "(sleep 2;kill -HUP $$)& sleep 4;print done"') != done ]] && err_exit 'ignored traps not being ignored' 367 sleep 3 | myfilter 413 got=$(print -n fore; (sleep [all...] |
/titanic_51/usr/src/uts/common/io/ib/adapters/tavor/ |
H A D | tavor_mr.c | 61 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 198 * Check the sleep flag. Ensure that it is consistent with the in tavor_mr_register_shared() 200 * context, then we shouldn't be attempting to sleep). in tavor_mr_register_shared() 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, in tavor_mr_register_shared() 477 tavor_mr_deregister(tavor_state_t * state,tavor_mrhdl_t * mrhdl,uint_t level,uint_t sleep) tavor_mr_deregister() argument 911 uint_t sleep; tavor_mw_alloc() local 1037 tavor_mw_free(tavor_state_t * state,tavor_mwhdl_t * mwhdl,uint_t sleep) tavor_mw_free() argument 1156 uint_t sleep, mtt_pgsize_bits, bind_type, mr_is_umem; tavor_mr_common_reg() local 1497 uint_t sleep; tavor_dma_mr_register() local 1670 uint_t sleep; tavor_mr_mtt_bind() local 1799 uint_t sleep, dereg_level; tavor_mr_common_rereg() local 2113 tavor_mr_rereg_xlat_helper(tavor_state_t * state,tavor_mrhdl_t mr,tavor_bind_info_t * bind,tavor_mr_options_t * op,uint64_t * mtt_addr,uint_t sleep,uint_t * dereg_level) tavor_mr_rereg_xlat_helper() argument 2526 tavor_mr_mem_bind(tavor_state_t * state,tavor_bind_info_t * bind,ddi_dma_handle_t dmahdl,uint_t sleep) tavor_mr_mem_bind() argument [all...] |
/titanic_51/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_mr.c | 70 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 189 * Check the sleep flag. Ensure that it is consistent with the in hermon_mr_register_shared() 191 * context, then we shouldn't be attempting to sleep). in hermon_mr_register_shared() 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, in hermon_mr_register_shared() 452 uint_t sleep, mtt_pgsize_bits; hermon_mr_alloc_fmr() local 746 hermon_mr_deregister(hermon_state_t * state,hermon_mrhdl_t * mrhdl,uint_t level,uint_t sleep) hermon_mr_deregister() argument 1230 uint_t sleep; hermon_mw_alloc() local 1350 hermon_mw_free(hermon_state_t * state,hermon_mwhdl_t * mwhdl,uint_t sleep) hermon_mw_free() argument 1484 uint_t sleep, mtt_pgsize_bits, bind_type, mr_is_umem; hermon_mr_common_reg() local 1837 uint_t sleep; hermon_dma_mr_register() local 2027 uint_t sleep; hermon_mr_alloc_lkey() local 2176 hermon_mr_fexch_mpt_init(hermon_state_t * state,hermon_pdhdl_t pd,uint32_t mpt_indx,uint_t nummtt,uint64_t mtt_addr,uint_t sleep) hermon_mr_fexch_mpt_init() argument 2239 hermon_mr_fexch_mpt_fini(hermon_state_t * state,hermon_pdhdl_t pd,uint32_t mpt_indx,uint_t sleep) hermon_mr_fexch_mpt_fini() argument 2271 uint_t sleep; hermon_mr_mtt_bind() local 2388 uint_t sleep, dereg_level; hermon_mr_common_rereg() local 2698 hermon_mr_rereg_xlat_helper(hermon_state_t * state,hermon_mrhdl_t mr,hermon_bind_info_t * bind,hermon_mr_options_t * op,uint64_t * mtt_addr,uint_t sleep,uint_t * dereg_level) hermon_mr_rereg_xlat_helper() argument 3097 hermon_mr_mem_bind(hermon_state_t * state,hermon_bind_info_t * bind,ddi_dma_handle_t dmahdl,uint_t sleep,uint_t is_buffer) hermon_mr_mem_bind() argument [all...] |
/titanic_51/usr/src/cmd/sendmail/libsm/ |
H A D | t-sem.c | 35 fprintf(stderr, "sleep(%d) before %s\n", t, s); 37 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( [all...] |
H A D | t-event.c | 61 sleep(1); 65 sleep(1); 71 sleep(1); 81 sleep(2);
|
H A D | t-shm.c | 73 sleep(1); 178 sleep(1); 190 sleep(1); 195 sleep(2); 254 sleep(1);
|
/titanic_51/usr/src/cmd/lp/filter/postscript/postcomm/ |
H A D | postcomm.c | 363 sleep(1); in initialize() 368 sleep(1); in initialize() 373 sleep(15); in initialize() 382 sleep(1); in initialize() 431 sleep(1); in filter() 449 sleep(1); in filter() 549 /* sleep time after sending '\024' */ in getstatus() 594 sleep(t); 643 sleep(1); in reset() 647 sleep(sleeptim in reset() [all...] |
/titanic_51/usr/src/cmd/lp/model/netpr/ |
H A D | net.c | 157 (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_51/usr/src/uts/common/sys/fibre-channel/impl/ |
H A D | fp.h | 327 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...] |
/titanic_51/usr/src/cmd/ast/libshell/common/scripts/ |
H A D | filemutexdemo1.sh | 123 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_51/usr/src/lib/libshell/common/scripts/ |
H A D | filemutexdemo1.sh | 123 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_51/usr/src/cmd/tip/aculib/ |
H A D | ventel.c | 60 (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()
|
/titanic_51/usr/src/cmd/ast/libshell/common/tests/ |
H A D | sun_solaris_cr_6800929_large_command_substitution_hang.sh | 147 sleep 0.25 169 sleep 5 180 sleep 5 191 sleep 5 202 sleep 5
|
H A D | sun_solaris_cr_6687139_command_substitution_exec_redirection_allocation_loop.sh | 85 sleep 5 119 sleep 5 152 sleep 5 186 sleep 5
|
/titanic_51/usr/src/cmd/initpkg/ |
H A D | umountall.sh | 65 # /usr/bin/sleep -k, to sleep after an fuser -c -k on the mountpoint 137 sleep () { function 138 : # No need to show where we'd sleep 207 sleep () { function 211 if [ ! -x /usr/bin/sleep ]; then 212 sleep () { function 213 echo "umountall: sleep after fuser -k skipped (no /usr)" 1>&2 353 sleep 2
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/port/ |
H A D | astwinsize.c | 33 __STDPP__directive pragma pp:hide ioctl sleep 36 #define sleep ______sleep 63 __STDPP__directive pragma pp:nohide ioctl sleep 66 #undef sleep
|
/titanic_51/usr/src/lib/libast/common/port/ |
H A D | astwinsize.c | 33 __STDPP__directive pragma pp:hide ioctl sleep 36 #define sleep ______sleep 63 __STDPP__directive pragma pp:nohide ioctl sleep 66 #undef sleep
|