Home
last modified time | relevance | path

Searched refs:requests (Results 1 – 25 of 391) sorted by relevance

12345678910>>...16

/freebsd/contrib/ntp/ntpsnmpd/
H A DntpSnmpSubagentObject.c249 netsnmp_request_info *requests) in get_ntpEntSoftwareName() argument
260 snmp_set_var_typed_value(requests->requestvb, ASN_OCTET_STR, in get_ntpEntSoftwareName()
268 snmp_set_var_typed_value(requests->requestvb, ASN_OCTET_STR, in get_ntpEntSoftwareName()
273 snmp_set_var_typed_value(requests->requestvb, ASN_OCTET_STR, in get_ntpEntSoftwareName()
295 netsnmp_request_info *requests) in get_ntpEntSoftwareVersion() argument
304 snmp_set_var_typed_value(requests->requestvb, ASN_OCTET_STR, in get_ntpEntSoftwareVersion()
309 snmp_set_var_typed_value(requests->requestvb, ASN_OCTET_STR, in get_ntpEntSoftwareVersion()
331 netsnmp_request_info *requests) in get_ntpEntSoftwareVendor() argument
340 snmp_set_var_typed_value(requests->requestvb, ASN_OCTET_STR, in get_ntpEntSoftwareVendor()
345 snmp_set_var_typed_value(requests->requestvb, ASN_OCTET_STR, in get_ntpEntSoftwareVendor()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/dma/
H A Dlpc1850-dmamux.txt11 - dma-requests: Number of DMA requests for the mux
15 - dma-requests: Number of DMA requests the controller can handle
28 dma-requests = <16>;
40 dma-requests = <64>;
H A Dfsl-imx-dma.txt18 - dma-requests : Number of DMA requests supported.
19 - #dma-requests : deprecated
34 Clients have to specify the DMA requests with phandles in a list.
40 - dma-names: List of string identifiers for the DMA requests. For the correct
H A Dti-dma-crossbar.txt9 - dma-requests: Number of DMA requests the crossbar can receive
13 - dma-requests: Number of DMA requests the controller can handle
43 dma-requests = <127>;
51 dma-requests = <205>;
H A Dmtk-uart-apdma.txt12 One interrupt per dma-requests, or 8 if no dma-requests property is present
14 - dma-requests: The number of DMA channels
51 dma-requests = <12>;
H A Darm-pl330.txt17 - dma-requests: contains the total number of DMA requests supported by the DMAC
32 #dma-requests = <32>;
H A Dzxdma.txt9 - dma-requests: virtual channels supported, each virtual channel
23 dma-requests = <24>;
H A Dk3dma.txt13 - dma-requests: virtual channels supported, each virtual channel
25 dma-requests = <27>;
/freebsd/contrib/libpcap/
H A Drpcap-protocol.c148 static const char *requests[] = variable
163 #define NUM_REQ_TYPES (sizeof requests / sizeof requests[0])
193 return requests[type]; in rpcap_msg_type_string()
/freebsd/sbin/setkey/
H A Dtest-policy.c42 char *requests[] = { variable
79 for (i = 0; i < nitems(requests); i++) { in main()
80 printf("* requests:[%s]\n", requests[i]); in main()
81 if ((buf = setpolicy(requests[i])) == NULL) in main()
/freebsd/contrib/wpa/src/wps/
H A Dhttp_server.c36 struct http_request *requests; member
101 r = srv->requests; in http_request_deinit()
107 srv->requests = r->next; in http_request_deinit()
222 req->next = srv->requests; in http_server_cb()
223 srv->requests = req; in http_server_cb()
305 http_request_free_all(srv->requests); in http_server_deinit()
/freebsd/usr.sbin/lpr/common_source/
H A Drmjob.c256 if (users == 0 && requests == 0) in chk()
261 for (r = requ; r < &requ[requests]; r++) in chk()
325 niov = 4 + 2 * users + requests + 1; in rmremote()
327 niov = 4 + requests + 1; in rmremote()
342 for (i = 0; i < requests; i++) { in rmremote()
367 for (i = 0; i < requests; i++) in rmremote()
/freebsd/usr.sbin/lpr/lprm/
H A Dlprm.c64 int requests; /* # of spool requests */ variable
128 if (requests >= MAXREQUESTS) in main()
130 requ[requests++] = atoi(arg); in main()
/freebsd/crypto/openssl/doc/man1/
H A Dtsget.pod28 timestamp response in a file. It cannot be used for creating the requests
30 command can send several requests to the server without closing the TCP
31 connection if more than one requests are specified on the command line.
54 The URL of the HTTP/HTTPS server listening for timestamp requests.
66 means standard output. In case of multiple timestamp requests or the absence
124 List of files containing RFC 3161 DER-encoded timestamp requests. If no
125 requests are specified only one request will be sent to the server and it will
140 timestamp requests, tsa.opentsa.org listens at port 8080 for HTTP requests
141 and at port 8443 for HTTPS requests, the TSA service is available at the /tsa
/freebsd/usr.sbin/lpr/lpq/
H A Dlpq.c59 int requests; /* # of spool requests */ variable
107 if (requests >= MAXREQUESTS) in main()
109 requ[requests++] = atoi(*argv); in main()
/freebsd/contrib/libxo/tests/core/saved/
H A Dtest_03.X.out1 …45</in-use><memory-use>54321</memory-use><high-use>-</high-use><requests>32145</requests></memory>…
H A Dtest_03.XP.out8 <requests>32145</requests>
/freebsd/crypto/openssl/doc/man3/
H A DOSSL_CMP_SRV_CTX_new.pod111 certificate requests, revocation requests, certificate confirmation requests,
112 general messages, error messages, and poll requests.
125 OSSL_CMP_SRV_CTX_set_accept_unprotected() enables acceptance of requests
/freebsd/contrib/ntp/sntp/libevent/
H A Dhttp.c681 TAILQ_REMOVE(&req->evcon->requests, req, next); in evhttp_connection_incoming_fail()
725 TAILQ_REMOVE(&evcon->requests, req, next); in evhttp_request_free_()
738 struct evhttp_request* req = TAILQ_FIRST(&evcon->requests); in evhttp_connection_fail_()
783 if (TAILQ_FIRST(&evcon->requests) != NULL) in evhttp_connection_fail_()
826 struct evhttp_request *req = TAILQ_FIRST(&evcon->requests); in evhttp_connection_done()
833 TAILQ_REMOVE(&evcon->requests, req, next); in evhttp_connection_done()
842 if (TAILQ_FIRST(&evcon->requests) != NULL) { in evhttp_connection_done()
886 if (free_evcon && TAILQ_FIRST(&evcon->requests) == NULL) { in evhttp_connection_done()
1135 struct evhttp_request *req = TAILQ_FIRST(&evcon->requests); in evhttp_read_cb()
1199 struct evhttp_request *req = TAILQ_FIRST(&evcon->requests); in evhttp_write_connectioncb()
[all …]
H A Devrpc.c515 TAILQ_INIT(&pool->requests); in evrpc_pool_new()
546 while ((request = TAILQ_FIRST(&pool->requests)) != NULL) { in evrpc_pool_free()
547 TAILQ_REMOVE(&pool->requests, request, next); in evrpc_pool_free()
604 if (TAILQ_FIRST(&pool->requests) != NULL) { in evrpc_pool_add_connection()
606 TAILQ_FIRST(&pool->requests); in evrpc_pool_add_connection()
607 TAILQ_REMOVE(&pool->requests, request, next); in evrpc_pool_add_connection()
642 if (TAILQ_FIRST(&connection->requests) == NULL) in evrpc_pool_find_connection()
814 TAILQ_INSERT_TAIL(&pool->requests, ctx, next); in evrpc_make_request()
956 struct evrpc_request_wrapper *ctx = TAILQ_FIRST(&pool->requests); in evrpc_pool_schedule()
964 TAILQ_REMOVE(&pool->requests, ctx, next); in evrpc_pool_schedule()
/freebsd/contrib/libevent/
H A Dhttp.c681 TAILQ_REMOVE(&req->evcon->requests, req, next); in evhttp_connection_incoming_fail()
725 TAILQ_REMOVE(&evcon->requests, req, next); in evhttp_request_free_()
738 struct evhttp_request* req = TAILQ_FIRST(&evcon->requests); in evhttp_connection_fail_()
783 if (TAILQ_FIRST(&evcon->requests) != NULL) in evhttp_connection_fail_()
826 struct evhttp_request *req = TAILQ_FIRST(&evcon->requests); in evhttp_connection_done()
833 TAILQ_REMOVE(&evcon->requests, req, next); in evhttp_connection_done()
842 if (TAILQ_FIRST(&evcon->requests) != NULL) { in evhttp_connection_done()
886 if (free_evcon && TAILQ_FIRST(&evcon->requests) == NULL) { in evhttp_connection_done()
1135 struct evhttp_request *req = TAILQ_FIRST(&evcon->requests); in evhttp_read_cb()
1199 struct evhttp_request *req = TAILQ_FIRST(&evcon->requests); in evhttp_write_connectioncb()
[all …]
H A Devrpc.c515 TAILQ_INIT(&pool->requests); in evrpc_pool_new()
546 while ((request = TAILQ_FIRST(&pool->requests)) != NULL) { in evrpc_pool_free()
547 TAILQ_REMOVE(&pool->requests, request, next); in evrpc_pool_free()
604 if (TAILQ_FIRST(&pool->requests) != NULL) { in evrpc_pool_add_connection()
606 TAILQ_FIRST(&pool->requests); in evrpc_pool_add_connection()
607 TAILQ_REMOVE(&pool->requests, request, next); in evrpc_pool_add_connection()
642 if (TAILQ_FIRST(&connection->requests) == NULL) in evrpc_pool_find_connection()
814 TAILQ_INSERT_TAIL(&pool->requests, ctx, next); in evrpc_make_request()
956 struct evrpc_request_wrapper *ctx = TAILQ_FIRST(&pool->requests); in evrpc_pool_schedule()
964 TAILQ_REMOVE(&pool->requests, ctx, next); in evrpc_pool_schedule()
/freebsd/tests/sys/netinet6/frag6/
H A Dfrag6_05.sh198 <received-echo-requests>0</received-echo-requests>
208 <sent-echo-requests>0</sent-echo-requests>
391 <received-echo-requests>0</received-echo-requests>
401 <sent-echo-requests>0</sent-echo-requests>
/freebsd/sys/geom/
H A Dnotes22 children. It clones the bio, and requests I/O on the child.
63 of requests, number of bytes, number of ENOMEM errors, number of
69 If in g_io_request() we find that there are no outstanding requests,
70 (based on the counters for scheduled and completed requests being
72 are no outstanding requests, and as long as there is only one thread
78 take care to do this before we increment the "requests completed"
/freebsd/
H A DCONTRIBUTING.md18 the change. GitHub pull requests are preferred for relatively straightforward
29 contribution. Pull requests that need little developer time, are generally
30 small, and have limited scope should be submitted. Do not submit pull requests
39 …larger than this may be OK, or you may be asked to submit multiple pull requests of a more managea…
55 More complex changes may be submitted as pull requests, but they may be closed
75 The current theory for pull requests on GitHub is to facilitate inclusion in the
79 submission does not meet the limited scope for pull requests accepted
107 comments on your pull requests.
137 Right now, pull requests on GitHub are an experimental feature. We strongly

12345678910>>...16