Searched refs:req (Results 176 - 200 of 1174) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/dev/hptiop/
H A Dhptiop.c83 u_int32_t req);
84 static void hptiop_request_callback_mv(struct hpt_iop_hba *hba, u_int64_t req);
86 u_int32_t req);
118 struct hpt_iop_request_ioctl_command *req,
121 struct hpt_iop_request_ioctl_command *req,
293 u_int32_t req=0; local
297 req = BUS_SPACE_RD4_ITL(inbound_queue);
298 if (req != IOPMU_QUEUE_EMPTY)
303 if (req!=IOPMU_QUEUE_EMPTY) {
304 BUS_SPACE_WRT4_ITL(outbound_queue, req);
333 struct hpt_iop_request_scsi_command *req=NULL; local
468 u_int32_t req, temp; local
535 struct hpt_iop_request_scsi_command *req; local
609 struct hpt_iop_request_ioctl_command *req = hba->ctlcfg_ptr; local
630 struct hpt_iop_request_scsi_command *req; local
731 u_int64_t req; local
833 hptiop_send_sync_request_mv(struct hpt_iop_hba *hba, void *req, u_int32_t millisec) argument
857 hptiop_send_sync_request_mvfrey(struct hpt_iop_hba *hba, void *req, u_int32_t millisec) argument
953 struct hpt_iop_request_get_config *req; local
1037 struct hpt_iop_request_set_config *req; local
1064 struct hpt_iop_request_set_config *req; local
1091 struct hpt_iop_request_ioctl_command req; local
1220 hptiop_post_ioctl_command_mv(struct hpt_iop_hba *hba, struct hpt_iop_request_ioctl_command *req, struct hpt_iop_ioctl_param *pParams) argument
1262 struct hpt_iop_request_ioctl_command *req; local
1300 hptiop_post_ioctl_command_mvfrey(struct hpt_iop_hba *hba, struct hpt_iop_request_ioctl_command *req, struct hpt_iop_ioctl_param *pParams) argument
1359 struct hpt_iop_request_ioctl_command *req; local
2406 struct hpt_iop_request_scsi_command req; local
2456 struct hpt_iop_request_scsi_command *req; local
2520 struct hpt_iop_request_scsi_command *req; local
2574 struct hpt_iop_request_scsi_command *req; local
[all...]
/freebsd-11-stable/sys/geom/part/
H A Dg_part.c502 g_part_parm_geom(struct gctl_req *req, const char *name, struct g_geom **v) argument
507 gname = gctl_get_asciiparam(req, name);
514 gctl_error(req, "%d %s '%s'", EINVAL, name, gname);
522 g_part_parm_provider(struct gctl_req *req, const char *name, argument
528 pname = gctl_get_asciiparam(req, name);
535 gctl_error(req, "%d %s '%s'", EINVAL, name, pname);
543 g_part_parm_quad(struct gctl_req *req, const char *name, quad_t *v) argument
549 p = gctl_get_asciiparam(req, name);
554 gctl_error(req, "%d %s '%s'", EINVAL, name, p);
562 g_part_parm_scheme(struct gctl_req *req, cons argument
586 g_part_parm_str(struct gctl_req *req, const char *name, const char **v) argument
603 g_part_parm_intmax(struct gctl_req *req, const char *name, u_int *v) argument
620 g_part_parm_uint32(struct gctl_req *req, const char *name, u_int *v) argument
637 g_part_parm_bootcode(struct gctl_req *req, const char *name, const void **v, unsigned int *s) argument
698 g_part_ctl_add(struct gctl_req *req, struct g_part_parms *gpp) argument
813 g_part_ctl_bootcode(struct gctl_req *req, struct g_part_parms *gpp) argument
855 g_part_ctl_commit(struct gctl_req *req, struct g_part_parms *gpp) argument
943 g_part_ctl_create(struct gctl_req *req, struct g_part_parms *gpp) argument
1071 g_part_ctl_delete(struct gctl_req *req, struct g_part_parms *gpp) argument
1131 g_part_ctl_destroy(struct gctl_req *req, struct g_part_parms *gpp) argument
1214 g_part_ctl_modify(struct gctl_req *req, struct g_part_parms *gpp) argument
1261 g_part_ctl_move(struct gctl_req *req, struct g_part_parms *gpp) argument
1268 g_part_ctl_recover(struct gctl_req *req, struct g_part_parms *gpp) argument
1309 g_part_ctl_resize(struct gctl_req *req, struct g_part_parms *gpp) argument
1399 g_part_ctl_setunset(struct gctl_req *req, struct g_part_parms *gpp, unsigned int set) argument
1453 g_part_ctl_undo(struct gctl_req *req, struct g_part_parms *gpp) argument
1574 g_part_ctlreq(struct gctl_req *req, struct g_class *mp, const char *verb) argument
1912 g_part_destroy_geom(struct gctl_req *req, struct g_class *mp, struct g_geom *gp) argument
[all...]
/freebsd-11-stable/contrib/unbound/services/
H A Dlisten_dnsport.c1723 struct tcp_req_info* req = (struct tcp_req_info*)malloc(sizeof(*req)); local
1724 if(!req) {
1728 memset(req, 0, sizeof(*req));
1729 req->spool_buffer = spoolbuf;
1730 return req;
1734 tcp_req_info_delete(struct tcp_req_info* req) argument
1736 if(!req) return;
1737 tcp_req_info_clear(req);
1744 tcp_req_info_clear(struct tcp_req_info* req) argument
1779 tcp_req_info_remove_mesh_state(struct tcp_req_info* req, struct mesh_state* m) argument
1805 tcp_req_info_setup_listen(struct tcp_req_info* req) argument
1844 tcp_req_info_pop_done(struct tcp_req_info* req) argument
1859 tcp_req_info_start_write_buf(struct tcp_req_info* req, uint8_t* buf, size_t len) argument
1871 tcp_req_pickup_next_result(struct tcp_req_info* req) argument
1884 tcp_req_info_handle_read_close(struct tcp_req_info* req) argument
1905 tcp_req_info_handle_writedone(struct tcp_req_info* req) argument
1925 tcp_req_info_handle_readdone(struct tcp_req_info* req) argument
1977 tcp_req_info_add_meshstate(struct tcp_req_info* req, struct mesh_area* mesh, struct mesh_state* m) argument
1994 tcp_req_info_add_result(struct tcp_req_info* req, uint8_t* buf, size_t len) argument
2039 tcp_req_info_send_reply(struct tcp_req_info* req) argument
[all...]
/freebsd-11-stable/sys/dev/acpica/
H A Dacpi_pci_link.c171 struct link_count_request *req; local
173 req = (struct link_count_request *)context;
176 switch (req->in_dpf) {
179 req->in_dpf = DPF_FIRST;
183 req->in_dpf = DPF_IGNORE;
189 KASSERT(req->in_dpf != DPF_OUTSIDE,
191 req->in_dpf = DPF_OUTSIDE;
199 if (req->in_dpf != DPF_IGNORE)
200 req->count++;
208 struct link_res_request *req; local
274 struct link_res_request *req; local
[all...]
/freebsd-11-stable/sys/dev/mpt/
H A Dmpt_raid.c74 #define REQ_TO_RAID_ACTION_RESULT(req) ((struct mpt_raid_action_result *) \
75 (((MSG_RAID_ACTION_REQUEST *)(req->req_vbuf)) + 1))
77 #define REQ_IOCSTATUS(req) ((req)->IOCStatus & MPI_IOCSTATUS_MASK)
103 static int mpt_raid_reply_frame_handler(struct mpt_softc *mpt, request_t *req,
127 struct mpt_raid_volume *vol, struct mpt_raid_disk *disk, request_t *req,
370 mpt_raid_event(struct mpt_softc *mpt, request_t *req, argument
516 mpt_raid_reply_handler(struct mpt_softc *mpt, request_t *req, argument
521 if (req == NULL)
526 free_req = mpt_raid_reply_frame_handler(mpt, req, reply_fram
551 mpt_raid_reply_frame_handler(struct mpt_softc *mpt, request_t *req, MSG_DEFAULT_REPLY *reply_frame) argument
583 mpt_issue_raid_req(struct mpt_softc *mpt, struct mpt_raid_volume *vol, struct mpt_raid_disk *disk, request_t *req, u_int Action, uint32_t ActionDataWord, bus_addr_t addr, bus_size_t len, int write, int wait) argument
897 request_t *req; local
980 request_t *req; local
1256 request_t *req; local
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dbench_http.c51 static void http_basic_cb(struct evhttp_request *req, void *arg);
57 http_basic_cb(struct evhttp_request *req, void *arg) argument
64 evhttp_send_reply(req, HTTP_OK, "Everything is fine", evb);
71 http_ref_cb(struct evhttp_request *req, void *arg) argument
78 evhttp_send_reply(req, HTTP_OK, "Everything is fine", evb);
/freebsd-11-stable/sys/dev/usb/net/
H A Dif_ipheth.c188 struct usb_device_request req; local
191 req.bmRequestType = UT_READ_VENDOR_DEVICE;
192 req.bRequest = IPHETH_CMD_GET_MACADDR;
193 req.wValue[0] = 0;
194 req.wValue[1] = 0;
195 req.wIndex[0] = sc->sc_iface_no;
196 req.wIndex[1] = 0;
197 req.wLength[0] = ETHER_ADDR_LEN;
198 req.wLength[1] = 0;
200 error = usbd_do_request(sc->sc_ue.ue_udev, NULL, &req, s
315 struct usb_device_request req; local
[all...]
H A Dif_udav.c323 struct usb_device_request req;
327 req.bmRequestType = UT_READ_VENDOR_DEVICE;
328 req.bRequest = UDAV_REQ_MEM_READ;
329 USETW(req.wValue, 0x0000);
330 USETW(req.wIndex, offset);
331 USETW(req.wLength, len);
333 return (uether_do_request(&sc->sc_ue, &req, buf, 1000));
340 struct usb_device_request req;
344 req.bmRequestType = UT_WRITE_VENDOR_DEVICE;
345 req
372 struct usb_device_request req; local
388 struct usb_device_request req; local
415 struct usb_device_request req; local
[all...]
H A Dif_cdce.c328 struct usb_device_request req; local
345 req.bmRequestType = UT_READ_CLASS_INTERFACE;
346 req.bRequest = UCDC_NCM_GET_NTB_PARAMETERS;
347 USETW(req.wValue, 0);
348 req.wIndex[0] = sc->sc_ifaces_index[1];
349 req.wIndex[1] = 0;
350 USETW(req.wLength, sizeof(temp));
352 err = usbd_do_request_flags(sc->sc_ue.ue_udev, NULL, &req,
447 req.bmRequestType = UT_WRITE_CLASS_INTERFACE;
448 req
1087 struct usb_cdc_notification req; local
1175 const struct usb_device_request *req = preq; local
[all...]
/freebsd-11-stable/contrib/unbound/smallapp/
H A Dunbound-control-setup.sh.in123 [req]
141 openssl req \
161 [req]
182 openssl req \
187 -req \
/freebsd-11-stable/contrib/ntp/sntp/libevent/include/event2/
H A Ddns.h414 @param req the evdns_request that was returned by calling a resolve function
418 void evdns_cancel_request(struct evdns_base *base, struct evdns_request *req);
583 @param req A newly received request
630 void evdns_server_request_set_flags(struct evdns_server_request *req, int flags);
635 int evdns_server_request_add_reply(struct evdns_server_request *req, int section, const char *name, int type, int dns_class, int ttl, int datalen, int is_name, const char *data);
637 int evdns_server_request_add_a_reply(struct evdns_server_request *req, const char *name, int n, const void *addrs, int ttl);
639 int evdns_server_request_add_aaaa_reply(struct evdns_server_request *req, const char *name, int n, const void *addrs, int ttl);
641 int evdns_server_request_add_ptr_reply(struct evdns_server_request *req, struct in_addr *in, const char *inaddr_name, const char *hostname, int ttl);
643 int evdns_server_request_add_cname_reply(struct evdns_server_request *req, const char *name, const char *cname, int ttl);
649 int evdns_server_request_respond(struct evdns_server_request *req, in
[all...]
/freebsd-11-stable/sbin/geom/core/
H A Dgeom.c73 static void std_help(struct gctl_req *req, unsigned flags);
74 static void std_list(struct gctl_req *req, unsigned flags);
75 static void std_status(struct gctl_req *req, unsigned flags);
76 static void std_load(struct gctl_req *req, unsigned flags);
77 static void std_unload(struct gctl_req *req, unsigned flags);
243 set_option(struct gctl_req *req, struct g_option *opt, const char *val) argument
280 gctl_ro_param(req, optname, sizeof(intmax_t), opt->go_val);
282 gctl_ro_param(req, optname, -1, val);
289 gctl_ro_param(req, optname, sizeof(int), opt->go_val);
304 parse_arguments(struct g_command *cmd, struct gctl_req *req, in argument
449 struct gctl_req *req; local
795 std_list(struct gctl_req *req, unsigned flags __unused) argument
1002 std_status(struct gctl_req *req, unsigned flags __unused) argument
1151 std_unload(struct gctl_req *req, unsigned flags __unused) argument
[all...]
/freebsd-11-stable/sys/dev/sfxge/common/
H A Dmedford_nic.c45 efx_mcdi_req_t req; local
51 req.emr_cmd = MC_CMD_GET_RXDP_CONFIG;
52 req.emr_in_buf = payload;
53 req.emr_in_length = MC_CMD_GET_RXDP_CONFIG_IN_LEN;
54 req.emr_out_buf = payload;
55 req.emr_out_length = MC_CMD_GET_RXDP_CONFIG_OUT_LEN;
57 efx_mcdi_execute(enp, &req);
58 if (req.emr_rc != 0) {
59 rc = req.emr_rc;
63 if (MCDI_OUT_DWORD_FIELD(req, GET_RXDP_CONFIG_OUT_DAT
[all...]
H A Def10_tx.c60 efx_mcdi_req_t req; local
78 req.emr_cmd = MC_CMD_INIT_TXQ;
79 req.emr_in_buf = payload;
80 req.emr_in_length = MC_CMD_INIT_TXQ_IN_LEN(npages);
81 req.emr_out_buf = payload;
82 req.emr_out_length = MC_CMD_INIT_TXQ_OUT_LEN;
84 MCDI_IN_SET_DWORD(req, INIT_TXQ_IN_SIZE, size);
85 MCDI_IN_SET_DWORD(req, INIT_TXQ_IN_TARGET_EVQ, target_evq);
86 MCDI_IN_SET_DWORD(req, INIT_TXQ_IN_LABEL, label);
87 MCDI_IN_SET_DWORD(req, INIT_TXQ_IN_INSTANC
141 efx_mcdi_req_t req; local
[all...]
/freebsd-11-stable/sys/dev/usb/serial/
H A Duftdi.c1357 struct usb_device_request req; local
1363 req.bmRequestType = UT_WRITE_VENDOR_DEVICE;
1364 req.bRequest = FTDI_SIO_MODEM_CTRL;
1365 USETW(req.wValue, wValue);
1366 USETW(req.wIndex, wIndex);
1367 USETW(req.wLength, 0);
1369 &req, NULL, 0, 1000);
1378 struct usb_device_request req; local
1384 req.bmRequestType = UT_WRITE_VENDOR_DEVICE;
1385 req
1399 struct usb_device_request req; local
1638 struct usb_device_request req; local
1688 usb_device_request_t req; local
1706 usb_device_request_t req; local
1733 usb_device_request_t req; local
1752 usb_device_request_t req; local
1773 usb_device_request_t req; local
1796 usb_device_request_t req; local
1817 usb_device_request_t req; local
1838 usb_device_request_t req; local
1868 usb_device_request_t req; local
1897 usb_device_request_t req; local
[all...]
H A Dulpt.c168 struct usb_device_request req; local
172 req.bRequest = UR_SOFT_RESET;
173 USETW(req.wValue, 0);
174 USETW(req.wIndex, sc->sc_iface_no);
175 USETW(req.wLength, 0);
185 req.bmRequestType = UT_WRITE_CLASS_OTHER;
187 &req, NULL, 0, NULL, 2 * USB_MS_HZ)) { /* 1.0 */
188 req.bmRequestType = UT_WRITE_CLASS_INTERFACE;
190 &req, NULL, 0, NULL, 2 * USB_MS_HZ)) { /* 1.1 */
300 struct usb_device_request req; local
[all...]
H A Ducycom.c371 struct usb_device_request req; local
400 req.bmRequestType = UT_WRITE_CLASS_INTERFACE;
401 req.bRequest = UR_SET_REPORT;
402 USETW2(req.wValue, UHID_OUTPUT_REPORT, sc->sc_oid);
403 req.wIndex[0] = sc->sc_iface_no;
404 req.wIndex[1] = 0;
405 USETW(req.wLength, sc->sc_olen);
419 usbd_copy_in(pc0, 0, &req, sizeof(req));
422 usbd_xfer_set_frame_len(xfer, 0, sizeof(req));
442 struct usb_device_request req; local
[all...]
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_l2t.c157 struct cpl_l2t_write_req *req; local
166 req = start_wrq_wr(wrq, howmany(sizeof(*req), 16), &cookie);
167 if (req == NULL)
171 INIT_TP_WR(req, 0);
172 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_L2T_WRITE_REQ, idx |
174 req->params = htons(V_L2T_W_PORT(e->lport) | V_L2T_W_NOREPLY(!sync));
175 req->l2t_idx = htons(idx);
176 req->vlan = htons(e->vlan);
177 memcpy(req
[all...]
/freebsd-11-stable/sys/net/
H A Dif_spppfr.c160 static void sppp_fr_arp (struct sppp *sp, struct arp_req *req, u_short addr);
403 static void sppp_fr_arp (struct sppp *sp, struct arp_req *req, argument
413 if ((ntohs (req->htype) != ARPHRD_FRELAY ||
414 ntohs (req->htype) != 16) || /* for BayNetworks routers */
415 ntohs (req->ptype) != ETHERTYPE_IP) {
419 ntohs (req->htype), ntohs (req->ptype));
422 if (req->halen != 2 || req->palen != 4) {
426 req
[all...]
/freebsd-11-stable/contrib/wpa/src/eap_server/
H A Deap_server_mschapv2.c100 struct wpabuf *req; local
113 req = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_MSCHAPV2, ms_len,
115 if (req == NULL) {
122 ms = wpabuf_put(req, sizeof(*ms));
127 wpabuf_put_u8(req, CHALLENGE_LEN);
129 wpabuf_put_data(req, data->auth_challenge, CHALLENGE_LEN);
131 wpabuf_put(req, CHALLENGE_LEN);
134 wpabuf_put_data(req, sm->server_id, sm->server_id_len);
136 return req;
143 struct wpabuf *req; local
187 struct wpabuf *req; local
[all...]
/freebsd-11-stable/crypto/openssl/apps/
H A Docsp.c100 static int add_ocsp_cert(OCSP_REQUEST **req, X509 *cert,
103 static int add_ocsp_serial(OCSP_REQUEST **req, char *serial,
106 static int print_ocsp_summary(BIO *out, OCSP_BASICRESP *bs, OCSP_REQUEST *req,
111 static int make_ocsp_response(OCSP_RESPONSE **resp, OCSP_REQUEST *req,
124 OCSP_REQUEST *req, int req_timeout);
144 OCSP_REQUEST *req = NULL; local
398 if (!add_ocsp_cert(&req, cert, cert_id_md, issuer, ids))
409 if (!add_ocsp_serial(&req, *args, cert_id_md, issuer, ids))
493 if (!req && !reqin && !respin && !(port && ridx_filename))
601 if (!req
898 add_ocsp_cert(OCSP_REQUEST **req, X509 *cert, const EVP_MD *cert_id_md, X509 *issuer, STACK_OF(OCSP_CERTID) *ids) argument
923 add_ocsp_serial(OCSP_REQUEST **req, char *serial, const EVP_MD *cert_id_md, X509 *issuer, STACK_OF(OCSP_CERTID) *ids) argument
959 print_ocsp_summary(BIO *out, OCSP_BASICRESP *bs, OCSP_REQUEST *req, STACK_OF(OPENSSL_STRING) *names, STACK_OF(OCSP_CERTID) *ids, long nsec, long maxage) argument
1021 make_ocsp_response(OCSP_RESPONSE **resp, OCSP_REQUEST *req, CA_DB *db, X509 *ca, X509 *rcert, EVP_PKEY *rkey, const EVP_MD *rmd, STACK_OF(X509) *rother, unsigned long flags, int nmin, int ndays, int badsig) argument
1183 OCSP_REQUEST *req = NULL; local
1241 query_responder(BIO *err, BIO *cbio, const char *path, const STACK_OF(CONF_VALUE) *headers, OCSP_REQUEST *req, int req_timeout) argument
1328 process_responder(BIO *err, OCSP_REQUEST *req, const char *host, const char *path, const char *port, int use_ssl, const STACK_OF(CONF_VALUE) *headers, int req_timeout) argument
[all...]
/freebsd-11-stable/usr.sbin/ypldap/
H A Dyp.c138 yp_dispatch(struct svc_req *req, SVCXPRT *trans) argument
160 switch (req->rq_proc) {
164 if (yp_check(req) == -1)
174 if (yp_check(req) == -1)
181 if (yp_check(req) == -1)
188 if (yp_check(req) == -1)
195 if (yp_check(req) == -1)
202 if (yp_check(req) == -1)
207 if (yp_check(req) == -1)
213 if (yp_check(req)
269 yp_check(struct svc_req *req) argument
295 ypproc_domain_2_svc(domainname *arg, struct svc_req *req) argument
306 ypproc_domain_nonack_2_svc(domainname *arg, struct svc_req *req) argument
317 ypproc_match_2_svc(ypreq_key *arg, struct svc_req *req) argument
452 ypproc_first_2_svc(ypreq_nokey *arg, struct svc_req *req) argument
479 ypproc_next_2_svc(ypreq_key *arg, struct svc_req *req) argument
571 ypproc_all_2_svc(ypreq_nokey *arg, struct svc_req *req) argument
583 ypproc_master_2_svc(ypreq_nokey *arg, struct svc_req *req) argument
602 ypproc_maplist_2_svc(domainname *arg, struct svc_req *req) argument
[all...]
/freebsd-11-stable/sys/dev/twa/
H A Dtw_cl_init.c255 struct tw_cli_req_context *req; local
342 req = &(ctlr->req_ctxt_buf[i]);
344 req->cmd_pkt = &(ctlr->cmd_pkt_buf[i]);
345 req->cmd_pkt_phys = ctlr->cmd_pkt_phys +
348 req->request_id = i;
349 req->ctlr = ctlr;
352 tw_cli_req_q_insert_tail(req, TW_CLI_FREE_Q);
637 struct tw_cli_req_context *req; local
644 if ((req = tw_cli_get_request(ctlr
648 req
[all...]
/freebsd-11-stable/sys/kern/
H A Dsubr_kdb.c135 sbuf_new_for_sysctl(&sbuf, NULL, 64, req);
155 error = sysctl_handle_string(oidp, buf, sizeof(buf), req);
156 if (error != 0 || req->newptr == NULL)
168 error = sysctl_wire_old_buffer(req, sizeof(int));
171 error = sysctl_handle_int(oidp, &i, 0, req);
173 if (error != 0 || req->newptr == NULL)
186 error = sysctl_wire_old_buffer(req, sizeof(int));
189 error = sysctl_handle_int(oidp, &i, 0, req);
191 if (error != 0 || req->newptr == NULL)
203 error = sysctl_wire_old_buffer(req, sizeo
[all...]
/freebsd-11-stable/sys/nfs/
H A Dnfs_fha.c119 fha_extract_info(struct svc_req *req, struct fha_info *i, argument
126 int v3 = (req->rq_vers == 3);
144 procnum = req->rq_proc;
166 error = cb->realign(&req->rq_args, M_NOWAIT);
169 md = req->rq_args;
379 fha_assign(SVCTHREAD *this_thread, struct svc_req *req, argument
396 if (req->rq_prog != NFS_PROG)
399 if (req->rq_vers != 2 && req->rq_vers != 3)
402 fha_extract_info(req,
442 fha_nd_complete(SVCTHREAD *thread, struct svc_req *req) argument
[all...]

Completed in 464 milliseconds

1234567891011>>