Searched refs:requests (Results 1 - 25 of 30) sorted by relevance

12

/freebsd-10.1-release/contrib/ntp/ntpsnmpd/
H A DntpSnmpSubagentObject.c14 * a caching mechanism that reduces the number of requests sent to the
249 netsnmp_request_info *requests)
260 snmp_set_var_typed_value(requests->requestvb, ASN_OCTET_STR,
268 snmp_set_var_typed_value(requests->requestvb, ASN_OCTET_STR,
273 snmp_set_var_typed_value(requests->requestvb, ASN_OCTET_STR,
295 netsnmp_request_info *requests)
304 snmp_set_var_typed_value(requests->requestvb, ASN_OCTET_STR,
309 snmp_set_var_typed_value(requests->requestvb, ASN_OCTET_STR,
331 netsnmp_request_info *requests)
340 snmp_set_var_typed_value(requests
246 get_ntpEntSoftwareName(netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests) argument
292 get_ntpEntSoftwareVersion(netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests) argument
328 get_ntpEntSoftwareVendor(netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests) argument
361 get_ntpEntSystemType(netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests) argument
497 get_ntpEntTimeDistance(netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests) argument
[all...]
/freebsd-10.1-release/sbin/setkey/
H A Dtest-policy.c42 char *requests[] = { variable
79 for (i = 0; i < sizeof(requests)/sizeof(requests[0]); i++) {
80 printf("* requests:[%s]\n", requests[i]);
81 if ((buf = setpolicy(requests[i])) == NULL)
/freebsd-10.1-release/usr.sbin/lpr/lprm/
H A Dlprm.c76 int requests; /* # of spool requests */ variable
140 if (requests >= MAXREQUESTS)
141 fatal(0, "Too many requests");
142 requ[requests++] = atoi(arg);
/freebsd-10.1-release/usr.sbin/lpr/lpq/
H A Dlpq.c71 int requests; /* # of spool requests */ variable
119 if (requests >= MAXREQUESTS)
120 fatal(0, "too many requests");
121 requ[requests++] = atoi(*argv);
/freebsd-10.1-release/contrib/wpa/src/wps/
H A Dhttp_server.c36 struct http_request *requests; member in struct:http_server
67 wpa_printf(MSG_DEBUG, "HTTP: Too many concurrent requests");
101 r = srv->requests;
107 srv->requests = r->next;
222 req->next = srv->requests;
223 srv->requests = req;
297 http_request_free_all(srv->requests);
/freebsd-10.1-release/usr.sbin/lpr/common_source/
H A Drmjob.c262 if (users == 0 && requests == 0)
267 for (r = requ; r < &requ[requests]; r++)
324 * requests == asprintf results for each request
327 * us to process requests of indeterminate length without
331 niov = 4 + 2 * users + requests + 1;
333 niov = 4 + requests + 1;
348 for (i = 0; i < requests; i++) {
373 for (i = 0; i < requests; i++)
H A Ddisplayq.c234 for (i = 0; i < requests && cp-line+10 < sizeof(line) - 1; i++) {
487 if (users == 0 && requests == 0)
499 for (r = requ; r < &requ[requests]; r++)
H A Dlp.h102 * defined below. We use TAILQs so that requests don't get mysteriously
174 extern int requests; /* # of spool requests */
/freebsd-10.1-release/contrib/wpa/src/radius/
H A Dradius_client.h62 * requests - radiusAuthClientAccessRequests or radiusAccClientRequests
64 u32 requests; member in struct:hostapd_radius_server
157 * requests. If this interval is set (non-zero), the primary server
H A Dradius_client.c82 * store pending RADIUS requests that may still need to be retransmitted.
333 conf->acct_server->requests++;
341 conf->auth_server->requests++;
650 conf->acct_server->requests++;
664 conf->auth_server->requests++;
838 * This function is used to fetch a unique (among pending requests) identifier
1389 serv->requests,
1437 serv->requests,
/freebsd-10.1-release/contrib/serf/
H A Doutgoing.c87 - All requests are written and the ssl layer wrote some data while reading
96 serf_request_t *request = conn->requests;
116 "All requests written but still data pending.\n");
151 if (conn->requests &&
162 * there are any requests that still have buckets to write out,
204 serf_request_t *request = conn->requests;
273 empty aggregate bucket for sending and receiving unencrypted requests
345 if (conn->requests == NULL) {
433 /* Note that we should hold new requests until we open our new socket. */
571 old_reqs = conn->requests;
[all...]
H A Dserf_private.h45 #define SSL_MSG_VERBOSE 0 /* logs decrypted requests and responses. */
100 /* 1 if this is a request to setup a SSL tunnel, 0 for normal requests. */
189 SERF_CONN_SETUP_SSLTUNNEL, /* ssl tunnel being setup, no requests sent */
190 SERF_CONN_CONNECTED, /* conn is ready to send requests */
191 SERF_CONN_CLOSING /* conn is closing, no more requests,
218 /* number of completed requests we've sent */
249 /* The list of active requests. */
250 serf_request_t *requests; member in struct:serf_connection_t
261 /* Max. number of outstanding requests. */
376 /* The name of this authentication scheme. Used in headers of requests an
[all...]
/freebsd-10.1-release/contrib/ntp/sntp/libevent/
H A Devrpc-internal.h95 TAILQ_HEAD(evrpc_requestq, evrpc_request_wrapper) (requests);
H A Devrpc.c514 TAILQ_INIT(&pool->requests);
545 while ((request = TAILQ_FIRST(&pool->requests)) != NULL) {
546 TAILQ_REMOVE(&pool->requests, request, next);
599 * if we have any requests pending, schedule them with the new
603 if (TAILQ_FIRST(&pool->requests) != NULL) {
605 TAILQ_FIRST(&pool->requests);
606 TAILQ_REMOVE(&pool->requests, request, next);
641 if (TAILQ_FIRST(&connection->requests) == NULL)
813 TAILQ_INSERT_TAIL(&pool->requests, ctx, next);
956 struct evrpc_request_wrapper *ctx = TAILQ_FIRST(&pool->requests);
[all...]
H A Dhttp-internal.h5 * This header file contains definitions for dealing with HTTP requests
75 #define EVHTTP_CON_OUTGOING 0x0002 /* multiple requests possible */
91 TAILQ_HEAD(evcon_requestq, evhttp_request) requests; member in struct:evhttp_connection
181 /* resets the connection; can be reused for more requests */
H A Dhttp.c645 TAILQ_REMOVE(&req->evcon->requests, req, next);
679 * retry any pending requests, and inform the user. If it's incoming,
686 struct evhttp_request* req = TAILQ_FIRST(&evcon->requests);
697 * for incoming requests, there are two different
721 /* do not fail all requests; the next request is going to get
723 * all other pending requests should be processed as normal
725 TAILQ_REMOVE(&evcon->requests, req, next);
732 if (TAILQ_FIRST(&evcon->requests) != NULL)
770 struct evhttp_request *req = TAILQ_FIRST(&evcon->requests);
777 TAILQ_REMOVE(&evcon->requests, re
1309 struct evcon_requestq requests; local
[all...]
/freebsd-10.1-release/usr.sbin/lpr/lpd/
H A Dlpd.c103 int lflag; /* log requests flag */
357 syslog(LOG_INFO, "lpd startup: ready to accept requests");
456 int requests; /* # of spool requests */ variable
496 syslog(LOG_INFO, "%s requests %s %s",
528 if (requests >= MAXREQUESTS)
529 fatal(0, "Too many requests");
530 requ[requests++] = atoi(cp);
565 if (requests >= MAXREQUESTS)
566 fatal(0, "Too many requests");
[all...]
/freebsd-10.1-release/sys/dev/cesa/
H A Dcesa.c263 CESA_GENERIC_ALLOC_LOCKED(sc, cr, requests);
293 CESA_GENERIC_FREE_LOCKED(sc, cr, requests);
300 CESA_LOCK(sc, requests);
302 CESA_UNLOCK(sc, requests);
897 CESA_LOCK(sc, requests);
906 CESA_UNLOCK(sc, requests);
910 /* Move all ready requests to queued list */
914 /* Create one execution chain from all requests on the list */
945 CESA_UNLOCK(sc, requests);
1229 /* TODO: Wait for queued requests completio
[all...]
/freebsd-10.1-release/sys/cam/scsi/
H A Dscsi_enc_safte.c202 safte_control_reqlist_t requests; member in struct:scfg
754 cfg->current_request = TAILQ_FIRST(&cfg->requests);
755 TAILQ_REMOVE(&cfg->requests, cfg->current_request, links);
995 safte_terminate_control_requests(&cfg->requests, ENXIO);
1050 TAILQ_INSERT_TAIL(&cfg->requests, &req, links);
1087 TAILQ_INSERT_TAIL(&cfg->requests, &req, links);
1132 TAILQ_INIT(&cfg->requests);
/freebsd-10.1-release/crypto/openssh/
H A Dsftp-client.c1047 TAILQ_HEAD(reqhead, request) requests;
1050 TAILQ_INIT(&requests);
1138 * Simulate EOF on interrupt: stop sending new requests and
1139 * allow outstanding requests to drain gracefully
1147 /* Send some more requests */
1159 TAILQ_INSERT_TAIL(&requests, req, tq);
1171 for (req = TAILQ_FIRST(&requests);
1184 TAILQ_REMOVE(&requests, req, tq);
1211 TAILQ_REMOVE(&requests, req, tq);
1253 if (TAILQ_FIRST(&requests) !
[all...]
/freebsd-10.1-release/sys/dev/xen/blkback/
H A Dblkback.c108 * operations to satisfy requests. In HVM mode, Xen may use a HW IOMMU to
111 * table API. For this reason, in HVM mode, we must bounce all requests into
155 * ring space for all requests to be XBB_MAX_REQUEST_SIZE'd.
228 * Number of child requests in the list.
233 * Number of I/O requests still pending on the backend.
238 * Total number of segments for requests in the list.
290 * Linked list of contiguous requests with the same operation type.
295 * Linked list links used to aggregate idle requests in the
297 * requests waiting for execution (xbb->reqlist_pending_stailq).
309 * Linked list links used to aggregate requests int
577 struct xbb_xen_req *requests; member in struct:xbb_softc
[all...]
/freebsd-10.1-release/share/examples/drivers/
H A Dmake_device_driver.sh438 * Note that HINTS based resource requests have NO
439 * SIZE for the memory or ports requests (just a base)
/freebsd-10.1-release/sys/cam/ctl/
H A DREADME.ctl.txt93 backed by a small amount of RAM that is used for all I/O requests. This
262 over handling I/O requests. This requires support from pretty
/freebsd-10.1-release/sys/dev/drm2/i915/
H A Di915_debug.c377 sbuf_printf(m, "Render requests:\n");
388 sbuf_printf(m, "BSD requests:\n");
399 sbuf_printf(m, "BLT requests:\n");
412 sbuf_printf(m, "No requests\n");
771 sbuf_printf(m, "%s --- %d requests\n",
776 error->ring[i].requests[j].seqno,
777 error->ring[i].requests[j].jiffies,
778 error->ring[i].requests[j].tail);
H A Di915_irq.c1988 free(error->ring[i].requests, DRM_I915_GEM);
2162 error->ring[i].requests = malloc(count *
2165 if (error->ring[i].requests == NULL) {
2174 erq = &error->ring[i].requests[count++];

Completed in 239 milliseconds

12