Home
last modified time | relevance | path

Searched refs:t1p (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/fs/autofs/
H A Dauto_subr.c1846 fnnode_t *tp, *t1p; in triggers_busy() local
1877 for (done = 0, t1p = fnp->fn_trigger; !done; in triggers_busy()
1878 t1p = t1p->fn_next) { in triggers_busy()
1889 if (t1p != tp || !lck_error) { in triggers_busy()
1890 vfsp = fntovn(t1p)->v_vfsp; in triggers_busy()
1893 done = (t1p == tp); in triggers_busy()
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute.c2010 deltaT(struct timeval *t1p, struct timeval *t2p) in deltaT() argument
2014 dt = (double)(t2p->tv_sec - t1p->tv_sec) * 1000.0 + in deltaT()
2015 (double)(t2p->tv_usec - t1p->tv_usec) / 1000.0; in deltaT()