Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libkmf/libkmf/common/
H A Dclient.c217 unsigned int maxsecs) in get_encoded_response() argument
274 poll_ret = poll(&pfd, 1, maxsecs * MILLISEC); in get_encoded_response()
432 poll_ret = poll(&pfd, 1, maxsecs * MILLISEC); in get_encoded_response()
484 unsigned int maxsecs) in kmf_get_encoded_ocsp_response() argument
528 if (maxsecs == 0) { in kmf_get_encoded_ocsp_response()
529 maxsecs = 30; /* default poll time limit is 30 seconds */ in kmf_get_encoded_ocsp_response()
536 respfd, maxsecs); in kmf_get_encoded_ocsp_response()
576 unsigned int maxsecs, int filefd) in download_file() argument
646 maxsecs == 0 ? 30 : maxsecs); in download_file()
664 unsigned int maxsecs, char *crlfile, KMF_ENCODE_FORMAT *pformat) in kmf_download_crl() argument
[all …]
/titanic_44/usr/src/cmd/rcm_daemon/common/
H A Drcm_script.c1338 time_t maxsecs; in do_cmd() local
1368 maxsecs = deadline - time(NULL); in do_cmd()
1369 if (maxsecs <= 0) in do_cmd()
1372 maxsecs = 0; in do_cmd()
1376 maxsecs, &error_num); in do_cmd()