Searched refs:req (Results 1 - 25 of 1174) sorted by path

1234567891011>>

/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java83 applyProbespec(CompileRequest req) argument
85 ProbeDescription.Spec spec = ((req.probespec == null)
87 : req.probespec);
90 switch (req.probespec) {
105 int len = req.s.length();
112 for (; (i < len) && Character.isWhitespace(req.s.charAt(i)); ++i);
116 (!Character.isWhitespace(ch = req.s.charAt(npos)) ||
137 for (; (i < npos) && (req.s.charAt(i) != '{'); ++i);
138 buf.append(req.s.substring(prev_i, i));
139 if ((i < npos) || ((i > 0) && (req
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzpool/common/sys/
H A Dzfs_context.h701 intptr_t arg2, struct sysctl_req *req
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Ddwarf.c116 * errors. If the following flag is supplied as the value of the `req'
326 die_attr(dwarf_t *dw, Dwarf_Die die, Dwarf_Half name, int req) argument
334 if (req) {
350 int req)
354 if (req)
365 int req)
369 if (req)
379 die_bool(dwarf_t *dw, Dwarf_Die die, Dwarf_Half name, Dwarf_Bool *valp, int req) argument
384 if (req)
394 die_string(dwarf_t *dw, Dwarf_Die die, Dwarf_Half name, char **strp, int req) argument
349 die_signed(dwarf_t *dw, Dwarf_Die die, Dwarf_Half name, Dwarf_Signed *valp, int req) argument
364 die_unsigned(dwarf_t *dw, Dwarf_Die die, Dwarf_Half name, Dwarf_Unsigned *valp, int req) argument
[all...]
/freebsd-11-stable/cddl/lib/libdtrace/
H A Dnfssrv.d39 ci_protocol = P->req->rq_xprt->xp_master->xp_netid == "tcp" ? "ipv4" :
40 P->req->rq_xprt->xp_master->xp_netid == "tcp6" ? "ipv6" :
43 ci_local = inet_ntoa6(&((conn_t *)P->req->rq_xprt->xp_xpc.
46 ci_remote = inet_ntoa6(&((conn_t *)P->req->rq_xprt->xp_xpc.
52 noi_xid = P->req->rq_xprt->xp_xid;
H A Dtcp.d365 inline string prureq_string[uint8_t req] =
366 req == PRU_ATTACH ? "ATTACH" :
367 req == PRU_DETACH ? "DETACH" :
368 req == PRU_BIND ? "BIND" :
369 req == PRU_LISTEN ? "LISTEN" :
370 req == PRU_CONNECT ? "CONNECT" :
371 req == PRU_ACCEPT ? "ACCEPT" :
372 req == PRU_DISCONNECT ? "DISCONNECT" :
373 req == PRU_SHUTDOWN ? "SHUTDOWN" :
374 req
[all...]
/freebsd-11-stable/contrib/amd/amd/
H A Damq_svc.c66 struct request_info req; local
68 request_init(&req, RQ_DAEMON, AMD_SERVICE_NAME, RQ_CLIENT_SIN, addr, 0);
69 sock_methods(&req);
71 if (hosts_access(&req))
/freebsd-11-stable/contrib/amd/fsinfo/
H A Dfsi_analyze.c459 int req; local
463 req = ~dp->d_mask & DF_REQUIRED;
464 if (req)
465 show_required(dp->d_ioloc, req, dp->d_dev, hp->h_hostname, disk_fs_strings);
485 int req; local
544 req = ~fp->f_mask & FM_REQUIRED;
545 if (req) {
546 show_required(fp->f_ioloc, req, fp->f_volname, hp->h_hostname,
/freebsd-11-stable/contrib/bsnmp/snmp_mibII/
H A DmibII.c1491 struct ifreq req; local
1494 memset(&req, 0, sizeof(req));
1495 strlcpy(req.ifr_name, name, sizeof(req.ifr_name));
1496 sa = (struct sockaddr_in *)(void *)&req.ifr_addr;
1501 if (ioctl(mib_netsock, SIOCGIFADDR, &req) == -1)
1508 if (ioctl(mib_netsock, SIOCGIFNETMASK, &req) == -1)
1670 struct if_clonereq req; local
1674 memset(&req,
[all...]
/freebsd-11-stable/contrib/bsnmp/snmpd/
H A Dmain.c233 static struct request_info req; variable in typeref:struct:request_info
1056 request_set(&req, RQ_CLIENT_ADDR, client, 0);
1057 if (hosts_access(&req) == 0) {
1059 eval_client(&req));
1595 request_init(&req, RQ_DAEMON, "snmpd", 0);
1596 sock_methods(&req);
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dlib1funcs.asm325 work .req r4 @ XXXX is this safe ?
326 dividend .req r0
327 divisor .req r1
328 overdone .req r2
329 result .req r2
330 curbit .req r3
333 ip .req r12
334 sp .req r13
335 lr .req r14
336 pc .req r1
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dgenmodes.c247 #define validate_field_(mname, fname, req, val, unset, file, line) do { \
248 switch (req) \
/freebsd-11-stable/contrib/gdb/gdb/
H A Drs6000-nat.c189 rs6000_ptrace32 (int req, int id, int *addr, int data, int *buf) argument
191 int ret = ptrace (req, id, (int *)addr, data, buf);
194 req, id, (unsigned int)addr, data, (unsigned int)buf, ret);
202 rs6000_ptrace64 (int req, int id, long long addr, int data, int *buf) argument
205 int ret = ptracex (req, id, addr, data, buf);
211 req, id, addr, data, (unsigned int)buf, ret);
/freebsd-11-stable/contrib/groff/src/devices/xditview/
H A DDvi.c356 int cur, req; local
374 req = request->dvi.requested_page;
376 if (cur != req) {
378 req = 0;
380 if (req < 1)
381 req = 1;
383 req > current->dvi.last_page)
384 req = current->dvi.last_page;
386 if (cur != req)
388 new_wd->dvi.requested_page = req;
[all...]
/freebsd-11-stable/contrib/mdocml/
H A Dcgi.c57 struct req { struct
72 static void parse_manpath_conf(struct req *);
73 static void parse_path_info(struct req *req, const char *path);
74 static void parse_query_string(struct req *, const char *);
77 static void pg_index(const struct req *);
78 static void pg_noresult(const struct req *, const char *);
79 static void pg_redirect(const struct req *, const char *);
80 static void pg_search(const struct req *);
81 static void pg_searchres(const struct req *,
197 parse_query_string(struct req *req, const char *qs) argument
390 resp_searchform(const struct req *req, enum focus focus) argument
481 validate_manpath(const struct req *req, const char* manpath) argument
504 pg_index(const struct req *req) argument
522 pg_noresult(const struct req *req, const char *msg) argument
555 pg_redirect(const struct req *req, const char *name) argument
572 pg_searchres(const struct req *req, struct manpage *r, size_t sz) argument
682 resp_catman(const struct req *req, const char *file) argument
819 resp_format(const struct req *req, const char *file) argument
874 resp_show(const struct req *req, const char *file) argument
887 pg_show(struct req *req, const char *fullpath) argument
934 pg_search(const struct req *req) argument
1017 struct req req; local
1121 parse_path_info(struct req *req, const char *path) argument
1198 parse_manpath_conf(struct req *req) argument
[all...]
H A Droff.c600 struct roffreq *req; local
612 req = mandoc_malloc(sizeof(*req) + sz + 1);
613 req->tok = tok;
614 memcpy(req->name, roff_name[tok], sz + 1);
615 slot = ohash_qlookup(htab, req->name);
616 ohash_insert(htab, slot, req);
624 struct roffreq *req; local
629 for (req = ohash_first(htab, &slot); req !
639 struct roffreq *req; local
[all...]
/freebsd-11-stable/contrib/netbsd-tests/dev/scsipi/libscsitest/
H A Dscsitest.c101 scsipi_adapter_req_t req, void *arg)
109 if (req != ADAPTER_REQ_RUN_XFER)
100 scsitest_request(struct scsipi_channel *chan, scsipi_adapter_req_t req, void *arg) argument
/freebsd-11-stable/contrib/ntp/lib/isc/unix/
H A Difiter_ioctl.c114 isc_ioctl(int fildes, int req, char *arg);
117 isc_ioctl(int fildes, int req, char *arg) { argument
122 if ((ret = ioctl(fildes, req, arg)) < 0) {
/freebsd-11-stable/contrib/ntp/libntp/
H A Dntp_intres.c307 blocking_pipe_header * req
325 gai_req = (void *)((char *)req + sizeof(*req));
450 if (queue_blocking_response(c, resp, resp_octets, req)) {
696 blocking_pipe_header * req
711 gni_req = (void *)((char *)req + sizeof(*req));
799 rc = queue_blocking_response(c, resp, resp_octets, req);
H A Dntp_worker.c163 void * req,
209 return send_blocking_req_internal(c, &req_hdr, req);
217 const blocking_pipe_header * req
222 resp->rtype = req->rtype;
223 resp->context = req->context;
224 resp->done_func = req->done_func;
302 blocking_pipe_header *req; local
306 req = receive_blocking_req_internal(c);
307 if (NULL == req) {
312 DEBUG_REQUIRE(BLOCKING_REQ_MAGIC == req
161 queue_blocking_request( blocking_work_req rtype, void * req, size_t reqsize, blocking_work_callback done_func, void * context ) argument
[all...]
H A Dwork_thread.c328 blocking_pipe_header * req; local
331 req = NULL;
345 req = c->workitems[qtail];
347 } while (NULL == req);
351 } while (NULL == req);
353 INSIST(NULL != req);
354 if (CHILD_EXIT_REQ == req) { /* idled out */
356 req = NULL;
359 return req;
/freebsd-11-stable/contrib/ntp/scripts/monitoring/
H A Dntptrap198 ($addr,$assoc,$op) = unpack("a4SC",($req = shift(@Requests)));
202 &set_timeout("retry-".unpack("H*",$req),time+$BASE_TIMEOUT,
203 sprintf("&retry(\"%s\");",unpack("H*",$req)));
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Devdns.c131 #define ASSERT_VALID_REQUEST(req) \
132 EVUTIL_ASSERT((req)->handle && (req)->handle->current_req == (req))
306 * Each inflight request req is in req_heads[req->trans_id % n_req_heads].
393 static void evdns_request_insert(struct request *req, struct request **head);
394 static void evdns_request_remove(struct request *req, struct request **head);
397 static int evdns_request_transmit(struct request *req);
400 static int search_try_next(struct evdns_request *const req);
470 struct request *req = REQ_HEAD(base, trans_id); local
545 request_swap_ns(struct request *req, struct nameserver *ns) argument
559 struct request *req, *started_at; local
639 request_trans_id_set(struct request *const req, const u16 trans_id) argument
649 request_finished(struct request *const req, struct request **head, int free_handle) argument
715 request_reissue(struct request *req) argument
747 struct request *req; local
830 reply_schedule_callback(struct request *const req, u32 ttl, u32 err, struct reply *reply) argument
868 reply_handle(struct request *const req, u16 flags, u32 ttl, struct reply *reply) argument
1028 struct request *req = NULL; local
1438 struct server_request *req = port->pending_replies; local
1763 struct server_request *req = TO_SERVER_REQUEST(req_); local
1834 evdns_server_request_add_a_reply(struct evdns_server_request *req, const char *name, int n, const void *addrs, int ttl) argument
1843 evdns_server_request_add_aaaa_reply(struct evdns_server_request *req, const char *name, int n, const void *addrs, int ttl) argument
1852 evdns_server_request_add_ptr_reply(struct evdns_server_request *req, struct in_addr *in, const char *inaddr_name, const char *hostname, int ttl) argument
1876 evdns_server_request_add_cname_reply(struct evdns_server_request *req, const char *name, const char *cname, int ttl) argument
1887 struct server_request *req = TO_SERVER_REQUEST(exreq); local
1893 evdns_server_request_format_response(struct server_request *req, int err) argument
1993 struct server_request *req = TO_SERVER_REQUEST(req_); local
2048 server_request_free_answers(struct server_request *req) argument
2076 server_request_free(struct server_request *req) argument
2141 struct server_request *req = TO_SERVER_REQUEST(req_); local
2150 struct server_request *req = TO_SERVER_REQUEST(req_); local
2164 struct request *const req = (struct request *) arg; local
2207 evdns_request_transmit_to(struct request *req, struct nameserver *server) argument
2240 evdns_request_transmit(struct request *req) argument
2319 struct request *req; local
2354 struct request *const started_at = base->req_heads[i], *req = started_at; local
2430 struct request *req, *req_started_at; local
2685 evdns_request_remove(struct request *req, struct request **head) argument
2723 evdns_request_insert(struct request *req, struct request **head) argument
2760 struct request *const req = local
2826 request_submit(struct request *const req) argument
2849 struct request *req; local
2886 struct request *req; local
2925 struct request *req; local
2958 struct request *req; local
2994 struct request *req; local
3215 struct request *req; local
3242 struct request *const req = request_new(base, handle, type, name, flags, user_callback, user_arg); local
3256 struct request *req = handle->current_req; local
3388 struct request **old_heads = base->req_heads, **new_heads, *req; local
4386 struct getaddrinfo_subrequest *req = arg; local
[all...]
H A Devrpc-internal.h180 struct evhttp_request *req; member in struct:evrpc_request_wrapper
H A Devrpc.c189 struct evhttp_request *req, struct evbuffer *evbuf)
193 int res = hook->process(ctx, req, evbuf, hook->process_arg);
285 evrpc_request_cb(struct evhttp_request *req, void *arg) argument
291 if (req->type != EVHTTP_REQ_POST ||
292 evbuffer_get_length(req->input_buffer) <= 0)
299 rpc_state->http_req = req;
305 evrpc_hook_associate_meta_(&rpc_state->hook_meta, req->evcon);
311 rpc_state, req, req->input_buffer);
333 evhttp_send_error(req, HTTP_SERVUNAVAI
188 evrpc_process_hooks(struct evrpc_hook_list *head, void *ctx, struct evhttp_request *req, struct evbuffer *evbuf) argument
342 struct evhttp_request *req; local
405 struct evhttp_request *req; local
461 evrpc_get_request(struct evrpc_req_generic *req) argument
467 evrpc_get_reply(struct evrpc_req_generic *req) argument
476 struct evhttp_request *req; local
661 struct evhttp_request *req = NULL; local
721 struct evhttp_request *req = ctx->req; local
859 evrpc_reply_done(struct evhttp_request *req, void *arg) argument
916 struct evhttp_request *req = ctx->req; local
1032 struct evrpc_request_wrapper *req = ctx; local
1054 struct evrpc_request_wrapper *req = ctx; local
1074 struct evrpc_request_wrapper *req = ctx; local
[all...]
H A Dhttp-internal.h119 void (*cb)(struct evhttp_request *req, void *);
171 void (*gencb)(struct evhttp_request *req, void *);

Completed in 266 milliseconds

1234567891011>>