Home
last modified time | relevance | path

Searched refs:tstart (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/lib/libshell/common/tests/
H A Dsun_solaris_cr_6881017_background_process_in_subshell_hangs_caller.sh68 float tstart tstop tdiff
71 (( tstart=SECONDS ))
77 (( tdiff=tstop-tstart ))
/titanic_44/usr/src/lib/libc/port/gen/
H A Dpriv_str_xlate.c391 char *tstart; /* start of text */ in do_priv_gettext() local
402 tstart = lp; in do_priv_gettext()
403 while (*tstart != '\0' && in do_priv_gettext()
404 isspace((unsigned char)*tstart)) { in do_priv_gettext()
405 tstart++; in do_priv_gettext()
408 len = strlen(tstart); in do_priv_gettext()
409 (void) memmove(lp, tstart, len + 1); in do_priv_gettext()
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Dcommon.c175 const uint8_t *tstart, *tend; in poe_tagcheck() local
185 tstart = (const uint8_t *)(poep+1); in poe_tagcheck()
186 tend = tstart + plen; in poe_tagcheck()
194 if (tptr < tstart || tptr+POET_HDRLEN > tend || in poe_tagcheck()
/titanic_44/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema.c1721 ac_mem_test_start_t *tstart; in dump_ioctl_res() local
1723 tstart = (ac_mem_test_start_t *)arg; in dump_ioctl_res()
1727 tstart->handle, (int)tstart->tester_pid, in dump_ioctl_res()
1728 tstart->prev_condition, in dump_ioctl_res()
1729 tstart->bank_size, tstart->page_size, in dump_ioctl_res()
1730 tstart->line_size, tstart->afar_base); in dump_ioctl_res()
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dtftp.c710 static hrtime_t tstart, tstop; variable
715 tstart = gethrtime(); in startclock()
729 delta = tstop - tstart; in printstats()
/titanic_44/usr/src/uts/i86pc/os/
H A Dlgrpplat.c2919 uint64_t tstart = ml->ml_address; in lgrp_plat_process_srat() local
2923 if (tstart > end || tend < start) in lgrp_plat_process_srat()
2925 if (start > tstart) in lgrp_plat_process_srat()
2926 tstart = start; in lgrp_plat_process_srat()
2927 if (rstart > tstart) in lgrp_plat_process_srat()
2928 rstart = tstart; in lgrp_plat_process_srat()