Searched refs:timeout (Results 176 - 200 of 853) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dresult.c51 struct timeval *timeout, LDAPMessage **result );
59 static int cldap_select1( LDAP *ld, struct timeval *timeout );
79 * ldap_result( s, msgid, all, timeout, result )
87 struct timeval *timeout,
101 rc = nsldapi_result_nolock(ld, msgid, all, 1, timeout, result);
111 struct timeval *timeout, LDAPMessage **result )
122 * wait until it arrives or timeout occurs.
134 rc = wait4msg( ld, msgid, all, unlock_permitted, timeout,
272 struct timeval *timeout, LDAPMessage **result )
285 if ( timeout
83 ldap_result( LDAP *ld, int msgid, int all, struct timeval *timeout, LDAPMessage **result ) argument
110 nsldapi_result_nolock( LDAP *ld, int msgid, int all, int unlock_permitted, struct timeval *timeout, LDAPMessage **result ) argument
271 wait4msg( LDAP *ld, int msgid, int all, int unlock_permitted, struct timeval *timeout, LDAPMessage **result ) argument
1269 cldap_getmsg( LDAP *ld, struct timeval *timeout, BerElement **ber ) argument
[all...]
/illumos-gate/usr/src/cmd/sckmd/sparc/sun4u/
H A Dsckmd.c368 int timeout; local
396 timeout = SCKMD_PFKEY_TIMEOUT;
401 while (timeout > 0) {
406 pollstatus = poll(&pfd, 1, timeout);
408 /* check for a timeout */
433 timeout -= (int)(diff * 1000);
436 /* check for a timeout */
437 if (timeout <= 0) {
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dio.h183 # define SM_IO_SET_TYPE(f, name, open, close, read, write, seek, get, set, timeout) \
185 0, (close), (read), (seek), (write), (open), (set), (get), (timeout),\
187 # define SM_IO_INIT_TYPE(f, name, open, close, read, write, seek, get, set, timeout)
190 # define SM_IO_SET_TYPE(f, name, open, close, read, write, seek, get, set, timeout) (f)
191 # define SM_IO_INIT_TYPE(f, name, open, close, read, write, seek, get, set, timeout) \
210 (f).f_timeout = (timeout); \
239 /* defines for timeout constants */
244 /* timeout state for blocking */
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpoptr.c20 static unsigned int timeout; /* current timeout */ variable
88 /* special hook to flush timeout cache */
101 timeout = 0;
149 timeout = 0;
201 if (timeout) {
205 timeout += 120;
211 (void) alarm(timeout);
/illumos-gate/usr/src/cmd/svc/milestone/
H A Dmake-console-login-xml130 <propval name='timeout' type='count' value='0' />
181 <propval name='timeout' type='count' value='0' />
271 <prop_pattern name='timeout' type='count'
H A Dconsole-login75 val=`svcprop -p ttymon/timeout $SMF_FMRI`
/illumos-gate/usr/src/stand/lib/inet/
H A Dmac.c315 * Returns TRUE if successful, FALSE otherwise. Will wait timeout milliseconds
319 mac_get_arp(struct in_addr *ip, void *hp, int hl, uint32_t timeout) argument
332 result = mac_state.mac_arp(ip, hp, timeout);
387 mac_set_arp_timeout(unsigned int timeout) argument
390 timeout;
412 mac_call_arp(struct in_addr *addr, void *buf, uint32_t timeout) argument
414 return (mac_state.mac_arp(addr, buf, 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/yp/
H A Dyp_master.c178 struct timeval timeout, char **master)
196 timeout) != RPC_SUCCESS)
177 domaster(char *domain, char *map, struct dom_binding *pdomb, struct timeval timeout, char **master) argument
/illumos-gate/usr/src/lib/libc/port/sys/
H A Dsemsys.c142 const timespec_t *timeout)
145 timeout));
141 semtimedop(int semid, struct sembuf *sops, size_t nsops, const timespec_t *timeout) argument
/illumos-gate/usr/src/cmd/scadm/sparc/mpxu/common/
H A Dsmq.c153 smq_xreceive(smq_t *smq, timestruc_t *timeout, smq_msg_t *msg) argument
162 if ((Status = xsem_xwait(&smq->smq_msgAvail, 1, timeout)) == XSEM_ETIME)
H A Dxsem.c136 xsem_xwait(xsem_t *sem, int timeout, timestruc_t *mytime) argument
141 if (timeout == 0)
166 * chance to check before timeout ??? TBD
H A Dadm.h47 #define ADM_TIMEOUT 2 /* RX timeout for normal messages */
48 #define ADM_SEPROM_TIMEOUT 10 /* timeout for messages requiring serial */
50 #define ADM_BOOT_INIT_TIMEOUT 1 /* RX timeout for BOOT_INIT message */
51 #define ADM_BOOT_LOAD_TIMEOUT 10 /* RX timeout for BOOT s-record message */
115 void ADM_Recv(rscp_msg_t *msg, struct timespec *timeout, int expectType,
/illumos-gate/usr/src/uts/common/sys/
H A Daggr.h99 uint8_t timeout: 1; member in struct:__anon7011::__anon7012
103 uint8_t timeout: 1;
/illumos-gate/usr/src/uts/i86xpv/cpu/generic_cpu/
H A Dgcpu_poll_xpv.c28 * "Polled" MCA events in an i86xpv dom0. A timeout runs in the hypervisor
124 gcpu_xpv_mch_poll_timeoutid = timeout(gcpu_xpv_mch_poll,
181 * poll MCH state so we do that via a timeout.
185 timeout(gcpu_xpv_mch_poll, GCPU_XPV_MCH_POLL_REARM,
/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_netbios_name.c231 smb_name_get_reply(uint16_t tid, uint32_t timeout) argument
240 to_save = timeout;
254 to.tv_nsec = timeout * 1000000;
268 timeout = to_save + wait_time;
280 if (wait_time >= timeout) {
287 timeout -= wait_time;
327 struct name_packet *packet, uint32_t timeout)
338 if ((reply = smb_name_get_reply(tid, timeout)) == 0) {
410 * adjust refresh timeout value,
926 struct name_packet *packet, uint32_t retries, uint32_t timeout)
326 smb_netbios_process_response(uint16_t tid, addr_entry_t *addr, struct name_packet *packet, uint32_t timeout) argument
925 smb_netbios_send_rcv(int bcast, addr_entry_t *destination, struct name_packet *packet, uint32_t retries, uint32_t timeout) argument
967 uint32_t timeout; local
1041 uint32_t timeout; local
1177 uint32_t timeout; local
1262 uint32_t timeout; local
[all...]
/illumos-gate/usr/src/lib/print/libpapi-lpd/common/
H A Dpapi_impl.h86 int timeout);
/illumos-gate/usr/src/lib/fm/libseslog/common/
H A Dlibseslog.h96 * 60 seconds for SCSI timeout
129 uint8_t timeout[2]; member in struct:log_clear_control_struct
/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dpoll_solaris.c121 "file descriptor, poll waits at least timeout milliseconds "
124 "available, timeout is rounded up to the nearest legal value "
125 "available on that system. If the value timeout is 0, poll "
126 "returns immediately. If the value of timeout is -1, poll "
148 "[t:timeout]:[seconds?Timeout in seconds. If the value timeout is 0, "
149 "poll returns immediately. If the value of timeout is -1, poll "
152 "[T:mtimeout]:[milliseconds?Timeout in milliseconds. If the value timeout is 0, "
153 "poll returns immediately. If the value of timeout is -1, poll "
250 double timeout local
[all...]
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dsun_solaris_builtin_tail.sh55 float timeout=$2
59 (( timeout=timeout/STEP ))
61 for (( i=0 ; i < timeout ; i+=STEP )) ; do
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dwgetch.c342 int ch, i, timeout; local
403 timeout = w->_flags & W_USE_TIMEOUT;
428 if (timeout) {
432 timeout = 0;
/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_ldap.c49 15 /* 15 second timeout */
54 200 /* 200 second timeout */
68 * 'attempts' counter, and sleeps for 'timeout' seconds.
95 (void) poll(NULL, 0, retry->timeout*1000);
/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkgweb.h97 int timeout; member in struct:__anon3780
/illumos-gate/usr/src/cmd/sendmail/libsm/
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/heci/
H A DHECIUnix.cpp217 int HECILinux::ReceiveMessage(unsigned char *buffer, int len, unsigned long timeout) argument
240 int HECILinux::SendMessage(const unsigned char *buffer, int len, unsigned long timeout) argument
248 tv.tv_sec = timeout / 1000;
249 tv.tv_usec =(timeout % 1000) * 1000000;
275 fprintf(stderr, "write failed on timeout with status\n");

Completed in 134 milliseconds

1234567891011>>