Searched refs:Timeout (Results 1 - 25 of 49) sorted by relevance

12

/illumos-gate/usr/src/cmd/scadm/sparc/mpxu/common/
H A Dboot_recv.c46 ADM_Boot_recv(bp_msg_t *MessagePtr, struct timespec *Timeout) argument
50 if (smq_xreceive(&ADM_bpMsgQueue, Timeout,
H A Dshow.c82 struct timespec Timeout; local
93 Timeout.tv_nsec = 0;
94 Timeout.tv_sec = ADM_TIMEOUT;
95 ADM_Recv(&Message, &Timeout,
131 struct timespec Timeout; local
146 Timeout.tv_nsec = 0;
147 Timeout.tv_sec = ADM_TIMEOUT;
148 ADM_Recv(&Message, &Timeout,
181 struct timespec Timeout; local
200 Timeout
[all...]
H A Dset.c47 struct timespec Timeout; local
77 Timeout.tv_nsec = 0;
78 Timeout.tv_sec = ADM_TIMEOUT;
79 ADM_Recv(&Message, &Timeout,
H A Dconfiglog.c49 struct timespec Timeout; local
72 Timeout.tv_nsec = 0;
73 Timeout.tv_sec = ADM_TIMEOUT;
74 ADM_Recv(&Message, &Timeout,
97 * Timeout for RSC response.
99 Timeout.tv_nsec = 0;
100 Timeout.tv_sec = ADM_TIMEOUT;
117 ADM_Recv(&Message, &Timeout,
H A Dconsolelog.c49 struct timespec Timeout; local
72 Timeout.tv_nsec = 0;
73 Timeout.tv_sec = ADM_TIMEOUT;
74 ADM_Recv(&Message, &Timeout,
97 * Timeout for RSC response.
99 Timeout.tv_nsec = 0;
100 Timeout.tv_sec = ADM_TIMEOUT;
117 ADM_Recv(&Message, &Timeout,
H A Dsend_event.c54 struct timespec Timeout; local
93 Timeout.tv_nsec = 0;
94 Timeout.tv_sec = ADM_TIMEOUT;
95 ADM_Recv(&Message, &Timeout, DP_SEND_ALERT_R,
H A Dstatus.c47 struct timespec Timeout; local
58 Timeout.tv_nsec = 0;
59 Timeout.tv_sec = ADM_TIMEOUT;
60 ADM_Recv(&Message, &Timeout,
H A Duser.c72 struct timespec Timeout; local
101 Timeout.tv_nsec = 0;
102 Timeout.tv_sec = ADM_SEPROM_TIMEOUT;
103 ADM_Recv(&Message, &Timeout, DP_USER_ADM_R, sizeof (dp_user_adm_r_t));
142 struct timespec Timeout; local
171 Timeout.tv_nsec = 0;
172 Timeout.tv_sec = ADM_SEPROM_TIMEOUT;
173 ADM_Recv(&Message, &Timeout, DP_USER_ADM_R, sizeof (dp_user_adm_r_t));
202 struct timespec Timeout; local
237 Timeout
333 struct timespec Timeout; local
430 struct timespec Timeout; local
[all...]
H A Deventlog.c174 struct timespec Timeout; local
187 Timeout.tv_nsec = 0;
188 Timeout.tv_sec = ADM_TIMEOUT;
189 ADM_Recv(&Message, &Timeout,
222 struct timespec Timeout; local
253 Timeout.tv_nsec = 0;
254 Timeout.tv_sec = ADM_TIMEOUT;
255 ADM_Recv(&Message, &Timeout,
291 Timeout.tv_nsec = 0;
292 Timeout
[all...]
H A Ddownload.c55 static struct timespec Timeout; local
136 * Initialize Timeout each time just to be robust. Since this
139 Timeout.tv_nsec = 0;
140 Timeout.tv_sec = ADM_BOOT_INIT_TIMEOUT;
143 if (ADM_Boot_recv(&Message, &Timeout) != 0) {
H A Dsend_file.c48 static struct timespec Timeout; local
83 * Initialize Timeout each time just to be robust.
87 Timeout.tv_nsec = 0;
88 Timeout.tv_sec = ADM_BOOT_LOAD_TIMEOUT;
90 if ((Status = ADM_Boot_recv(&Message, &Timeout)) != 0) {
H A Dmodem_setup.c219 struct timespec Timeout; local
223 Timeout.tv_nsec = 500000000;
224 Timeout.tv_sec = 0;
225 if (rscp_recv(&Message, &Timeout) != 0) {
H A Ddate.c99 struct timespec Timeout; local
110 Timeout.tv_nsec = 0;
111 Timeout.tv_sec = ADM_TIMEOUT;
112 ADM_Recv(&Message, &Timeout,
138 struct timespec Timeout; local
166 Timeout.tv_nsec = 0;
167 Timeout.tv_sec = ADM_TIMEOUT;
168 ADM_Recv(&Message, &Timeout,
H A Dadm.h108 int ADM_Boot_recv(bp_msg_t *MessagePtr, struct timespec *Timeout);
/illumos-gate/usr/src/uts/intel/io/acpica/executer/
H A Dexsystem.c57 * Timeout - Max time to wait
70 UINT16 Timeout)
89 Status = AcpiOsWaitSemaphore (Semaphore, 1, Timeout);
109 * Timeout - Max time to wait
122 UINT16 Timeout)
141 Status = AcpiOsAcquireMutex (Mutex, Timeout);
68 AcpiExSystemWaitSemaphore( ACPI_SEMAPHORE Semaphore, UINT16 Timeout) argument
120 AcpiExSystemWaitMutex( ACPI_MUTEX Mutex, UINT16 Timeout) argument
H A Dexmutex.c156 * PARAMETERS: Timeout - Timeout in milliseconds
177 UINT16 Timeout,
208 Status = AcpiEvAcquireGlobalLock (Timeout);
212 Status = AcpiExSystemWaitMutex (ObjDesc->Mutex.OsMutex, Timeout);
237 * PARAMETERS: TimeDesc - Timeout integer
176 AcpiExAcquireMutexObject( UINT16 Timeout, ACPI_OPERAND_OBJECT *ObjDesc, ACPI_THREAD_ID ThreadId) argument
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/ip/
H A Dget.ipv4remote.pl89 Timeout => $TIMEOUT,
H A Dtst.ipv4localtcp.ksh73 Timeout => 3);
H A Dtst.ipv4remotetcp.ksh76 Timeout => 3);
H A Dtst.localtcpstate.ksh78 Timeout => 3);
/illumos-gate/usr/src/uts/intel/io/acpica/utilities/
H A Dutxfmutex.c136 * Timeout - Max time to wait for the lock (millisec)
152 UINT16 Timeout)
168 Status = AcpiOsAcquireMutex (MutexObj->Mutex.OsMutex, Timeout);
149 AcpiAcquireMutex( ACPI_HANDLE Handle, ACPI_STRING Pathname, UINT16 Timeout) argument
/illumos-gate/usr/src/boot/sys/boot/efi/include/
H A Defiser.h77 IN UINT32 Timeout,
117 UINT32 Timeout; member in struct:__anon226
/illumos-gate/usr/src/boot/sys/boot/i386/gptzfsboot/
H A Dsio.S47 sio_flush: xorl %ecx,%ecx # Timeout
59 xor %ecx,%ecx # Timeout
/illumos-gate/usr/src/uts/intel/io/acpica/events/
H A Devglock.c211 * PARAMETERS: Timeout - Max time to wait for the lock, in millisec.
231 UINT16 Timeout)
246 Timeout);
230 AcpiEvAcquireGlobalLock( UINT16 Timeout) argument
/illumos-gate/usr/src/lib/print/mod_ipp/
H A Dhttpd-standalone-ipp.conf104 # Timeout: The number of seconds before receives and sends time out.
106 Timeout 300

Completed in 84 milliseconds

12