Home
last modified time | relevance | path

Searched refs:tstop (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/lib/libshell/common/tests/
H A Dsun_solaris_cr_6881017_background_process_in_subshell_hangs_caller.sh68 float tstart tstop tdiff
73 (( tstop=SECONDS ))
77 (( tdiff=tstop-tstart ))
/titanic_41/usr/src/cmd/perl/contrib/Sun/Solaris/Pg/
H A DPg.pm484 my $tstop;
497 $tstop = abs($pg2->{util_time_stopped} -
500 my $total = $trun + $tstop;
647 my $tstop = abs($cpudata1->{util_time_stopped} -
650 my $total = $trun + $tstop;
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dtftp.c710 static hrtime_t tstart, tstop; variable
721 tstop = gethrtime(); in stopclock()
729 delta = tstop - tstart; in printstats()
/titanic_41/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema.c1647 ac_mem_test_stop_t *tstop; in dump_ioctl() local
1649 tstop = (ac_mem_test_stop_t *)arg; in dump_ioctl()
1651 "condition=%d\n", tstop->handle, tstop->condition); in dump_ioctl()