Home
last modified time | relevance | path

Searched refs:check_time (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/test/os-tests/tests/poll/
H A Dpoll_test.c150 check_time(time_t elapsed, time_t expected) in check_time() function
245 if (!check_time(elapsed, timeout)) { in poll_no_fd_test()
278 if (!check_time(elapsed, timeout)) { in poll_with_fds_test()
306 if (!check_time(elapsed, timeout)) { in dev_poll_no_fd_test()
358 if (!check_time(elapsed, timeout)) { in dev_poll_with_fds_test()
/titanic_50/usr/src/cmd/auditreduce/
H A Dtime.c42 static int check_time(struct tm *);
210 check_time(struct tm *tme) in check_time() function
459 return (check_time(tme)); /* lastly check the ranges */ in derive_date()
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_probe.c1598 uint_t check_time; in phyint_inst_timer() local
1621 check_time = pi->pi_whenup[pi->pi_whendx] + MSEC_PERMIN; in phyint_inst_timer()
1622 if (check_time > cur_time) in phyint_inst_timer()
1623 return (check_time - cur_time); in phyint_inst_timer()
/titanic_50/usr/src/lib/libpkg/common/
H A Dp12lib.c204 static chk_errs_t check_time(chk_actions_t, X509 *);
1497 return (check_time(chkwhat, cert)); in sunw_check_cert_times()
2523 check_time(chk_actions_t chkwhat, X509 *cert) function