/freebsd/contrib/ntp/ntpsnmpd/ |
H A D | ntpSnmpSubagentObject.c | 249 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 D | lpc1850-dmamux.txt | 11 - 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 D | fsl-imx-dma.txt | 18 - 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 D | ti-dma-crossbar.txt | 9 - 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 D | mtk-uart-apdma.txt | 12 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 D | arm-pl330.txt | 17 - dma-requests: contains the total number of DMA requests supported by the DMAC 32 #dma-requests = <32>;
|
H A D | zxdma.txt | 9 - dma-requests: virtual channels supported, each virtual channel 23 dma-requests = <24>;
|
H A D | k3dma.txt | 13 - dma-requests: virtual channels supported, each virtual channel 25 dma-requests = <27>;
|
/freebsd/contrib/libpcap/ |
H A D | rpcap-protocol.c | 148 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 D | test-policy.c | 42 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 D | http_server.c | 36 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 D | rmjob.c | 256 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 D | lprm.c | 64 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 D | tsget.pod | 28 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 D | lpq.c | 59 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 D | test_03.X.out | 1 …45</in-use><memory-use>54321</memory-use><high-use>-</high-use><requests>32145</requests></memory>…
|
H A D | test_03.XP.out | 8 <requests>32145</requests>
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | OSSL_CMP_SRV_CTX_new.pod | 111 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 D | http.c | 681 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 D | evrpc.c | 515 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 D | http.c | 681 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 D | evrpc.c | 515 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 D | frag6_05.sh | 198 <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 D | notes | 22 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 D | CONTRIBUTING.md | 18 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
|