Home
last modified time | relevance | path

Searched refs:timeoutp (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dsearch.c46 static int nsldapi_timeval2ldaplimit( struct timeval *timeoutp,
124 struct timeval *timeoutp, /* NULL means use ld->ld_timelimit */ in ldap_search_ext() argument
132 if ( timeoutp != NULL && timeoutp->tv_sec == 0 && in ldap_search_ext()
133 timeoutp->tv_usec == 0 ) { in ldap_search_ext()
142 nsldapi_timeval2ldaplimit( timeoutp, -1 ), sizelimit, msgidp )); in ldap_search_ext()
248 if ( NULL == timeoutp ) { in nsldapi_timeval2ldaplimit()
250 } else if ( timeoutp->tv_sec > 0 ) { in nsldapi_timeval2ldaplimit()
251 timelimit = timeoutp->tv_sec; in nsldapi_timeval2ldaplimit()
252 } else if ( timeoutp->tv_usec > 0 ) { in nsldapi_timeval2ldaplimit()
959 struct timeval *timeoutp, in ldap_search_ext_s() argument
[all …]
/illumos-gate/usr/src/uts/common/syscall/
H A Dsigtimedwait.c93 sigtimedwait(sigset_t *setp, siginfo_t *siginfop, timespec_t *timeoutp) in sigtimedwait() argument
108 if (timeoutp) { in sigtimedwait()
114 if (copyin(timeoutp, &sig_timeout, in sigtimedwait()
120 if (copyin(timeoutp, &timeout32, sizeof (timeout32))) in sigtimedwait()
H A Dlwpsys.c451 lwp_park(timespec_t *timeoutp, id_t lwpid) in lwp_park() argument
465 if (timeoutp) { in lwp_park()
469 if (copyin(timeoutp, &rqtime, sizeof (timespec_t))) { in lwp_park()
476 if (copyin(timeoutp, &timeout32, sizeof (timeout32))) { in lwp_park()
513 if (timeoutp != NULL) { in lwp_park()
525 if (copyout(&rmtime, timeoutp, sizeof (rmtime))) in lwp_park()
531 if (copyout(&rmtime32, timeoutp, sizeof (rmtime32))) in lwp_park()
H A Dpoll.c665 pollsys(pollfd_t *fds, nfds_t nfds, timespec_t *timeoutp, sigset_t *setp) in pollsys() argument
674 if (timeoutp == NULL) in pollsys()
678 if (copyin(timeoutp, &ts, sizeof (ts))) in pollsys()
683 if (copyin(timeoutp, &ts32, sizeof (ts32))) in pollsys()
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_wrapper.c316 LDAPControl **clientctrls, struct timeval *timeoutp, in _ns_ldap_search_ext() argument
323 clientctrls, timeoutp, sizelimit, msgidp)); in _ns_ldap_search_ext()
330 LDAPControl **clientctrls, struct timeval *timeoutp, int sizelimit, in _ns_ldap_search_ext_s() argument
337 clientctrls, timeoutp, sizelimit, res)); in _ns_ldap_search_ext_s()
/illumos-gate/usr/src/lib/libnsl/yp/
H A Dyp_match.c506 struct dom_binding *pdomb, struct timeval *timeoutp, char **val, in domatch() argument
530 *timeoutp)) { in domatch()
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Didmap_config.c1312 wait_for_event(struct timespec *timeoutp) in wait_for_event() argument
1317 if (port_get(idmapd_ev_port, &pe, timeoutp) != 0) { in wait_for_event()
1405 struct timespec *timeoutp; in idmap_cfg_update_thread() local
1469 timeoutp = NULL; in idmap_cfg_update_thread()
1473 timeoutp = &timeout; in idmap_cfg_update_thread()
1480 switch (wait_for_event(timeoutp)) { in idmap_cfg_update_thread()
/illumos-gate/usr/src/head/
H A Dldap.h610 struct timeval *timeoutp, int sizelimit, int *msgidp);
614 struct timeval *timeoutp, int sizelimit, LDAPMessage **res);