Home
last modified time | relevance | path

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

12345678910>>...34

/netbsd-src/external/bsd/ntp/dist/ntpsnmpd/
H A DntpSnmpSubagentObject.c251 netsnmp_request_info *requests) in get_ntpEntSoftwareName() argument
262 snmp_set_var_typed_value(requests->requestvb, ASN_OCTET_STR, in get_ntpEntSoftwareName()
270 snmp_set_var_typed_value(requests->requestvb, ASN_OCTET_STR, in get_ntpEntSoftwareName()
275 snmp_set_var_typed_value(requests->requestvb, ASN_OCTET_STR, in get_ntpEntSoftwareName()
297 netsnmp_request_info *requests) in get_ntpEntSoftwareVersion() argument
306 snmp_set_var_typed_value(requests->requestvb, ASN_OCTET_STR, in get_ntpEntSoftwareVersion()
311 snmp_set_var_typed_value(requests->requestvb, ASN_OCTET_STR, in get_ntpEntSoftwareVersion()
333 netsnmp_request_info *requests) in get_ntpEntSoftwareVendor() argument
342 snmp_set_var_typed_value(requests->requestvb, ASN_OCTET_STR, in get_ntpEntSoftwareVendor()
347 snmp_set_var_typed_value(requests->requestvb, ASN_OCTET_STR, in get_ntpEntSoftwareVendor()
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/
H A Dintel_guc_ct.c45 spin_lock_init(&ct->requests.lock); in intel_guc_ct_init_early()
46 INIT_LIST_HEAD(&ct->requests.pending); in intel_guc_ct_init_early()
47 INIT_LIST_HEAD(&ct->requests.incoming); in intel_guc_ct_init_early()
48 INIT_WORK(&ct->requests.worker, ct_incoming_request_worker_func); in intel_guc_ct_init_early()
194 spin_lock_destroy(&ct->requests.lock); in intel_guc_ct_fini()
276 return ++ct->requests.next_fence; in ct_get_next_fence()
500 spin_lock_irqsave(&ct->requests.lock, flags); in ct_send()
501 list_add_tail(&request.link, &ct->requests.pending); in ct_send()
502 spin_unlock_irqrestore(&ct->requests.lock, flags); in ct_send()
535 spin_lock_irqsave(&ct->requests.lock, flags); in ct_send()
[all …]
/netbsd-src/external/gpl3/gcc/dist/contrib/
H A Dmark_spam.py24 import requests
34 r = requests.get(u)
61 r = requests.put(u, json = data)
67 r = requests.get(u + '/comment')
74 … r = requests.put(u2, json = {'comment_id': comment_id, 'add': ['spam'], 'api_key': api_key})
80 r = requests.get(u + '/attachment')
86 r = requests.put(url, json = {'ids': [attachment_id],
/netbsd-src/external/gpl3/gcc.old/dist/contrib/
H A Dmark_spam.py24 import requests
34 r = requests.get(u)
61 r = requests.put(u, json = data)
67 r = requests.get(u + '/comment')
74 … r = requests.put(u2, json = {'comment_id': comment_id, 'add': ['spam'], 'api_key': api_key})
80 r = requests.get(u + '/attachment')
86 r = requests.put(url, json = {'ids': [attachment_id],
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gt/
H A Dintel_gt_requests.c29 list_for_each_entry_safe(rq, rn, &tl->requests, link) in retire_requests()
214 container_of(work, typeof(*gt), requests.retire_work.work); in retire_work_handler()
216 schedule_delayed_work(&gt->requests.retire_work, in retire_work_handler()
223 INIT_DELAYED_WORK(&gt->requests.retire_work, retire_work_handler); in intel_gt_init_requests()
228 cancel_delayed_work(&gt->requests.retire_work); in intel_gt_park_requests()
233 schedule_delayed_work(&gt->requests.retire_work, in intel_gt_unpark_requests()
240 cancel_delayed_work_sync(&gt->requests.retire_work); in intel_gt_fini_requests()
/netbsd-src/external/mpl/bind/dist/bin/tests/system/tcp/
H A Dtests.sh37 ntcp10="$(grep "TCP requests received" ns1/named.stats.test$n | tail -1 | awk '{print $1}')"
38 ntcp20="$(grep "TCP requests received" ns2/named.stats.test$n | tail -1 | awk '{print $1}')"
51 ntcp11="$(grep "TCP requests received" ns1/named.stats.test$n | tail -1 | awk '{print $1}')"
52 ntcp21="$(grep "TCP requests received" ns2/named.stats.test$n | tail -1 | awk '{print $1}')"
67 ntcp12="$(grep "TCP requests received" ns1/named.stats.test$n | tail -1 | awk '{print $1}')"
68 ntcp22="$(grep "TCP requests received" ns2/named.stats.test$n | tail -1 | awk '{print $1}')"
/netbsd-src/external/bsd/wpa/dist/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()
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man1/
H A Dtsget.pod30 requests and verifying responses, you can use the OpenSSL B<ts(1)> command to
31 do that. B<tsget> can send several requests to the server without closing
32 the TCP connection if more than one requests are specified on the command
56 The URL of the HTTP/HTTPS server listening for timestamp requests.
68 means standard output. In case of multiple timestamp requests or the absence
127 List of files containing B<RFC 3161> DER-encoded timestamp requests. If no
128 requests are specified only one request will be sent to the server and it will be
142 timestamp requests, tsa.opentsa.org listens at port 8080 for HTTP requests
143 and at port 8443 for HTTPS requests, the TSA service is available at the /tsa
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_scheduler.h19 for (idx = 0; idx < ARRAY_SIZE((plist)->requests); idx++) \
20 list_for_each_entry(it, &(plist)->requests[idx], sched.link)
27 &(plist)->requests[idx], \
/netbsd-src/crypto/external/bsd/openssl/dist/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
/netbsd-src/usr.sbin/lpr/lprm/
H A Dlprm.c75 int requests; /* # of spool requests */ variable
140 if (requests >= MAXREQUESTS) in main()
142 requ[requests++] = atoi(arg); in main()
/netbsd-src/usr.sbin/lpr/common_source/
H A Drmjob.c65 extern int requests; /* # of spool requests */
255 if (users == 0 && requests == 0) in chk()
262 for (r = requ; r < &requ[requests]; r++) in chk()
318 for (i = 0; i < requests; i++) { in rmremote()
335 for (i = 0; i < requests; i++) { in rmremote()
/netbsd-src/usr.sbin/lpr/lpq/
H A Dlpq.c69 int requests; /* # of spool requests */ variable
121 if (requests >= MAXREQUESTS) in main()
123 requ[requests++] = atoi(*argv); in main()
/netbsd-src/external/mpl/bind/dist/bin/tests/system/statschannel/
H A Dtests_json.py23 requests = pytest.importorskip("requests")
48 r = requests.get(
58 r = requests.get(
24 requests = pytest.importorskip("requests") global() variable
H A Dtests_xml.py24 requests = pytest.importorskip("requests")
48 r = requests.get(
73 r = requests.get(
86 key = "dns-{}-requests-sizes-received-{}".format(proto, ip)
25 requests = pytest.importorskip("requests") global() variable
/netbsd-src/external/mpl/bind/dist/bin/tests/system/rpz/
H A Dtest4a14 ; Use comment lines instead of blank lines to combine update requests into
15 ; single requests
16 ; Separate update requests for distinct TLDs with blank lines or 'send'
H A Dtest414 ; Use comment lines instead of blank lines to combine update requests into
15 ; single requests
16 ; Separate update requests for distinct TLDs with blank lines or 'send'
H A Dtest614 ; Use comment lines instead of blank lines to combine update requests into
15 ; single requests
16 ; Separate update requests for distinct TLDs with blank lines or 'send'
H A Dtest514 ; Use comment lines instead of blank lines to combine update requests into
15 ; single requests
16 ; Separate update requests for distinct TLDs with blank lines or 'send'
H A Dtest314 ; Use comment lines instead of blank lines to combine update requests into
15 ; single requests
16 ; Separate update requests for distinct TLDs with blank lines or 'send'
/netbsd-src/external/gpl3/gcc.old/dist/maintainer-scripts/
H A Dbugzilla-close-candidate.py26 import requests
52 r = requests.get(u, params = query)
69 r = requests.get(u, params = {'api_key': api_key} ).json()
/netbsd-src/external/gpl3/gcc/dist/maintainer-scripts/
H A Dbugzilla-close-candidate.py26 import requests
65 r = requests.get(u, params = query)
82 r = requests.get(u).json()
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dvstream_test.ref1 buffer size test: copy text with 1 buffer size, ignore requests to shrink
5 buffer size test: copy text with 2 buffer size, ignore requests to shrink
9 buffer size test: copy text with 1 buffer size, ignore requests to shrink
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/
H A DREADME14 Treat Add requests as Modify requests if the entry exists.
45 Handle NSS lookup requests through a local Unix Domain socket.
/netbsd-src/external/bsd/openldap/dist/doc/guide/admin/
H A Dappendix-contrib.sdf32 Treat Add requests as Modify requests if the entry exists.
73 Handle NSS lookup requests through a local Unix Domain socket.

12345678910>>...34