Searched refs:timeout (Results 276 - 300 of 853) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/lib/print/libpapi-lpd/common/
H A Dlpd-port.c108 sock_connect(int sock, char *host, int timeout) argument
162 (void) alarm(timeout);
662 fprintf(stderr, "usage:\t%s -H host [-t timeout] -s queue control ]\n",
664 fprintf(stderr, "\t%s -H host [-t timeout] -c queue [user|job ...]\n",
666 fprintf(stderr, "\t%s -H host [-t timeout] -q queue [user|job ...]\n",
685 int fd, c, timeout = 0, exit_code = 0; local
739 timeout = atoi(optarg);
765 if ((host == NULL) || (queue == NULL) || (timeout < 0) ||
788 if ((fd = sock_connect(fd, host, timeout)) < 0)
/illumos-gate/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);
/illumos-gate/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
/illumos-gate/usr/src/cmd/fm/modules/SUNW,SPARC-Enterprise/event-transport/
H A Dex_dscp.c670 etm_xport_read(fmd_hdl_t *hdl, etm_xport_conn_t conn, hrtime_t timeout, argument
685 endtime = gethrtime() + timeout;
686 sleeptime = timeout / EXS_IO_SLEEP_DIV;
729 etm_xport_write(fmd_hdl_t *hdl, etm_xport_conn_t conn, hrtime_t timeout, argument
744 endtime = gethrtime() + timeout;
745 sleeptime = timeout / EXS_IO_SLEEP_DIV;
/illumos-gate/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo_usb.c43 const gchar *devinfo_printer_prnio_get_prober(HalDevice *d, int *timeout);
44 const gchar *devinfo_keyboard_get_prober(HalDevice *d, int *timeout);
716 devinfo_printer_prnio_get_prober (HalDevice *d, int *timeout) argument
718 *timeout = 5 * 1000; /* 5 second timeout */
723 devinfo_keyboard_get_prober(HalDevice *d, int *timeout) argument
725 *timeout = 5 * 1000; /* 5 second timeout */
H A Ddevinfo.h36 const gchar *(*get_prober) (HalDevice *d, int *timeout);
/illumos-gate/usr/src/uts/sun4/io/efcode/
H A Dfc_subr.c195 fp->timeout = timeout(fcode_timer, fp, hz * fcode_timeout);
199 if (fp->timeout) {
200 (void) untimeout(fp->timeout);
201 fp->timeout = NULL;
239 fp->timeout = 0;
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_x540.c754 u32 timeout = 200; local
770 for (i = 0; i < timeout; i++) {
872 u32 timeout = 2000; local
879 for (i = 0; i < timeout; i++) {
894 for (i = 0; i < timeout; i++) {
906 if (i >= timeout) {
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dos-ip.c144 extern int _poll(struct pollfd *fds, unsigned long nfds, int timeout);
146 fd_set *exceptfds, struct timeval *timeout);
269 LDAPDebug( LDAP_DEBUG_TRACE, "nsldapi_connect_nonblock timeout: %d (msec)\n",
307 LDAPDebug( LDAP_DEBUG_TRACE, "Invalid timeout value detected.."
308 "resetting connect timeout to default value "
382 /* honour the timeout */
394 /* timeout */
1162 nsldapi_iostatus_poll( LDAP *ld, struct timeval *timeout )
1174 rc = 0; /* simulate a timeout */
1181 nsldapi_tv2ms( timeout ));
1535 nsldapi_ext_compat_poll( LDAP_X_PollFD fds[], int nfds, int timeout, struct lextiof_session_private *arg ) argument
1665 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...]
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_util.c261 struct timeval timeout; local
266 timeout.tv_sec = 0;
267 timeout.tv_usec = 1000;
271 ret = select(FD_SETSIZE, &fds, NULL, NULL, &timeout);
357 struct timeval timeout; local
373 timeout.tv_sec = 10;
375 timeout.tv_sec = 0;
376 timeout.tv_usec = 0;
397 n = select(FD_SETSIZE, &rfds, &wfds, &efds, &timeout);
1231 cmd.uscsi_timeout = (request->timeout < 100
[all...]
/illumos-gate/usr/src/uts/common/c2/
H A Daudit_syscalls.c422 /* fire off timeout event to kick audit queue awake */
423 (void) timeout(au_queue_kick, kctx,
444 (void) timeout(au_queue_kick, kctx, kctx->auk_queue.delay);
470 (void) timeout(audit_dont_stop, kctx,
/illumos-gate/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);
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Drpc.c219 uint32_t timeout; local
245 optlen = sizeof (timeout);
246 (void) getsockopt(s, SOL_SOCKET, SO_RCVTIMEO, (void *)&timeout,
372 break; /* timeout */
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_io.h347 int oce_rx_pending(struct oce_dev *dev, struct oce_rq *rq, int32_t timeout);
361 uint32_t timeout, uint32_t pyld_len);
363 uint8_t opcode, uint32_t timeout, uint32_t pyld_len);
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_iocb.h70 uint16_t timeout; /* Command timeout. */ member in struct:cmd_entry
103 uint16_t timeout; /* Command timeout. */ member in struct:cmd7_24xx_entry
131 uint16_t timeout; /* Command timeout. */ member in struct:cmd6_24xx_entry
204 uint16_t timeout; /* Command timeout. */ member in struct:cmd_3_entry
232 uint8_t timeout_l; /* Command timeout - LSB. */
233 uint8_t timeout_h; /* Command timeout
499 uint16_t timeout; /* Command timeout. */ member in struct:ms_entry
528 uint16_t timeout; member in struct:ct_passthru_entry
618 uint16_t timeout; member in struct:task_mgmt_entry
946 uint16_t timeout; member in struct:ctio_entry
1009 uint16_t timeout; member in struct:ctio_snd_entry
1070 uint16_t timeout; member in struct:ctio_rcv_entry
1139 uint16_t timeout; /* Command timeout. */ member in struct:ip_entry
1168 uint16_t timeout; /* Command timeout. */ member in struct:ip_a64_entry
[all...]
/illumos-gate/usr/src/lib/passwdutil/
H A Dnis_attr.c465 struct timeval timeout; local
502 timeout.tv_usec = 0;
503 timeout.tv_sec = 55; /* ndp uses 55 seconds */
506 (char *)&yppasswd, xdr_int, (char *)&ok, timeout);
/illumos-gate/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;
/illumos-gate/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) {
/illumos-gate/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);
/illumos-gate/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));
/illumos-gate/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;
/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Ddcs.h182 DCS_BAD_TIME_VAL, /* timeout value invalid (%d) */
298 int ses_poll(struct pollfd fds[], nfds_t nfds, int timeout);
/illumos-gate/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
/illumos-gate/usr/src/uts/common/sys/usb/clients/usbser/
H A Dusbser_dsdi.h194 * 'timeout' seconds (zero timeout means wait forever)
196 int (*ds_fifo_drain)(ds_hdl_t, uint_t port_num, int timeout);

Completed in 162 milliseconds

<<11121314151617181920>>