Searched defs:timeout (Results 26 - 50 of 446) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/sendmail/libmilter/
H A Dmain.c99 static int timeout = MI_TIMEOUT; variable
144 ** SMFI_SETTIMEOUT -- set timeout (for read/write).
147 ** otimeout -- new timeout.
157 timeout = otimeout;
242 if (mi_listener(conn, dbg, smfi, timeout, backlog) != MI_SUCCESS)
/illumos-gate/usr/src/cmd/sgs/libldmake/common/
H A Dlock.c70 * The timeout value specifies how long to wait for stale locks
71 * to disappear. If the lock is more than 'timeout' seconds old
90 file_lock(char *name, char *lockname, int timeout) argument
99 if (timeout <= 0) {
100 timeout = 15;
151 if (statb.st_mtime + timeout < fs_statb.st_mtime) {
/illumos-gate/usr/src/cmd/tip/aculib/
H A Dbiz22.c22 static int timeout = 0; variable
71 if (timeout) {
74 (void) sprintf(line, "%d second dial timeout",
79 if (timeout)
120 timeout = 1;
152 timeout = 0;
166 return (timeout == 0);
H A Dbiz31.c24 static int timeout = 0; variable
66 if (timeout) {
69 (void) sprintf(line, "%d second dial timeout",
78 if (timeout)
143 timeout = 1;
154 timeout = 0;
157 (void) printf("\07timeout waiting for reply\n");
168 return (timeout == 0);
186 timeout = 0; /* guard against disconnection */
H A Dv3451.c133 int timeout = 30, online = 0; local
146 timeout = number(value(DIALTIMEOUT));
150 (void) alarm(timeout);
H A Dventel.c26 static int timeout = 0; variable
79 if (timeout) {
80 (void) sprintf(line, "%d second dial timeout",
85 if (timeout)
133 (void) printf("\07timeout waiting for reply\n");
134 timeout = 1;
145 timeout = 0;
/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)
H A Dttyadm.c59 * -t timeout
79 char *timeout = ""; local
163 timeout = optarg;
209 timeout, ptr->p_ttylabel, ptr->p_modules,
232 (void)fprintf(stderr, "\t-t timeout\n");
/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_tlist.c36 * - enable/disable of timeout feature
37 * - timeout feature, if enabled, will remove each node on the list which
38 * has been on the list for > timeout. The callback provided will be
40 * timer_resolution after the timeout has occurred (i.e. if you set the
41 * timer resolution to 50uS and the timeout to 100uS, you could get the
69 * of the functions. If you do not wish to use the timeout feature, set
170 tlist_handle->tl_timeout_id = timeout(
183 * timeout() because the timer is already on.
283 * update the timeout to a different value. timeout i
289 hci1394_tlist_timeout_update(hci1394_tlist_handle_t tlist_handle, hrtime_t timeout) argument
[all...]
/illumos-gate/usr/src/uts/common/io/vscan/
H A Dvscan_door.c101 clock_t timeout, time_left; local
108 timeout = time_left;
110 timeout, TR_CLOCK_TICK);
/illumos-gate/usr/src/cmd/make/lib/vroot/
H A Dlock.cc58 * The timeout value specifies how long to wait for stale locks
59 * to disappear. If the lock is more than 'timeout' seconds old
86 file_lock(char *name, char *lockname, int *file_locked, int timeout) argument
97 if (timeout <= 0) {
98 timeout = 120;
145 if (++counter > timeout ) {
/illumos-gate/usr/src/boot/sys/boot/arm/at91/bootiic/
H A Denv_vars.c52 ReadCharFromEnvironment(int timeout) argument
/illumos-gate/usr/src/lib/librsc/sparc/mpxu/common/
H A Dlibrsc.h76 uint_t timeout; member in struct:req_resp_table
81 /* timeout value (millisecs) for request/response sessions */
/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_ipc.c295 timestruc_t timeout; local
297 timeout.tv_nsec = 0;
304 timeout.tv_sec = IPC_FD_LIFETIME;
306 &timeout);
/illumos-gate/usr/src/lib/libdhcpagent/common/
H A Ddhcpagent_util.c119 dhcp_start_agent(int timeout) argument
176 while ((timeout != -1) && (time(NULL) - start_time < timeout)) {
/illumos-gate/usr/src/lib/libwrap/
H A Drfc931.c69 /* timeout - handle timeouts */
71 static void timeout(sig) function
126 nact.sa_handler = timeout;
/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/lib/libpcp/common/
H A Dpcp_common.h53 uint32_t timeout; /* timeout in seconds */ member in struct:pcp_req_msg_hdr
71 uint32_t timeout; /* timeout in seconds */ member in struct:pcp_resp_msg_hdr
99 /* defines for 'timeout' */
/illumos-gate/usr/src/lib/libc/port/gen/
H A Devent_port.c82 struct timespec *timeout)
90 (uintptr_t)timeout);
81 port_getn(int port, port_event_t list[], uint_t max, uint_t *nget, struct timespec *timeout) argument
/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 Dmodem_setup.c65 struct timespec timeout; local
81 timeout.tv_nsec = 0;
82 timeout.tv_sec = ADM_TIMEOUT;
83 ADM_Recv(&msg, &timeout, DP_MODEM_CONNECT_R,
175 timeout.tv_nsec = 0;
176 timeout.tv_sec = ADM_TIMEOUT;
177 ADM_Recv(&msg, &timeout, DP_MODEM_DISCONNECT_R,
247 struct timespec timeout; local
261 timeout.tv_nsec = 0;
262 timeout
[all...]
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dfindfp.c230 int timeout = SM_TIME_DEFAULT; local
232 (void) sm_fwalk(sm_flush, &timeout); /* `cheating' */
H A Dstdio.c363 struct timeval timeout; local
372 timeout.tv_sec = 0;
373 timeout.tv_usec = 0;
375 NULL, NULL, &timeout) > 0 &&
/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);
/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);

Completed in 191 milliseconds

1234567891011>>