Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ast/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 ))
/illumos-gate/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;
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dtftp.c712 static hrtime_t tstart, tstop; variable
723 tstop = gethrtime(); in stopclock()
731 delta = tstop - tstart; in printstats()
/illumos-gate/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema.c1645 ac_mem_test_stop_t *tstop; in dump_ioctl() local
1647 tstop = (ac_mem_test_stop_t *)arg; in dump_ioctl()
1649 "condition=%d\n", tstop->handle, tstop->condition); in dump_ioctl()