Home
last modified time | relevance | path

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

12345678910>>...18

/freebsd-14.2/contrib/ntp/ntpsnmpd/
H A DntpSnmpSubagentObject.c260 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()
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()
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()
424 netsnmp_request_info * requests in get_ntpEntTimeResolution() argument
443 requests->requestvb, in get_ntpEntTimeResolution()
467 netsnmp_request_info * requests in get_ntpEntTimePrecision() argument
[all …]
/freebsd-14.2/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 Drenesas,rzn1-dmamux.yaml34 dma-requests:
39 - dma-requests
50 dma-requests = <32>;
H A Ddma-router.yaml18 have more peripherals integrated with DMA requests than what the DMA
33 dma-requests:
49 dma-requests = <205>;
H A Dowl-dma.yaml42 dma-requests:
59 - dma-requests
76 dma-requests = <46>;
H A Darm-pl330.txt17 - dma-requests: contains the total number of DMA requests supported by the DMAC
32 #dma-requests = <32>;
H A Dmediatek,uart-dma.yaml54 dma-requests:
73 - dma-requests
116 dma-requests = <12>;
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-14.2/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-14.2/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-14.2/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-14.2/usr.sbin/lpr/common_source/
H A Drmjob.c262 if (users == 0 && requests == 0) in chk()
267 for (r = requ; r < &requ[requests]; r++) in chk()
331 niov = 4 + 2 * users + requests + 1; in rmremote()
333 niov = 4 + requests + 1; in rmremote()
348 for (i = 0; i < requests; i++) { in rmremote()
373 for (i = 0; i < requests; i++) in rmremote()
/freebsd-14.2/usr.sbin/lpr/lprm/
H A Dlprm.c76 int requests; /* # of spool requests */ variable
140 if (requests >= MAXREQUESTS) in main()
142 requ[requests++] = atoi(arg); in main()
/freebsd-14.2/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-14.2/usr.sbin/lpr/lpq/
H A Dlpq.c71 int requests; /* # of spool requests */ variable
119 if (requests >= MAXREQUESTS) in main()
121 requ[requests++] = atoi(*argv); in main()
/freebsd-14.2/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-14.2/
H A DCONTRIBUTING.md18 the change. GitHub pull requests are preferred for relatively straightforward
25 contribution. Pull requests that need little developer time, are generally
26 small, and have limited scope should be submitted. Do not submit pull requests
35 …larger than this may be OK, or you may be asked to submit multiple pull requests of a more managea…
50 More complex changes may be submitted as pull requests, but they may be closed
70 The current theory for pull requests on GitHub is to facilitate inclusion in the
74 submission does not meet the limited scope for pull requests accepted
97 comments on your pull requests.
125 Right now, pull requests on GitHub are an experimental feature. We strongly
/freebsd-14.2/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-14.2/contrib/ntp/sntp/libevent/
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-14.2/contrib/libevent/
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()

12345678910>>...18