Searched defs:tstart (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dpriv_str_xlate.c389 char *tstart; /* start of text */ local
400 tstart = lp;
401 while (*tstart != '\0' &&
402 isspace((unsigned char)*tstart)) {
403 tstart++;
406 len = strlen(tstart);
407 (void) memmove(lp, tstart, len + 1);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dtftp.c710 static hrtime_t tstart, tstop; variable
715 tstart = gethrtime();
729 delta = tstop - tstart;
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Dcommon.c175 const uint8_t *tstart, *tend; local
185 tstart = (const uint8_t *)(poep+1);
186 tend = tstart + plen;
194 if (tptr < tstart || tptr+POET_HDRLEN > tend ||
/illumos-gate/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema.c1721 ac_mem_test_start_t *tstart; local
1723 tstart = (ac_mem_test_start_t *)arg;
1727 tstart->handle, (int)tstart->tester_pid,
1728 tstart->prev_condition,
1729 tstart->bank_size, tstart->page_size,
1730 tstart->line_size, tstart->afar_base);
/illumos-gate/usr/src/uts/i86pc/os/
H A Dlgrpplat.c2919 uint64_t tstart = ml->ml_address; local
2923 if (tstart > end || tend < start)
2925 if (start > tstart)
2926 tstart = start;
2927 if (rstart > tstart)
2928 rstart = tstart;

Completed in 56 milliseconds