/titanic_50/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | search.c | 46 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() 244 nsldapi_timeval2ldaplimit( struct timeval *timeoutp, int defaultvalue ) in nsldapi_timeval2ldaplimit() argument 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() [all …]
|
H A D | llib-lldap | 210 …, LDAPControl **serverctrls, LDAPControl **clientctrls, struct timeval *timeoutp, int sizelimit, i… 212 …, LDAPControl **serverctrls, LDAPControl **clientctrls, struct timeval *timeoutp, int sizelimit, L…
|
/titanic_50/usr/src/uts/common/syscall/ |
H A D | sigtimedwait.c | 93 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 D | lwpsys.c | 449 lwp_park(timespec_t *timeoutp, id_t lwpid) in lwp_park() argument 463 if (timeoutp) { in lwp_park() 467 if (copyin(timeoutp, &rqtime, sizeof (timespec_t))) { in lwp_park() 474 if (copyin(timeoutp, &timeout32, sizeof (timeout32))) { in lwp_park() 511 if (timeoutp != NULL) { in lwp_park() 523 if (copyout(&rmtime, timeoutp, sizeof (rmtime))) in lwp_park() 529 if (copyout(&rmtime32, timeoutp, sizeof (rmtime32))) in lwp_park()
|
H A D | poll.c | 660 pollsys(pollfd_t *fds, nfds_t nfds, timespec_t *timeoutp, sigset_t *setp) in pollsys() argument 669 if (timeoutp == NULL) in pollsys() 673 if (copyin(timeoutp, &ts, sizeof (ts))) in pollsys() 678 if (copyin(timeoutp, &ts32, sizeof (ts32))) in pollsys()
|
/titanic_50/usr/src/lib/libsldap/common/ |
H A D | ns_wrapper.c | 318 LDAPControl **clientctrls, struct timeval *timeoutp, in _ns_ldap_search_ext() argument 325 clientctrls, timeoutp, sizelimit, msgidp)); in _ns_ldap_search_ext() 332 LDAPControl **clientctrls, struct timeval *timeoutp, int sizelimit, in _ns_ldap_search_ext_s() argument 339 clientctrls, timeoutp, sizelimit, res)); in _ns_ldap_search_ext_s()
|
/titanic_50/usr/src/lib/libnsl/yp/ |
H A D | yp_match.c | 507 struct dom_binding *pdomb, struct timeval *timeoutp, char **val, in domatch() argument 531 *timeoutp)) { in domatch()
|
/titanic_50/usr/src/cmd/idmap/idmapd/ |
H A D | idmap_config.c | 1243 wait_for_event(struct timespec *timeoutp) in wait_for_event() argument 1248 if (port_get(idmapd_ev_port, &pe, timeoutp) != 0) { in wait_for_event() 1335 struct timespec *timeoutp; in idmap_cfg_update_thread() local 1368 timeoutp = NULL; in idmap_cfg_update_thread() 1377 timeoutp = &timeout; in idmap_cfg_update_thread() 1384 switch (wait_for_event(timeoutp)) { in idmap_cfg_update_thread()
|
/titanic_50/usr/src/head/ |
H A D | ldap.h | 610 struct timeval *timeoutp, int sizelimit, int *msgidp); 614 struct timeval *timeoutp, int sizelimit, LDAPMessage **res);
|