Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping_aux.c484 if (triptime > tmax) in check_reply()
485 tmax = triptime; in check_reply()
684 if (triptime > tmax) in check_reply()
685 tmax = triptime; in check_reply()
1007 if (triptime > tmax) in check_reply()
1008 tmax = triptime; in check_reply()
H A Dping.h123 extern long long tmax;
H A Dping_aux6.c524 if (triptime > tmax) in check_reply6()
525 tmax = triptime; in check_reply6()
826 if (triptime > tmax) in check_reply6()
827 tmax = triptime; in check_reply6()
H A Dping.c186 long long tmax; variable
1713 waittime = 2 * tmax / MICROSEC; in schedule_sigalrm()
2380 (double)tmax / 1000, sd / 1000); in finish()
/titanic_41/usr/src/head/
H A Dwctype.h86 wchar_t tmax; /* maximum code for wctype */ member
/titanic_41/usr/src/uts/intel/io/mc-amd/
H A Dmcamd_drv.c1054 hrtime_t tmax; in mc_onlinespare() local
1118 tmax = gethrtime() + MIN(mc_swapdonetime, 120) * 1000000000ULL; in mc_onlinespare()
1128 gethrtime() < tmax); in mc_onlinespare()