Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/zevadm/
H A Dzevadm.c1387 uint64_t t_now; in zev_zevstat() local
1491 t_now = gethrtime(); in zev_zevstat()
1492 if (t_now < t_until) { in zev_zevstat()
1493 ms = t_until - t_now; in zev_zevstat()
1518 } while ((t_now) < t_until && (ms > 0)); in zev_zevstat()
/titanic_41/usr/src/lib/libkmf/libkmf/common/
H A Dcertop.c2783 time_t t_now; in kmf_check_cert_date() local
2805 t_now = time(NULL); in kmf_check_cert_date()
2806 gmt = gmtime(&t_now); in kmf_check_cert_date()
2807 t_now = mktime(gmt); in kmf_check_cert_date()
2822 if (t_now <= t_notafter && t_now >= t_notbefore) { in kmf_check_cert_date()