Searched refs:TIMEOUT (Results 1 - 25 of 60) sorted by relevance

123

/opensolaris-onvv-gate/usr/src/cmd/sh/
H A Dtimeout.h31 #define TIMEOUT 0 /* seconds elapsing before log-off (normal) */ macro
/opensolaris-onvv-gate/usr/src/lib/libnsl/yp/
H A Dyp_b_clnt.c47 static struct timeval TIMEOUT = { 25, 0 }; variable in typeref:struct:timeval
56 argp, xdr_void, &res, TIMEOUT) != RPC_SUCCESS)
69 (char *)&res, TIMEOUT) != RPC_SUCCESS)
82 TIMEOUT) != RPC_SUCCESS)
/opensolaris-onvv-gate/usr/src/cmd/krb5/slave/
H A Dkpropd_rpc.c16 static struct timeval TIMEOUT = { 25, 0 }; variable in typeref:struct:timeval
29 TIMEOUT) != RPC_SUCCESS) {
46 TIMEOUT) != RPC_SUCCESS) {
/opensolaris-onvv-gate/usr/src/lib/libidmap/common/
H A Ddirectory_rpc_clnt.c39 static struct timeval TIMEOUT = { 25, 0 }; variable in typeref:struct:timeval
56 TIMEOUT));
H A Dutils.c42 static struct timeval TIMEOUT = { 25, 0 }; variable in typeref:struct:timeval
140 TIMEOUT);
/opensolaris-onvv-gate/usr/src/lib/krb5/kadm5/clnt/
H A Dclient_rpc.c34 static struct timeval TIMEOUT = { 25, 0 }; variable in typeref:struct:timeval
48 TIMEOUT) != RPC_SUCCESS) {
66 TIMEOUT) != RPC_SUCCESS) {
84 TIMEOUT) != RPC_SUCCESS) {
102 TIMEOUT) != RPC_SUCCESS) {
120 TIMEOUT) != RPC_SUCCESS) {
138 TIMEOUT) != RPC_SUCCESS) {
156 TIMEOUT) != RPC_SUCCESS) {
174 TIMEOUT) != RPC_SUCCESS) {
192 TIMEOUT) !
[all...]
/opensolaris-onvv-gate/usr/src/cmd/dtrace/test/tst/common/ip/
H A Dget.ipv4remote.pl43 my $TIMEOUT = 3; # connection timeout
90 Timeout => $TIMEOUT,
H A Dget.ipv6remote.pl43 my $TIMEOUT = 3; # connection timeout
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DTime.pm10 use vars qw($VERSION @ISA @EXPORT_OK $TIMEOUT);
22 $TIMEOUT = 120;
49 $timeout = $TIMEOUT
120 =item inet_time ( [HOST [, PROTOCOL [, TIMEOUT]]])
128 =item inet_daytime ( [HOST [, PROTOCOL [, TIMEOUT]]])
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dstrtty.h90 #define TIMEOUT 01 /* Delay timeout in progress */ macro
/opensolaris-onvv-gate/usr/src/cmd/rpcsvc/
H A Dspray.c155 * A special call, where the TIMEOUT is 0. So, every call times-out.
157 static struct timeval TIMEOUT = { 0, 0 }; variable in typeref:struct:timeval
165 xdr_void, NULL, TIMEOUT));
/opensolaris-onvv-gate/usr/src/grub/grub-0.97/netboot/
H A Dgrub.h25 #ifndef TIMEOUT
26 #define TIMEOUT (10*TICKS_PER_SEC) macro
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/littleneck/conf/
H A Dplatsvcd.conf37 * TIMEOUT <seconds>
55 TIMEOUT 180
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DSelect.pm301 =item can_read ( [ TIMEOUT ] )
303 Return an array of handles that are ready for reading. C<TIMEOUT> is
305 seconds, possibly fractional. If C<TIMEOUT> is not given and any
308 =item can_write ( [ TIMEOUT ] )
312 =item has_exception ( [ TIMEOUT ] )
327 =item select ( READ, WRITE, EXCEPTION [, TIMEOUT ] )
331 C<IO::Select> objects. C<TIMEOUT> is optional and has the same effect as
H A DPoll.pm169 =item poll ( [ TIMEOUT ] )
171 Call the system level poll routine. If TIMEOUT is not specified then the
/opensolaris-onvv-gate/usr/src/cmd/ypcmd/
H A Dypset.c59 #define TIMEOUT 30 /* Total seconds for timeout */ macro
68 TIMEOUT, /* Seconds */
H A Dyppoll.c61 #define TIMEOUT 30 /* Total seconds for timeout */ macro
268 timeout.tv_sec = TIMEOUT;
H A Dypxfrd_client.c47 static struct timeval TIMEOUT = {25, 0}; variable in typeref:struct:timeval
299 (char *)&res, TIMEOUT) != RPC_SUCCESS) {
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/cherrystone/conf/
H A Dplatsvcd.conf36 * TIMEOUT <seconds>
54 TIMEOUT 180
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/sebring/conf/
H A Dplatsvcd.conf36 * TIMEOUT <seconds>
54 TIMEOUT 180
/opensolaris-onvv-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_mn_comm.c121 static struct timeval TIMEOUT = { 25, 0 }; variable in typeref:struct:timeval
134 (xdrproc_t)xdr_md_mn_result_t, (caddr_t)clnt_res, TIMEOUT);
155 (xdrproc_t)xdr_int, (caddr_t)clnt_res, TIMEOUT);
176 (xdrproc_t)xdr_int, (caddr_t)clnt_res, TIMEOUT);
197 (xdrproc_t)xdr_int, (caddr_t)clnt_res, TIMEOUT);
218 (xdrproc_t)xdr_int, (caddr_t)clnt_res, TIMEOUT);
239 (xdrproc_t)xdr_int, (caddr_t)clnt_res, TIMEOUT);
260 (xdrproc_t)xdr_int, (caddr_t)clnt_res, TIMEOUT);
281 (xdrproc_t)xdr_int, (caddr_t)clnt_res, TIMEOUT);
302 (xdrproc_t)xdr_int, (caddr_t)clnt_res, TIMEOUT);
[all...]
/opensolaris-onvv-gate/usr/src/lib/libcmd/common/
H A Dtail.c118 #define TIMEOUT (1<<10) macro
515 flags |= TIMEOUT;
598 if ((flags & (FOLLOW|TIMEOUT)) == TIMEOUT)
600 flags &= ~TIMEOUT;
604 if ((flags & (LOG|TIMEOUT)) == LOG)
/opensolaris-onvv-gate/usr/src/cmd/fs.d/cachefs/umount/
H A Dumount.c339 static struct timeval TIMEOUT = { 60*60, 0 }; local
360 clnt_control(clnt, CLSET_TIMEOUT, (char *)&TIMEOUT);
/opensolaris-onvv-gate/usr/src/cmd/lp/model/netpr/
H A Dnet.c46 #define TIMEOUT 1 macro
217 timeout = TIMEOUT;
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/daktari/conf/
H A Dplatsvcd.conf37 * TIMEOUT <seconds>
55 TIMEOUT 300

Completed in 259 milliseconds

123