Searched refs:timeout (Results 51 - 75 of 241) sorted by relevance

12345678910

/osnet-11/usr/src/cmd/sendmail/libsm/
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...]
/osnet-11/usr/src/cmd/hal/hald-runner/
H A Drunner.h39 guint32 timeout; member in struct:__anon48
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/
H A Dpoll.c46 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;
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dwgetch.c116 int ch, i, j, timeout; local
180 timeout = w->_flags & W_USE_TIMEOUT;
200 if (timeout) {
206 timeout = 0;
/osnet-11/usr/src/lib/pam_modules/tty_tickets/
H A Dtty_tickets.c74 char *ticketname, char *tty, time_t *timeout)
95 *timeout = DEFAULT_TIMEOUT;
97 if (strncmp(argv[i], "timeout=",
98 sizeof ("timeout=") - 1) == 0) {
99 *timeout = atol(&argv[i][sizeof ("timeout=") - 1]);
135 time_t timeout; local
140 error = common(pamh, argc, argv, ticketname, tty, &timeout);
206 if (now - ticketsb.st_mtime > (timeout * 60)) {
237 time_t timeout; local
73 common(pam_handle_t *pamh, int argc, const char **argv, char *ticketname, char *tty, time_t *timeout) argument
[all...]
/osnet-11/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...]
/osnet-11/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_attr.c462 time_t timeout; local
591 if (config_info->threadCreationErrorTimeout.timeout ==
593 if (get_time_t(buf, &timeout,
596 threadCreationErrorTimeout.timeout =
597 timeout;
627 if (config_info->dumpErrorTimeout.timeout ==
629 if (get_time_t(buf, &timeout,
632 dumpErrorTimeout.timeout = timeout;
672 if (config_info->updateBatchingTimeout.timeout
1019 time_t timeout = 0; local
[all...]
/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dalarm.c46 void *timeout; member in struct:tevent
55 * insert timeout item on current given list in sorted order
73 tp->timeout = (void*)sh_timeradd(tp->milli,tp->flags&R_FLAG,trap_timeout,(void*)tp);
78 * delete timeout item from current given list, delete timer
92 if(item->timeout)
93 timerdel((void*)item->timeout);
102 if(tp->timeout)
122 tp->timeout = 0;
208 if(tp->timeout)
H A Dread.c22 * read [-ACprs] [-d delim] [-u filenum] [-t timeout] [-n n] [-N n] [name...]
57 long timeout; member in struct:read_save
66 long timeout = 1000*shp->st.tmout; local
80 timeout = rp->timeout;
97 timeout = sec ? 1000*sec : 1;
158 rp->timeout = timeout;
170 shp->timeout = 0;
173 r=sh_readline(shp,argv,fd,flags,timeout);
204 sh_readline(register Shell_t *shp,char **names, int fd, int flags,long timeout) argument
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dhdparm.c43 {"standby-timeout", 'S', 0, N_("Set standby timeout\n"
240 grub_hdparm_print_standby_tout (int timeout) argument
242 if (timeout == 0)
244 else if (timeout <= 252 || timeout == 255)
247 if (timeout == 255)
252 else if (timeout == 252)
254 else if (timeout <= 240)
256 s = timeout *
[all...]
/osnet-11/usr/src/lib/libldap4/common/
H A Dos-ip.c82 * Do an async connect or blocking connect depending on the timeout
84 * Otherwise wait for timeout milliseconds for the connection.
88 do_connect(int s, struct sockaddr *sin, int timeout) argument
104 if (timeout <= LDAP_X_IO_TIMEOUT_NO_TIMEOUT) {
107 /* set the timeout to the specified value */
108 waittime.tv_sec = timeout / MILLISEC;
109 waittime.tv_usec = (timeout % MILLISEC) * 1000;
135 int port, int async, int timeout)
198 if (do_connect(s, (struct sockaddr *)&sin, timeout) == 0) {
459 do_ldap_select( LDAP *ld, struct timeval *timeout )
134 connect_to_host(Sockbuf *sb, char *host, in_addr_t address, int port, int async, int timeout) argument
[all...]
/osnet-11/usr/src/lib/libnsl/rpc/
H A Drtime_tli.c71 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);
/osnet-11/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)
/osnet-11/usr/src/cmd/hal/addons/network-devices/
H A Dsnmp.c105 struct timeval timeout; local
108 snmp_select_info(&fds, &fdset, &timeout, &block);
109 fds = select(fds, &fdset, NULL, NULL, block ? NULL : &timeout);
/osnet-11/usr/src/lib/libslp/clib/
H A Dslp_da_cache.c244 timestruc_t timeout; local
245 timeout.tv_nsec = 0;
253 timeout.tv_sec = IDLE_TIMEOUT;
255 &cache_called_lock, &timeout);
H A Dslp_ipc.c295 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 Dlibpcp.h91 uint32_t timeout);
/osnet-11/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo_acpi.h37 const gchar *devinfo_acpi_get_prober(HalDevice *d, int *timeout);
H A Dosspec.c207 timespec_t timeout; local
216 timeout.tv_sec = timeout.tv_nsec = 0;
217 (void) port_get(mnttab_port, &pe, &timeout);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DTime.pm26 my($pname,$pnum,$host,$proto,$timeout) = @_;
49 $timeout = $TIMEOUT
50 unless defined $timeout;
52 IO::Select->new($me)->can_read($timeout)
/osnet-11/usr/src/lib/libnsl/yp/
H A Dyp_order.c103 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
H A Dyp_enum.c130 dofirst(domain, map, pdomb, timeout, key, keylen, val, vallen)
134 struct timeval timeout;
160 (char *)&resp, timeout)) {
299 donext(domain, map, inkey, inkeylen, pdomb, timeout, outkey, outkeylen,
306 struct timeval timeout;
333 timeout)) {
/osnet-11/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_cno_wait.c55 * 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 Ddapl_name_service.c222 * timeout timeout in microseconds
236 IN DAT_TIMEOUT timeout,
289 * timeout timeout in microseconds
307 IN DAT_TIMEOUT timeout,
313 IN DAT_TIMEOUT timeout,
323 DAT_TIMEOUT timeout);
329 IN DAT_TIMEOUT timeout,
338 (struct sockaddr_in *)sock, timeout, gi
233 dapls_ns_lookup_address( IN DAPL_IA *ia_ptr, IN DAT_IA_ADDRESS_PTR remote_ia_address, IN DAT_TIMEOUT timeout, OUT ib_gid_t *gid) argument
326 dapls_ns_lookup_address( IN DAPL_IA *ia_ptr, IN DAT_IA_ADDRESS_PTR remote_ia_address, IN DAT_TIMEOUT timeout, OUT ib_gid_t *gid) argument
350 dapls_ns_lookup_v4( IN DAPL_IA *ia_ptr, IN struct sockaddr_in *addr, IN DAT_TIMEOUT timeout, OUT ib_gid_t *gid) argument
443 dapls_ns_lookup_v6( IN DAPL_IA *ia_ptr, IN struct sockaddr_in6 *addr, IN DAT_TIMEOUT timeout, OUT ib_gid_t *gid) argument
634 dapls_ns_resolve_addr(int af, struct sockaddr *addr, DAT_TIMEOUT timeout) argument
[all...]

Completed in 43 milliseconds

12345678910