Searched refs:timeout (Results 126 - 150 of 241) sorted by relevance

12345678910

/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Dctl_clnt.c95 struct timespec timeout; member in struct:ctl_cctx
150 u_int timeout, ctl_logfunc logger)
167 ctx->timeout = evConsTime(timeout, 0);
576 if (evSetIdleTimer(ctx->ev, timer, ctx, ctx->timeout, &ctx->tiID) < 0){
615 (*ctx->logger)(ctl_error, "%s: timeout after %u seconds while %s", me,
616 ctx->timeout.tv_sec, state_names[ctx->state]);
147 ctl_client(evContext lev, const struct sockaddr *cap, size_t cap_len, const struct sockaddr *sap, size_t sap_len, ctl_clntdone donefunc, void *uap, u_int timeout, ctl_logfunc logger) argument
/osnet-11/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo_usb.c42 const gchar *devinfo_printer_prnio_get_prober(HalDevice *d, int *timeout);
43 const gchar *devinfo_keyboard_get_prober(HalDevice *d, int *timeout);
729 devinfo_printer_prnio_get_prober (HalDevice *d, int *timeout) argument
731 *timeout = 5 * 1000; /* 5 second timeout */
736 devinfo_keyboard_get_prober(HalDevice *d, int *timeout) argument
738 *timeout = 5 * 1000; /* 5 second timeout */
H A Ddevinfo.h36 const gchar *(*get_prober) (HalDevice *d, int *timeout);
H A Ddevinfo_acpi.c243 devinfo_acpi_get_prober(HalDevice *d, int *timeout) argument
245 *timeout = DEVINFO_PROBE_ACPI_TIMEOUT; /* 30 second timeout */
/osnet-11/usr/src/lib/rpcsec_gss/
H A Drpcsec_gss.c314 struct timeval timeout = {30, 0}; local
320 timeout);
724 struct timeval timeout; local
735 timeout.tv_sec = 1;
736 timeout.tv_usec = 0;
738 xdr_void, NULL, timeout);
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dos-ip.c143 extern int _poll(struct pollfd *fds, unsigned long nfds, int timeout);
145 fd_set *exceptfds, struct timeval *timeout);
268 LDAPDebug( LDAP_DEBUG_TRACE, "nsldapi_connect_nonblock timeout: %d (msec)\n",
306 LDAPDebug( LDAP_DEBUG_TRACE, "Invalid timeout value detected.."
307 "resetting connect timeout to default value "
381 /* honour the timeout */
393 /* timeout */
1161 nsldapi_iostatus_poll( LDAP *ld, struct timeval *timeout )
1173 rc = 0; /* simulate a timeout */
1180 nsldapi_tv2ms( timeout ));
1534 nsldapi_ext_compat_poll( LDAP_X_PollFD fds[], int nfds, int timeout, struct lextiof_session_private *arg ) argument
1664 nsldapi_ext_compat_connect( const char *hostlist, int defport, int timeout, unsigned long options, struct lextiof_session_private *sessionarg, struct lextiof_socket_private **socketargp , void **not_used ) argument
[all...]
H A Dtmplout.c455 struct timeval timeout; local
469 timeout.tv_sec = SEARCH_TIMEOUT_SECS;
470 timeout.tv_usec = 0;
505 "objectClass=*", ocattrs, 0, &timeout, &ldmp );
539 fetchattrs, 0, &timeout, &ldmp );
1046 struct timeval timeout;
1098 timeout.tv_sec = SEARCH_TIMEOUT_SECS;
1099 timeout.tv_usec = 0;
1108 retattrs, 0, &timeout, &ldmp );
1045 struct timeval timeout; local
/osnet-11/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl_adapter_util.h97 IN DAT_TIMEOUT timeout);
270 IN uint64_t timeout,
288 IN DAT_TIMEOUT timeout,
H A Ddapl_evd_util.h156 DAT_TIMEOUT timeout);
/osnet-11/usr/src/lib/libldap4/common/
H A Dtmplout.c490 struct timeval timeout; local
499 timeout.tv_sec = SEARCH_TIMEOUT_SECS;
500 timeout.tv_usec = 0;
547 "objectClass=*", ocattrs, 0, &timeout, &ldmp );
581 fetchattrs, 0, &timeout, &ldmp );
1082 struct timeval timeout;
1134 timeout.tv_sec = SEARCH_TIMEOUT_SECS;
1135 timeout.tv_usec = 0;
1144 0, &timeout, &ldmp );
1081 struct timeval timeout; local
/osnet-11/usr/src/lib/libldap5/include/ldap/
H A Dsolaris-int.h193 * also takes a timeout parameter whose value can be set by calling
195 * timeout parameter are milliseconds.
197 * A POLL interface is provided instead of a select() one. The timeout is
240 int timeout /* milliseconds */,
252 LDAP_X_PollFD fds[], int nfds, int timeout /* milliseconds */,
298 struct timeval *timeout );
403 int msgid, int all, struct timeval *timeout, LDAPMessage **result);
/osnet-11/usr/src/grub/grub2/util/grub.d/
H A D00_header.in259 set timeout=${2}
264 set timeout=${2}
/osnet-11/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_deleted.c176 s10_poll(sysret_t *rval, struct pollfd *fds, nfds_t nfd, int timeout) argument
181 if (timeout < 0)
184 ts.tv_sec = timeout / MILLISEC;
185 ts.tv_nsec = (timeout % MILLISEC) * MICROSEC;
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dgrub.h91 extern int await_reply P((reply_t reply, int ival, void *ptr, long timeout));
/osnet-11/usr/src/cmd/hal/hald/
H A Dhald_runner.c484 guint32 timeout,
504 dbus_message_iter_append_basic(&iter, DBUS_TYPE_UINT32, &timeout);
534 guint timeout,
538 "", FALSE, timeout, cb, data1, data2);
481 hald_runner_run_method(HalDevice *device, const gchar *command_line, char **extra_env, gchar *input, gboolean error_on_stderr, guint32 timeout, HalRunTerminatedCB cb, gpointer data1, gpointer data2) argument
532 hald_runner_run(HalDevice *device, const gchar *command_line, char **extra_env, guint timeout, HalRunTerminatedCB cb, gpointer data1, gpointer data2) argument
/osnet-11/usr/src/lib/libc/port/tpool/
H A Dthread_pool.c138 * It will only be left if a timeout or an error has occured.
154 timestruc_t timeout; local
156 timeout.tv_sec = tpool->tp_linger;
157 timeout.tv_nsec = 0;
159 &tpool->tp_mutex, &timeout) != 0) {
/osnet-11/usr/src/lib/libwrap/
H A Doptions.c420 int timeout; local
424 if (sscanf(value, "%d%c", &timeout, &junk) != 1 || timeout <= 0)
425 tcpd_jump("bad rfc931 timeout: \"%s\"", value);
426 rfc931_timeout = timeout;
/osnet-11/usr/src/lib/passwdutil/
H A Dnis_attr.c480 struct timeval timeout; local
517 timeout.tv_usec = 0;
518 timeout.tv_sec = 55; /* ndp uses 55 seconds */
521 (char *)&yppasswd, xdr_int, (char *)&ok, timeout);
/osnet-11/usr/src/lib/libnsl/rpc/
H A Dpmap_clnt.c54 static const struct timeval timeout = { 5, 0 }; variable in typeref:struct:timeval
137 client = clntudp_bufcreate(address, PMAPPROG, PMAPVERS, timeout,
/osnet-11/usr/src/cmd/sendmail/src/
H A Dcontrol.c248 controltimeout(timeout)
249 int timeout;
281 /* handle possible input timeout */
286 "timeout waiting for input during control command");
/osnet-11/usr/src/lib/libc/port/rt/
H A Dmqueue.c722 uint_t msg_prio, const timespec_t *timeout, int abs_rel)
758 if (timeout == NULL)
761 err = sem_timedwait(&mqhp->mq_notfull, timeout);
763 err = sem_reltimedwait_np(&mqhp->mq_notfull, timeout);
858 uint_t *msg_prio, const timespec_t *timeout, int abs_rel)
908 if (timeout == NULL)
911 err = sem_timedwait(&mqhp->mq_notempty, timeout);
913 err = sem_reltimedwait_np(&mqhp->mq_notempty, timeout);
918 * We took a signal or timeout while waiting
721 __mq_timedsend(mqd_t mqdes, const char *msg_ptr, size_t msg_len, uint_t msg_prio, const timespec_t *timeout, int abs_rel) argument
857 __mq_timedreceive(mqd_t mqdes, char *msg_ptr, size_t msg_len, uint_t *msg_prio, const timespec_t *timeout, int abs_rel) argument
/osnet-11/usr/src/lib/udapl/libdat/common/
H A Dudat_api.c157 IN DAT_TIMEOUT timeout,
164 timeout,
155 dat_cno_wait( IN DAT_CNO_HANDLE cno_handle, IN DAT_TIMEOUT timeout, OUT DAT_EVD_HANDLE *evd_handle) argument
/osnet-11/usr/src/lib/libkmf/libkmf/common/
H A Dclient.c239 boolean_t timeout = B_FALSE; local
271 timeout = B_TRUE;
305 if (timeout == B_TRUE) {
429 timeout = B_TRUE;
456 if (timeout == B_TRUE) {
/osnet-11/usr/src/lib/libdhcpdu/common/
H A Drfc2136.c149 dns_puthostent(struct hostent *hp, time_t timeout) argument
200 dprint("dns_puthostent(%s, %d)\n", hp->h_name, (int)timeout);
222 if (timeout > 0)
232 t.tv_sec += timeout;
248 if ((!sp->done) && (timeout == 0)) {
251 dprint("done 0, timeout 0\n");
260 * timeout. One might think we could
/osnet-11/usr/src/lib/libv12n/sparc/
H A Dlibv12n.c109 /* 'agent-system' timeout values in seconds */
750 timestruc_t timeout; local
792 timeout.tv_sec = v12n_ldma_timeout;
793 timeout.tv_nsec = 0;
798 &v12n_ldma_cv_lock, &timeout)) != EINTR)
803 * Check for timeout or an error.
823 &v12n_ldma_cv_lock, &timeout)) != EINTR)

Completed in 76 milliseconds

12345678910