Searched refs:TIMEOUT (Results 1 - 25 of 55) sorted by last modified time

123

/freebsd-10.3-release/usr.sbin/ypbind/
H A Dyp_ping.c154 struct timeval TIMEOUT = { 0, 0 }; local
160 TIMEOUT) != RPC_SUCCESS) {
173 struct timeval TIMEOUT = { 0, 0 }; local
179 TIMEOUT) != RPC_SUCCESS) {
/freebsd-10.3-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.3-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.3-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.3-release/usr.sbin/ctld/
H A Dtoken.l83 timeout { return TIMEOUT; }
H A Dparse.y65 %token TAG TARGET TIMEOUT
121 timeout: TIMEOUT STR
/freebsd-10.3-release/usr.bin/tftp/
H A Dmain.c78 #define TIMEOUT 5 /* secs between rexmt's */ macro
/freebsd-10.3-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;
/freebsd-10.3-release/usr.bin/fetch/
H A Dfetch.c53 #define TIMEOUT 120 macro
94 static long ftp_timeout = TIMEOUT; /* default timeout for FTP transfers */
95 static long http_timeout = TIMEOUT;/* default timeout for HTTP transfers */
/freebsd-10.3-release/usr.bin/chat/
H A Dchat.c792 if (strcmp(s, "TIMEOUT") == 0) {
/freebsd-10.3-release/tools/tools/mctest/
H A Dmctest.h33 const int TIMEOUT = 10; variable
H A Dmctest.cc165 timeout.tv_sec = TIMEOUT;
244 timeout.tv_sec = TIMEOUT;
/freebsd-10.3-release/tools/regression/sockets/unix_cmsg/
H A Dunix_cmsg.c67 * Each function which can block, is run under TIMEOUT. If timeout
76 #ifndef TIMEOUT
77 # define TIMEOUT 2 macro
653 tv.tv_sec = TIMEOUT;
858 tv.tv_sec = TIMEOUT;
/freebsd-10.3-release/sys/rpc/
H A Drpc_generic.c173 struct timeval TIMEOUT = {25, 0};
176 (xdrproc_t) xdr_void, NULL, TIMEOUT) != RPC_SUCCESS) {
/freebsd-10.3-release/sys/dev/sound/pci/
H A Dvia82c686.c47 #define TIMEOUT 50 macro
149 for (i = 0; (i < TIMEOUT) &&
152 if (i >= TIMEOUT) {
167 for (i = 0; (i < TIMEOUT) &&
170 if (i >= TIMEOUT) {
/freebsd-10.3-release/sys/dev/ppc/
H A Dppc.c307 return (!(r_str(ppc) & TIMEOUT));
/freebsd-10.3-release/sys/dev/ppbus/
H A Dvpoio.c237 MS_BRSET(TIMEOUT, 3 /* error */), /* EPP timeout? */
252 MS_BRSET(TIMEOUT, 3 /* error */), /* EPP timeout? */
H A Dppbconf.h53 #define TIMEOUT 0x01 macro
H A Dppb_base.c195 status->timeout = r & TIMEOUT;
/freebsd-10.3-release/sys/dev/pcf/
H A Dpcfvar.h35 #define TIMEOUT 9999 /* XXX */ macro
H A Dpcf.c63 int counter = TIMEOUT;
/freebsd-10.3-release/sys/dev/cxgbe/iw_cxgbe/
H A Diw_cxgbe.h717 TIMEOUT = 4 enumerator in enum:c4iw_ep_flags
H A Dcm.c865 clear_bit(TIMEOUT, &ep->com.flags);
878 if (!test_and_set_bit(TIMEOUT, &ep->com.flags)) {
2347 if (!test_and_set_bit(TIMEOUT, &ep->com.flags)) {
/freebsd-10.3-release/sys/contrib/ngatm/netnatm/sig/
H A Dunidef.h46 UNI_DEBUG_DEFINE(TIMEOUT) \
/freebsd-10.3-release/share/examples/libusb20/
H A Dcontrol.c58 #define TIMEOUT 5000 /* 5 s */ macro
126 TIMEOUT,
166 if ((rv = libusb20_tr_bulk_intr_sync(xfr_intr, in_buf, BUFLEN, &rlen, TIMEOUT))

Completed in 247 milliseconds

123