Searched defs:TIMEOUT (Results 1 - 25 of 32) sorted by relevance

12

/illumos-gate/usr/src/cmd/sh/
H A Dtimeout.h31 #define TIMEOUT 0 /* seconds elapsing before log-off (normal) */ macro
/illumos-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) {
/illumos-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)
/illumos-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);
/illumos-gate/usr/src/lib/libads/common/
H A Dpoke.c28 static struct timeval TIMEOUT = { 15, 0 }; variable in typeref:struct:timeval
51 (xdrproc_t)xdr_int, (caddr_t)&res, TIMEOUT);
H A Ddsgetdc.c48 static struct timeval TIMEOUT = { 15, 0 }; variable in typeref:struct:timeval
99 (xdrproc_t)xdr_DsGetDcNameRes, (caddr_t)&res, TIMEOUT);
/illumos-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...]
/illumos-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));
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypset.c59 #define TIMEOUT 30 /* Total seconds for timeout */ macro
68 TIMEOUT, /* Seconds */
H A Dypxfrd_client.c47 static struct timeval TIMEOUT = {25, 0}; variable in typeref:struct:timeval
299 (char *)&res, TIMEOUT) != RPC_SUCCESS) {
H A Dyppoll.c61 #define TIMEOUT 30 /* Total seconds for timeout */ macro
268 timeout.tv_sec = TIMEOUT;
H A Dypwhich.c74 #define TIMEOUT 30 /* Total seconds for timeout */ macro
89 TIMEOUT, /* Seconds */
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dgrub.h25 #ifndef TIMEOUT
26 #define TIMEOUT (10*TICKS_PER_SEC) macro
/illumos-gate/usr/src/cmd/lp/model/netpr/
H A Dnet.c46 #define TIMEOUT 1 macro
217 timeout = TIMEOUT;
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drpc_generic.c404 struct timeval TIMEOUT = {25, 0}; local
407 (xdrproc_t)xdr_void, NULL, TIMEOUT) != RPC_SUCCESS)
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/envmond/
H A Dpiclenvmond.c48 #define TIMEOUT (10) macro
/illumos-gate/usr/src/uts/common/sys/
H A Dstrtty.h90 #define TIMEOUT 01 /* Delay timeout in progress */ macro
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_dump.c66 #define TIMEOUT (2 * hz) macro
475 clock_t timout = TIMEOUT * (retry + 1);
H A Dnfs4_idmap.c147 #define TIMEOUT(x) (gethrestime_sec() > \ macro
1235 if (!TIMEOUT(p->id_time))
1311 if (TIMEOUT(p->id_time) && (*cip->nfsidmap_daemon_dh) != NULL) {
1404 if (TIMEOUT(p->id_time) && (*cip->nfsidmap_daemon_dh) != NULL) {
1482 if (TIMEOUT(p->id_time) && (*cip->nfsidmap_daemon_dh) != NULL) {
1563 if (TIMEOUT(p->id_time) && (*cip->nfsidmap_daemon_dh) != NULL) {
/illumos-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)
/illumos-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...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dmain.c65 #define TIMEOUT 5 /* secs between rexmt's */ macro
69 int maxtimeout = 5 * TIMEOUT;
74 int rexmtval = TIMEOUT;
/illumos-gate/usr/src/cmd/krb5/kadmin/server/
H A Dovsec_kadmd.c128 #define TIMEOUT 15 macro
1230 * which closes the database every TIMEOUT seconds.
1247 timeout.tv_sec = TIMEOUT;
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfs_sec.c524 static struct timeval TIMEOUT = { 25, 0 }; local
540 TIMEOUT);
621 TIMEOUT);

Completed in 1388 milliseconds

12