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

123

/freebsd-10.0-release/tools/tools/mctest/
H A Dmctest.h33 const int TIMEOUT = 10; variable
/freebsd-10.0-release/contrib/amd/amq/
H A Damq_clnt.c51 static struct timeval TIMEOUT = {ALLOWED_MOUNT_TIME, 0}; variable in typeref:struct:timeval
62 (XDRPROC_T_TYPE) xdr_void, &res, TIMEOUT)
79 TIMEOUT) != RPC_SUCCESS) {
95 TIMEOUT) != RPC_SUCCESS) {
112 TIMEOUT) != RPC_SUCCESS) {
128 (SVC_IN_ARG_TYPE) &res, TIMEOUT) != RPC_SUCCESS) {
143 (SVC_IN_ARG_TYPE) &res, TIMEOUT) != RPC_SUCCESS) {
158 (SVC_IN_ARG_TYPE) &res, TIMEOUT) != RPC_SUCCESS) {
173 TIMEOUT) != RPC_SUCCESS) {
188 TIMEOUT) !
[all...]
/freebsd-10.0-release/cddl/contrib/opensolaris/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
/freebsd-10.0-release/usr.sbin/rpc.lockd/
H A Dtest.c17 static struct timeval TIMEOUT = { 0, 0 }; variable in typeref:struct:timeval
27 if (clnt_call(clnt, NLM_TEST, xdr_nlm_testargs, argp, xdr_nlm_testres, &res, TIMEOUT) != RPC_SUCCESS) {
43 if (st = clnt_call(clnt, NLM_LOCK, xdr_nlm_lockargs, argp, xdr_nlm_res, &res, TIMEOUT) != RPC_SUCCESS) {
60 if (clnt_call(clnt, NLM_CANCEL, xdr_nlm_cancargs, argp, xdr_nlm_res, &res, TIMEOUT) != RPC_SUCCESS) {
75 if (clnt_call(clnt, NLM_UNLOCK, xdr_nlm_unlockargs, argp, xdr_nlm_res, &res, TIMEOUT) != RPC_SUCCESS) {
90 if (clnt_call(clnt, NLM_GRANTED, xdr_nlm_testargs, argp, xdr_nlm_res, &res, TIMEOUT) != RPC_SUCCESS) {
105 if (clnt_call(clnt, NLM_TEST_MSG, xdr_nlm_testargs, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCESS) {
120 if (clnt_call(clnt, NLM_LOCK_MSG, xdr_nlm_lockargs, argp, xdr_void, NULL, TIMEOUT) != RPC_SUCCESS) {
136 if (clnt_call(clnt, NLM_CANCEL_MSG, xdr_nlm_cancargs, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCESS) {
151 if (clnt_call(clnt, NLM_UNLOCK_MSG, xdr_nlm_unlockargs, argp, xdr_void, &res, TIMEOUT) !
[all...]
/freebsd-10.0-release/usr.sbin/rpc.statd/
H A Dtest.c13 static struct timeval TIMEOUT = { 25, 0 }; variable in typeref:struct:timeval
23 if (clnt_call(clnt, SM_STAT, xdr_sm_name, argp, xdr_sm_stat_res, &res, TIMEOUT) != RPC_SUCCESS) {
38 if (clnt_call(clnt, SM_MON, xdr_mon, argp, xdr_sm_stat_res, &res, TIMEOUT) != RPC_SUCCESS) {
53 if (clnt_call(clnt, SM_UNMON, xdr_mon_id, argp, xdr_sm_stat, &res, TIMEOUT) != RPC_SUCCESS) {
68 if (clnt_call(clnt, SM_UNMON_ALL, xdr_my_id, argp, xdr_sm_stat, &res, TIMEOUT) != RPC_SUCCESS) {
83 if (clnt_call(clnt, SM_SIMU_CRASH, xdr_void, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCESS) {
/freebsd-10.0-release/libexec/talkd/
H A Dtalkd.c80 #define TIMEOUT 30 macro
110 alarm(TIMEOUT);
138 alarm(TIMEOUT);
/freebsd-10.0-release/usr.sbin/spray/
H A Dspray.c57 static struct timeval TIMEOUT = { 25, 0 }; variable in typeref:struct:timeval
141 (xdrproc_t)xdr_void, NULL, TIMEOUT) != RPC_SUCCESS)
162 (xdrproc_t)xdr_spraycumul, &host_stats, TIMEOUT) != RPC_SUCCESS)
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dser-tcp.c51 #define TIMEOUT 15 macro
154 while (n == 0 && polls <= TIMEOUT * POLL_INTERVAL);
155 if (n < 0 || polls > TIMEOUT * POLL_INTERVAL)
157 if (polls > TIMEOUT * POLL_INTERVAL)
/freebsd-10.0-release/lib/libradius/
H A Dradlib_private.h48 #define TIMEOUT 3 /* In seconds */ macro
/freebsd-10.0-release/contrib/openbsm/bin/auditdistd/
H A Dtoken.l76 timeout { DP; return TIMEOUT; }
/freebsd-10.0-release/usr.sbin/ctld/
H A Dtoken.l71 timeout { return TIMEOUT; }
/freebsd-10.0-release/lib/librpcsvc/
H A Dyp_update.c53 #ifndef TIMEOUT
54 #define TIMEOUT 300 macro
110 timeout.tv_sec = TIMEOUT;
/freebsd-10.0-release/share/examples/libusb20/
H A Dbulk.c57 #define TIMEOUT 5000 /* 5 s */ macro
124 if ((rv = libusb20_tr_bulk_intr_sync(xfr_out, out_buf, out_len, &rlen, TIMEOUT))
132 if ((rv = libusb20_tr_bulk_intr_sync(xfr_in, in_buf, BUFLEN, &rlen, TIMEOUT))
H A Dcontrol.c57 #define TIMEOUT 5000 /* 5 s */ macro
125 TIMEOUT,
165 if ((rv = libusb20_tr_bulk_intr_sync(xfr_intr, in_buf, BUFLEN, &rlen, TIMEOUT))
/freebsd-10.0-release/libexec/rpc.sprayd/
H A Dsprayd.c60 #define TIMEOUT 120 macro
101 alarm(TIMEOUT);
/freebsd-10.0-release/sbin/hastd/
H A Dtoken.l61 timeout { DP; return TIMEOUT; }
/freebsd-10.0-release/libexec/tftpd/
H A Dtftp-utils.h31 #define TIMEOUT 5 macro
H A Dtftp-utils.c47 int timeoutpacket = TIMEOUT;
48 int timeoutnetwork = MAX_TIMEOUTS * TIMEOUT;
/freebsd-10.0-release/sbin/dhclient/
H A Ddhctoken.h97 #define TIMEOUT 301 macro
/freebsd-10.0-release/usr.sbin/ypbind/
H A Dyp_ping.c156 struct timeval TIMEOUT = { 0, 0 }; local
162 TIMEOUT) != RPC_SUCCESS) {
175 struct timeval TIMEOUT = { 0, 0 }; local
181 TIMEOUT) != RPC_SUCCESS) {
/freebsd-10.0-release/sys/dev/pcf/
H A Dpcfvar.h35 #define TIMEOUT 9999 /* XXX */ macro
/freebsd-10.0-release/lib/libtacplus/
H A Dtaclib_private.h37 #define TIMEOUT 3 /* In seconds */ macro
/freebsd-10.0-release/contrib/ntp/clockstuff/
H A Dclktest.c93 fd = open(*argv, HAVE_OPT(TIMEOUT) ? O_RDWR : O_RDONLY, 0777);
155 if (HAVE_OPT(TIMEOUT)) {
/freebsd-10.0-release/usr.bin/lock/
H A Dlock.c51 * Timeout interval is by default TIMEOUT, it can be changed with
74 #define TIMEOUT 15 macro
102 sectimeout = TIMEOUT;

Completed in 273 milliseconds

123