/osnet-11/usr/src/lib/libcurses/screen/ |
H A D | _timeout.c | 49 timeout(int tm) function
|
/osnet-11/usr/src/cmd/sendmail/libsm/ |
H A D | fprintf.c | 29 ** timeout -- time to complete print 40 sm_io_fprintf(SM_FILE_T *fp, int timeout, const char *fmt, ...) argument 42 sm_io_fprintf(fp, timeout, fmt, va_alist) 44 int timeout; 54 ret = sm_io_vfprintf(fp, timeout, fmt, ap);
|
H A D | fscanf.c | 29 ** timeout -- time to complete scan 40 sm_io_fscanf(SM_FILE_T *fp, int timeout, char const *fmt, ...) argument 42 sm_io_fscanf(fp, timeout, fmt, va_alist) 44 int timeout; 54 ret = sm_vfscanf(fp, timeout, fmt, ap);
|
H A D | findfp.c | 230 int timeout = SM_TIME_DEFAULT; local 232 (void) sm_fwalk(sm_flush, &timeout); /* `cheating' */
|
H A D | stdio.c | 363 struct timeval timeout; local 372 timeout.tv_sec = 0; 373 timeout.tv_usec = 0; 375 NULL, NULL, &timeout) > 0 &&
|
/osnet-11/usr/src/lib/libnisdb/ |
H A D | 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);
|
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | 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");
|
H A D | wgetch.c | 116 int ch, i, j, timeout; local 180 timeout = w->_flags & W_USE_TIMEOUT; 200 if (timeout) { 206 timeout = 0;
|
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | 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
|
/osnet-11/usr/src/cmd/hal/hald-runner/ |
H A D | runner.h | 39 guint32 timeout; member in struct:__anon48
|
/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | poll.c | 42 poll(struct pollfd *fds, nfds_t nfd, int timeout) argument 47 if (timeout < 0) 50 ts.tv_sec = timeout / MILLISEC; 51 ts.tv_nsec = (timeout % MILLISEC) * MICROSEC;
|
H A D | event_port.c | 82 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
|
/osnet-11/usr/src/lib/udapl/udapl_tavor/common/ |
H A D | dapl_cno_wait.c | 55 * timeout 70 IN DAT_TIMEOUT timeout, /* agent */ 141 dat_status = dapls_ib_cno_wait(cno_ptr, timeout, &evd_ptr); 174 * the loop is a timeout. 68 dapl_cno_wait( IN DAT_CNO_HANDLE cno_handle, IN DAT_TIMEOUT timeout, OUT DAT_EVD_HANDLE *evd_handle) argument
|
H A D | dapl_ep_connect.c | 60 * timeout 80 IN DAT_TIMEOUT timeout, 99 timeout, 284 private_data_size, &prd, timeout); 76 dapl_ep_connect( IN DAT_EP_HANDLE ep_handle, IN DAT_IA_ADDRESS_PTR remote_ia_address, IN DAT_CONN_QUAL remote_conn_qual, IN DAT_TIMEOUT timeout, IN DAT_COUNT private_data_size, IN const DAT_PVOID private_data, IN DAT_QOS qos, IN DAT_CONNECT_FLAGS connect_flags) argument
|
H A D | dapl_ep_dup_connect.c | 59 * timeout 79 IN DAT_TIMEOUT timeout, 117 remote_ia_address_ptr, remote_conn_qual, timeout, 76 dapl_ep_dup_connect( IN DAT_EP_HANDLE ep_handle, IN DAT_EP_HANDLE ep_dup_handle, IN DAT_TIMEOUT timeout, IN DAT_COUNT private_data_size, IN const DAT_PVOID private_data, IN DAT_QOS qos) argument
|
/osnet-11/usr/src/lib/libnsl/yp/ |
H A D | yp_master.c | 174 struct timeval timeout, char **master) 192 timeout) != RPC_SUCCESS) 173 domaster(char *domain, char *map, struct dom_binding *pdomb, struct timeval timeout, char **master) argument
|
H A D | yp_order.c | 103 struct timeval timeout, unsigned long *order) 121 timeout) != RPC_SUCCESS) 102 doorder(char *domain, char *map, struct dom_binding *pdomb, struct timeval timeout, unsigned long *order) argument
|
/osnet-11/usr/src/lib/libnsl/rpc/ |
H A D | rtime_tli.c | 71 rtime_tli(char *host, struct timeval *timep, struct timeval *timeout) argument 81 nconf = __rpc_getconfip(timeout == NULL ? "tcp" : "udp"); 120 msec = __rpc_timeval_to_msec(timeout);
|
H A D | 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);
|
/osnet-11/usr/src/cmd/sendmail/libmilter/ |
H A D | main.c | 99 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)
|
/osnet-11/usr/src/lib/libslp/clib/ |
H A D | slp_ipc.c | 295 timestruc_t timeout; local 297 timeout.tv_nsec = 0; 304 timeout.tv_sec = IPC_FD_LIFETIME; 306 &timeout);
|
/osnet-11/usr/src/lib/libpcp/common/ |
H A D | pcp_common.h | 53 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' */
|
/osnet-11/usr/src/lib/libdhcpagent/common/ |
H A D | dhcpagent_util.c | 119 dhcp_start_agent(int timeout) argument 176 while ((timeout != -1) && (time(NULL) - start_time < timeout)) {
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/ |
H A D | Socket.pm | 109 my $timeout = ${*$sock}{'io_socket_timeout'}; 113 $blocking = $sock->blocking(0) if $timeout; 115 if (defined $timeout && $!{EINPROGRESS}) { 120 if (!$sel->can_write($timeout)) { 122 $@ = "connect: timeout"; 167 my $timeout = ${*$sock}{'io_socket_timeout'}; 168 my $new = $pkg->new(Timeout => $timeout); 171 if(defined $timeout) { 176 unless ($sel->can_read($timeout)) { 177 $@ = 'accept: timeout'; 273 sub timeout { subroutine [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/ |
H A D | poll.c | 46 poll(struct pollfd *fds, unsigned long nfds, int timeout) argument 85 if(timeout >= 0) { 86 timebuf.tv_sec = timeout / 1000; 87 timebuf.tv_usec = (timeout % 1000) * 1000;
|