Searched refs:timeout (Results 101 - 125 of 853) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_structs.h88 struct timeval timeout; member in struct:__anon3623
H A Dnis_parse_ldap_attr.c528 time_t timeout; local
638 if (config_info->threadCreationErrorTimeout.timeout ==
640 if (get_time_t(buf, &timeout,
642 config_info->threadCreationErrorTimeout.timeout =
643 timeout;
670 if (config_info->dumpErrorTimeout.timeout ==
672 if (get_time_t(buf, &timeout,
674 config_info->dumpErrorTimeout.timeout = timeout;
710 if (config_info->updateBatchingTimeout.timeout
1075 time_t timeout = 0; local
[all...]
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_simple.c95 struct timeval timeout, tottimeout; local
143 timeout.tv_usec = 0;
144 timeout.tv_sec = 5;
146 CLSET_RETRY_TIMEOUT, (char *)&timeout);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A Deloop.h52 struct eloop_timeout *timeout; member in struct:eloop_data
/illumos-gate/usr/src/cmd/scadm/sparc/mpxu/common/
H A Dxsem.h69 int xsem_xwait(xsem_t *sem, int timeout, timestruc_t *time);
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dsetvbuf.c38 ** timeout -- time allowed for completing the function
49 sm_io_setvbuf(fp, timeout, buf, mode, size)
51 int timeout;
83 SM_CONVERT_TIME(fp, fd, timeout, &to);
84 (void) sm_flush(fp, &timeout);
H A Dungetc.c85 ** timeout -- time to complete ungetc
98 sm_io_ungetc(fp, timeout, c)
100 int timeout;
106 if (timeout == SM_TIME_IMMEDIATE)
130 if (sm_flush(fp, &timeout))
H A Dfseek.c38 ** SEEKALRM -- handler when timeout activated for sm_io_seek()
69 ** timeout -- time to complete seek (milliseconds)
79 sm_io_seek(fp, timeout, offset, whence)
81 int SM_NONVOLATILE timeout;
106 if (timeout == SM_TIME_DEFAULT)
107 timeout = fp->f_timeout;
108 if (timeout == SM_TIME_IMMEDIATE)
120 if (timeout != SM_TIME_FOREVER) \
127 evt = sm_seteventm(timeout, seekalrm, 0); \
147 sm_flush(fp, (int *) &timeout);
[all...]
/illumos-gate/usr/src/cmd/hal/hald-runner/
H A Drunner.h40 guint32 timeout; member in struct:__anon634
/illumos-gate/usr/src/cmd/lms/SyncLib/src/
H A DEventUnix.cpp119 timespec timeout, time; local
124 timeout.tv_sec = now.tv_sec + time.tv_sec;
125 timeout.tv_nsec = now.tv_usec + time.tv_nsec;
133 &timeout);
H A DThreadUnix.cpp102 timespec timeout, time; local
107 timeout.tv_sec = now.tv_sec + time.tv_sec;
108 timeout.tv_nsec = now.tv_usec + time.tv_nsec;
112 retcode = pthread_cond_timedwait(&_osThread->_cond, &_osThread->_mut, &timeout);
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmautobaud.c134 autobaud(int fd, int timeout) argument
154 if (timeout) {
159 (void)alarm((unsigned)timeout);
168 if (timeout)
/illumos-gate/usr/src/ucblib/librpcsoc/
H A Drtime.c76 rtime(addrp, timep, timeout)
79 struct timeval *timeout;
89 if (timeout == NULL) {
111 NULL, timeout);
/illumos-gate/usr/src/lib/libdhcpagent/common/
H A Ddhcpagent_ipc.c86 * and interface, with a timeout of 0.
259 * int32_t: timeout (in seconds), or DHCP_IPC_WAIT_FOREVER,
265 dhcp_ipc_recv_reply(int fd, dhcp_ipc_reply_t **reply, int32_t timeout) argument
273 * daemon to respond within the existing timeout, as specified in the
284 if (timeout == DHCP_IPC_WAIT_DEFAULT)
285 timeout = DHCP_IPC_DEFAULT_WAIT;
286 if (timeout != DHCP_IPC_WAIT_FOREVER && timeout < INT_MAX / 1000 - 2)
287 timeout = (timeout
369 dhcp_ipc_make_request(dhcp_ipc_request_t *request, dhcp_ipc_reply_t **reply, int32_t timeout) argument
849 dhcp_ipc_getinfo(dhcp_optnum_t *optnum, DHCP_OPT **result, int32_t timeout) argument
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dnetwork.c93 static struct timeval timeout = { 0 }; local
100 value = select(net+1, NULL, NULL, &excepts, &timeout);
/illumos-gate/usr/src/cmd/fm/modules/common/event-transport/
H A Detm_xport_api.h107 etm_xport_read(fmd_hdl_t *hdl, etm_xport_conn_t conn, hrtime_t timeout,
115 etm_xport_write(fmd_hdl_t *hdl, etm_xport_conn_t conn, hrtime_t timeout,
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_timer.c72 pUM->timerID = timeout(BnxeTimer, (void *)pUM,
85 pUM->timerID = timeout(BnxeTimer, (void *)pUM,
/illumos-gate/usr/src/uts/sun4u/opl/sys/scfd/
H A Dscfdscpif.h74 uint32_t num_sg, mscat_gath_t *sgp, clock_t timeout);
79 uint32_t num_sg, mscat_gath_t *sgp, clock_t timeout);
/illumos-gate/usr/src/uts/common/sys/
H A Depoll.h79 int maxevents, int timeout);
81 int maxevents, int timeout, const sigset_t *sigmask);
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dsetadmin.c236 * timeout value if admin file does not specify one,
242 int timeout = NET_TIMEOUT_DEFAULT; local
246 if ((timeout = atoi(adm.networktimeout)) == 0) {
248 } else if (timeout <= NET_TIMEOUT_MIN ||
249 timeout > NET_TIMEOUT_MAX) {
253 return (timeout);
/illumos-gate/usr/src/psm/stand/cpr/sparcv9/sun4u/
H A Dmachdep.c270 int timeout, ncpu; local
292 for (timeout = TIMEOUT_MSECS; timeout; timeout--) {
298 if (timeout == 0) {
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_lock.c255 uint32_t timeout = 0; local
259 timeout = UINT_MAX;
265 timeout, ltype);
269 timeout = UINT_MAX;
275 timeout, ltype);
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dnfs3ops.c66 struct timeval timeout; local
100 timeout.tv_sec = NFS_REXMIT_MIN; /* Total wait for call */
101 timeout.tv_usec = 0;
105 xdr_READ3res, (caddr_t)&read_res, timeout);
126 timeout.tv_sec = NFS_REXMIT_MIN;
129 if (timeout.tv_sec < NFS_REXMIT_MAX)
130 timeout.tv_sec++;
132 timeout.tv_sec = 0;
189 struct timeval timeout = {0, 0}; /* default */ local
202 xdr_GETATTR3res, (caddr_t)&getattr_res, timeout);
[all...]
/illumos-gate/usr/src/stand/lib/inet/
H A Dibd.c129 * The timeout argument is the number of milliseconds to wait for a
130 * response. An infinite timeout can be specified as 0xffffffff.
133 ibd_comarp(struct arp_packet *out, uint32_t timeout) argument
156 wait_time = prom_gettime() + timeout;
157 for (count = 0; timeout == ~0U || prom_gettime() < wait_time; count++) {
225 ibd_arp(struct in_addr *ip, void *hap, uint32_t timeout) argument
243 result = ibd_comarp(&out, timeout);
277 * inetgrams as long as there's data and the mac level IP timeout timer
297 uint32_t timeout, reltime; local
316 timeout
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/ilb/
H A Dilb_probe.c87 * argv[6] is the probe timeout
103 uint32_t timeout; /* argv[6] */ member in struct:__anon149
111 /* Global variable to indicate whether a timeout means success. */
172 int64_t timeout; local
232 if ((timeout = strtoll(argv[6], NULL, 10)) <= 0 || timeout > UINT_MAX)
234 param->timeout = timeout;
311 * return within the timeout period, the SIGALRM handler will be invoked
351 (void) alarm(param->timeout);
644 struct itimerval timeout; local
[all...]

Completed in 114 milliseconds

1234567891011>>