/illumos-gate/usr/src/uts/common/syscall/ |
H A D | sigtimedwait.c | 93 sigtimedwait(sigset_t *setp, siginfo_t *siginfop, timespec_t *timeoutp) argument 108 if (timeoutp) { 114 if (copyin(timeoutp, &sig_timeout, 120 if (copyin(timeoutp, &timeout32, sizeof (timeout32)))
|
H A D | lwpsys.c | 445 * timeoutp is an in/out parameter. On entry, it contains the relative 449 lwp_park(timespec_t *timeoutp, id_t lwpid) argument 463 if (timeoutp) { 467 if (copyin(timeoutp, &rqtime, sizeof (timespec_t))) { 474 if (copyin(timeoutp, &timeout32, sizeof (timeout32))) { 511 if (timeoutp != NULL) { 523 if (copyout(&rmtime, timeoutp, sizeof (rmtime))) 529 if (copyout(&rmtime32, timeoutp, sizeof (rmtime32)))
|
H A D | poll.c | 656 pollsys(pollfd_t *fds, nfds_t nfds, timespec_t *timeoutp, sigset_t *setp) argument 665 if (timeoutp == NULL) 669 if (copyin(timeoutp, &ts, sizeof (ts))) 674 if (copyin(timeoutp, &ts32, sizeof (ts32)))
|
/illumos-gate/usr/src/lib/libsldap/common/ |
H A D | ns_wrapper.c | 318 LDAPControl **clientctrls, struct timeval *timeoutp, 325 clientctrls, timeoutp, sizelimit, msgidp)); 332 LDAPControl **clientctrls, struct timeval *timeoutp, int sizelimit, 339 clientctrls, timeoutp, sizelimit, res)); 315 _ns_ldap_search_ext(char *service, int flags, char *base, int scope, char *filter, char **attrs, int attrsonly, LDAPControl **serverctrls, LDAPControl **clientctrls, struct timeval *timeoutp, int sizelimit, int *msgidp) argument 329 _ns_ldap_search_ext_s(char *service, int flags, char *base, int scope, char *filter, char **attrs, int attrsonly, LDAPControl **serverctrls, LDAPControl **clientctrls, struct timeval *timeoutp, int sizelimit, LDAPMessage **res) argument
|
/illumos-gate/usr/src/lib/libnsl/yp/ |
H A D | yp_match.c | 507 struct dom_binding *pdomb, struct timeval *timeoutp, char **val, 531 *timeoutp)) { 506 domatch(char *domain, char *map, char *key, int keylen, struct dom_binding *pdomb, struct timeval *timeoutp, char **val, int *vallen) argument
|
/illumos-gate/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 */ 132 if ( timeoutp != NULL && timeoutp->tv_sec == 0 && 133 timeoutp->tv_usec == 0 ) { 142 nsldapi_timeval2ldaplimit( timeoutp, -1 ), sizelimit, msgidp )); 148 * using the overloaded struct timeval *timeoutp. 240 * Convert a non-NULL timeoutp to a value in seconds that is appropriate to 241 * send in an LDAP search request. If timeoutp is NULL, return defaultvalue. 244 nsldapi_timeval2ldaplimit( struct timeval *timeoutp, in argument 115 ldap_search_ext( LDAP *ld, const char *base, int scope, const char *filter, char **attrs, int attrsonly, LDAPControl **serverctrls, LDAPControl **clientctrls, struct timeval *timeoutp, int sizelimit, int *msgidp ) argument 940 ldap_search_ext_s( LDAP *ld, const char *base, int scope, const char *filter, char **attrs, int attrsonly, LDAPControl **serverctrls, LDAPControl **clientctrls, struct timeval *timeoutp, int sizelimit, LDAPMessage **res ) argument [all...] |
/illumos-gate/usr/src/cmd/lvm/rpc.metamhd/ |
H A D | mhd_set.c | 678 mhd_mhiargs_t *timeoutp, 709 if (timeoutp->mh_ff < sp->sr_timeouts.mh_ff) { 711 sp->sr_name, timeoutp->mh_ff, 713 timeoutp->mh_ff = sp->sr_timeouts.mh_ff; 718 sp->sr_timeouts = *timeoutp; 676 mhd_reserve_drives( mhd_set_t *mhsp, mhd_mhiargs_t *timeoutp, mhd_ff_mode_t ff_mode, mhd_opts_t options, mhd_error_t *mhep ) argument
|
/illumos-gate/usr/src/cmd/idmap/idmapd/ |
H A D | idmap_config.c | 1243 wait_for_event(struct timespec *timeoutp) argument 1248 if (port_get(idmapd_ev_port, &pe, timeoutp) != 0) { 1335 struct timespec *timeoutp; local 1368 timeoutp = NULL; 1377 timeoutp = &timeout; 1384 switch (wait_for_event(timeoutp)) {
|