Home
last modified time | relevance | path

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

12345678910>>...18

/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>;
/freebsd/contrib/libcbor/doc/source/
H A Drequirements.txt18 # via requests
20 # via requests
34 # requests
47 requests==2.32.3
85 # via requests
/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/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/contrib/wpa/src/wps/
H A Dhttp_server.c36 struct http_request *requests; member
104 r = srv->requests; in http_request_deinit()
110 srv->requests = r->next; in http_request_deinit()
223 req->next = srv->requests; in http_server_cb()
224 srv->requests = req; in http_server_cb()
306 http_request_free_all(srv->requests); in http_server_deinit()
/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/bc/project/
H A DREADME.md11 as possible, but it still has the comments on issues and pull requests, as
12 well as the issues and pull requests themselves (whatever matters anyway).
21 This is information about pull requests opened on GitHub. I used the GitHub
/freebsd/contrib/wpa/src/common/
H A Dproc_coord.c63 struct dl_list requests; /* struct proc_coord_pending_request::list */ member
115 dl_list_for_each_safe(req, tmp, &pc->requests, in proc_coord_remove_peer()
133 dl_list_for_each_safe(req, tmp, &pc->requests, in proc_coord_expire_requests()
152 dl_list_for_each_safe(req, tmp, &pc->requests, in proc_coord_cancel_wait()
171 dl_list_for_each(req, &pc->requests, struct proc_coord_pending_request, in proc_coord_set_req_expire_timer()
200 dl_list_for_each(req, &pc->requests, struct proc_coord_pending_request, in proc_coord_get_request()
614 dl_list_init(&pc->requests); in proc_coord_init()
698 dl_list_for_each_safe(req, tmp2, &pc->requests, in proc_coord_deinit()
799 dl_list_add(&pc->requests, &req->list); in proc_coord_send_request()
/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/krb5/src/util/ss/
H A Ddeps48 requests.so requests.po $(OUTPRE)requests.$(OBJEXT): \
51 $(top_srcdir)/include/k5-thread.h requests.c ss.h ss_internal.h
/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>

12345678910>>...18