| /onnv/onnv-gate/usr/src/lib/libcurses/screen/ |
| _timeout.c | 49 timeout(int tm) function
|
| /onnv/onnv-gate/usr/src/lib/libnisdb/ |
| ldap_cto.c | 41 * Interpose socket(3SOCKET), so that we can set the connect timeout. 50 int timeout = 1000 * proxyInfo.bind_timeout.tv_sec + local 65 if (ret >= 0 && timeout > 0) { 67 &timeout, sizeof (timeout)) != 0) 70 timeout, errno);
|
| /onnv/onnv-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
| timeout.c | 30 * timeout.c 40 static char rcsID[] = "$Header: /rd/src/libc/xcurses/rcs/timeout.c 1.1 1995/06/19 16:12:10 ant Exp $"; 59 (timeout)(int delay) function 62 __m_trace("timeout(%d)", delay); 67 __m_return_void("timeout");
|
| wgetch.c | 116 int ch, i, j, timeout; local 180 timeout = w->_flags & W_USE_TIMEOUT; 200 if (timeout) { 206 timeout = 0; 209 /* Timeout or real eof. */
|
| /onnv/onnv-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
| timeout.c | 32 * timeout.c 42 static char rcsID[] = "$Header: /rd/src/libc/xcurses/rcs/timeout.c 1.1 " 59 #undef timeout macro 62 timeout(int delay) function
|
| /onnv/onnv-gate/usr/src/cmd/hal/hald-runner/ |
| runner.h | 39 guint32 timeout; member in struct:__anon616
|
| /onnv/onnv-gate/usr/src/cmd/rpcsvc/nis/rpc.nispasswdd/ |
| npd_ypfwd.c | 73 const struct timeval timeout = { 55, 0 }; local 97 (char *)&yppwstruct, xdr_int, (char *)&ok, timeout);
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/ |
| rdate.c | 78 static void timeout(int); 109 (void) signal(SIGALRM, timeout); 182 timeout(int sig) function
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
| network.c | 93 static struct timeval timeout = { 0 }; local 100 value = select(net+1, NULL, NULL, &excepts, &timeout);
|
| /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/nfs/ |
| tst.call.c | 60 struct timeval timeout; local 68 timeout.tv_sec = 30; 69 timeout.tv_usec = 0; 92 timeout);
|
| /onnv/onnv-gate/usr/src/cmd/mms/lm/common/ |
| lm_queue.c | 316 struct timespec timeout; local 334 (void) clock_gettime(CLOCK_REALTIME, &timeout); 335 timeout.tv_sec += 5; 343 &cq->lmq_mutex, &timeout); 412 "terminating due to timeout being reached");
|
| /onnv/onnv-gate/usr/src/cmd/rpcsvc/nis/rpc.nisd/resolv_server/ |
| svc_run_as.c | 34 * service fds. The minimum timeout is calculated, and 35 * the user waits for that timeout or activity on either the 77 struct timeval timeout; local 106 timeout = rpc_as_get_timeout(); 109 __rpc_timeval_to_msec(&timeout)))) { 118 rpc_as_timeout(timeout);
|
| /onnv/onnv-gate/usr/src/cmd/tip/aculib/ |
| df.c | 21 static void timeout(void); 78 (void) signal(SIGALRM, (sig_handler_t)timeout); 115 timeout(void) function
|
| biz22.c | 22 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);
|
| v3451.c | 133 int timeout = 30, online = 0; local 146 timeout = number(value(DIALTIMEOUT)); 150 (void) alarm(timeout);
|
| /onnv/onnv-gate/usr/src/cmd/sendmail/libmilter/ |
| main.c | 100 static int timeout = MI_TIMEOUT; variable 145 ** SMFI_SETTIMEOUT -- set timeout (for read/write). 148 ** otimeout -- new timeout. 158 timeout = otimeout; 243 if (mi_listener(conn, dbg, smfi, timeout, backlog) != MI_SUCCESS)
|
| /onnv/onnv-gate/usr/src/cmd/ttymon/ |
| ttyadm.c | 59 * -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");
|
| /onnv/onnv-gate/usr/src/lib/libnsl/rpc/ |
| clnt_simple.c | 95 struct timeval timeout, tottimeout; local 143 timeout.tv_usec = 0; 144 timeout.tv_sec = 5; 146 CLSET_RETRY_TIMEOUT, (char *)&timeout);
|
| /onnv/onnv-gate/usr/src/cmd/lms/SyncLib/src/ |
| EventUnix.cpp | 119 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);
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
| script_handler.c | 65 * script's absolute timeout value. the first timeout is set to SCRIPT_TIMEOUT 66 * seconds from the time it is started. SIGTERM is sent on the first timeout 67 * the second timeout is set to SCRIPT_TIMEOUT_GRACE from the first timeout 68 * and SIGKILL is sent on the second timeout. 70 static time_t timeout; variable 87 if (now < timeout) 88 (void) alarm(timeout - now); 105 timeout = time(NULL) + SCRIPT_TIMEOUT_GRACE [all...] |
| /onnv/onnv-gate/usr/src/uts/common/fs/smbsrv/ |
| smb_locking_andx.c | 40 * ULONG Timeout; Milliseconds to wait for unlock 106 * Timeout is the maximum amount of time to wait for the byte range(s) 107 * specified to become unlocked. A timeout value of 0 indicates that the 110 * timeout value of -1 indicates that the server should wait as long as it 116 * If any of the lock ranges timeout because of the area to be locked is 232 uint32_t timeout; /* Milliseconds to wait for lock */ local 244 &oplock_level, &timeout, &unlock_num, &lock_num); 336 result = smb_lock_range(sr, offset64, length64, timeout, 370 (uint64_t)length32, timeout, ltype);
|
| /onnv/onnv-gate/usr/src/uts/common/io/vscan/ |
| vscan_door.c | 101 clock_t timeout, time_left; local 108 timeout = time_left; 110 timeout, TR_CLOCK_TICK); 114 cmn_err(CE_WARN, "Timeout waiting for door calls to complete");
|
| /onnv/onnv-gate/usr/src/cmd/agents/snmp/agent/ |
| pagent.h | 48 int timeout; member in struct:_Agent
|
| /onnv/onnv-gate/usr/src/cmd/agents/snmp/snmplib/ |
| snmp_api.h | 75 * retries: Number of retries before timeout 76 * timeout: Number of uS until first timeout, then exponential backoff 88 int32_t timeout; member in struct:SNMP_session 115 SNMP_session *snmp_session_open(char *peername, char *community, int retries, int32_t timeout, void callback(), void *callback_magic, char *error_label); 168 * The timeout is the latest time that SNMP can wait for a timeout. The 169 * select should be done with the minimum time between timeout and any other 171 * If a timeout is received, snmp_timeout should be called to check if the 172 * timeout was for SNMP. (snmp_timeout is idempotent [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/ |
| eloop.c | 88 * Register timeout routines 95 struct eloop_timeout *timeout, *tmp, *prev; local 97 timeout = (struct eloop_timeout *)malloc(sizeof (*timeout)); 98 if (timeout == NULL) 100 (void) gettimeofday(&timeout->time, NULL); 101 timeout->time.tv_sec += secs; 102 timeout->time.tv_usec += usecs; 103 while (timeout->time.tv_usec >= 1000000) { 104 timeout->time.tv_sec++ 146 struct eloop_timeout *timeout, *prev, *next; local 311 struct eloop_timeout *timeout, *prev; local [all...] |