Searched defs:check_time (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/auditreduce/
H A Dtime.c42 static int check_time(struct tm *);
201 * .func check_time - check tm structure.
204 * .call err = check_time(tme).
210 check_time(struct tm *tme) function
459 return (check_time(tme)); /* lastly check the ranges */
/illumos-gate/usr/src/test/os-tests/tests/poll/
H A Dpoll_test.c150 check_time(time_t elapsed, time_t expected) function
245 if (!check_time(elapsed, timeout)) {
278 if (!check_time(elapsed, timeout)) {
306 if (!check_time(elapsed, timeout)) {
358 if (!check_time(elapsed, timeout)) {
/illumos-gate/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));
2511 * check_time - Given an indication of the which time(s) to check, check
2523 check_time(chk_actions_t chkwhat, X509 *cert) function
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_probe.c1598 uint_t check_time; local
1621 check_time = pi->pi_whenup[pi->pi_whendx] + MSEC_PERMIN;
1622 if (check_time > cur_time)
1623 return (check_time - cur_time);

Completed in 97 milliseconds