Searched refs:req (Results 276 - 300 of 936) sorted by relevance

<<11121314151617181920>>

/freebsd-9.3-release/sys/dev/usb/net/
H A Dif_usie.c230 struct usb_device_request req; local
252 req.bmRequestType = UT_VENDOR;
253 req.bRequest = UR_SET_INTERFACE;
254 USETW(req.wValue, UF_DEVICE_REMOTE_WAKEUP);
255 USETW(req.wIndex, UHF_PORT_CONNECTION);
256 USETW(req.wLength, 0);
259 err = usbd_do_request_flags(udev, NULL, &req,
292 struct usb_device_request req; local
314 req.bmRequestType = UT_WRITE_VENDOR_DEVICE;
315 req
518 struct usb_device_request req; local
712 struct usb_device_request req; member in struct:__anon9075
1059 struct usb_device_request req; local
1336 usie_do_request(struct usie_softc *sc, struct usb_device_request *req, void *data) argument
1361 struct usb_device_request req; local
[all...]
H A Dif_cdce.c300 struct usb_device_request req; local
317 req.bmRequestType = UT_READ_CLASS_INTERFACE;
318 req.bRequest = UCDC_NCM_GET_NTB_PARAMETERS;
319 USETW(req.wValue, 0);
320 req.wIndex[0] = sc->sc_ifaces_index[1];
321 req.wIndex[1] = 0;
322 USETW(req.wLength, sizeof(temp));
324 err = usbd_do_request_flags(sc->sc_ue.ue_udev, NULL, &req,
419 req.bmRequestType = UT_WRITE_CLASS_INTERFACE;
420 req
1033 cdce_handle_request(device_t dev, const void *req, void **pptr, uint16_t *plen, uint16_t offset, uint8_t *pstate) argument
[all...]
H A Duhso.c774 struct usb_device_request req; local
780 req.bmRequestType = UT_READ_VENDOR_DEVICE;
781 req.bRequest = 0x86;
782 USETW(req.wValue, 0);
783 USETW(req.wIndex, 0);
784 USETW(req.wLength, 17);
786 uerr = usbd_do_request_flags(udev, NULL, &req, buf,
962 struct usb_device_request req; local
965 req.bmRequestType = UT_VENDOR;
966 req
1149 struct usb_device_request req; local
1209 struct usb_device_request req; local
1356 struct usb_device_request req; local
[all...]
/freebsd-9.3-release/sys/dev/cxgb/ulp/tom/
H A Dcxgb_listen.c227 struct cpl_pass_open_req *req; local
230 m = M_GETHDR_OFLD(lctx->qset, CPL_PRIORITY_CONTROL, req);
234 req->wr.wrh_hi = htonl(V_WR_OP(FW_WROPCODE_FORWARD));
235 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_PASS_OPEN_REQ, lctx->stid));
236 req->local_port = inp->inp_lport;
237 memcpy(&req->local_ip, &inp->inp_laddr, 4);
238 req->peer_port = 0;
239 req->peer_ip = 0;
240 req->peer_netmask = 0;
241 req
254 struct cpl_close_listserv_req *req; local
490 const struct cpl_pass_accept_req *req = mtod(m, void *); local
1011 const struct cpl_abort_req_rss *req = mtod(m, void *); local
1098 struct cpl_abort_req *req; local
[all...]
H A Dcxgb_cpl_io.c331 struct cpl_close_con_req *req; local
336 m = M_GETHDR_OFLD(toep->tp_qset, CPL_PRIORITY_DATA, req);
340 req->wr.wrh_hi = htonl(V_WR_OP(FW_WROPCODE_OFLD_CLOSE_CON));
341 req->wr.wrh_lo = htonl(V_WR_TID(toep->tp_tid));
342 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_CLOSE_CON_REQ, toep->tp_tid));
343 req->rsvd = 0;
350 make_tx_data_wr(struct socket *so, struct tx_data_wr *req, int len, argument
360 req->wr.wrh_hi = htonl(V_WR_OP(FW_WROPCODE_OFLD_TX_DATA));
361 req->wr.wrh_lo = htonl(V_WR_TID(toep->tp_tid));
363 req
571 struct cpl_rx_data_ack *req; local
1054 struct cpl_abort_req *req; local
1472 const struct cpl_abort_req_rss *req = mtod(m, void *); local
1651 struct cpl_act_establish *req = mtod(m, void *); local
[all...]
/freebsd-9.3-release/sys/dev/random/
H A Drandomdev_soft.h93 req); \
/freebsd-9.3-release/sys/dev/usb/input/
H A Duhid.c236 uhid_fill_set_report(struct usb_device_request *req, uint8_t iface_no, argument
239 req->bmRequestType = UT_WRITE_CLASS_INTERFACE;
240 req->bRequest = UR_SET_REPORT;
241 USETW2(req->wValue, type, id);
242 req->wIndex[0] = iface_no;
243 req->wIndex[1] = 0;
244 USETW(req->wLength, size);
248 uhid_fill_get_report(struct usb_device_request *req, uint8_t iface_no, argument
251 req->bmRequestType = UT_READ_CLASS_INTERFACE;
252 req
263 struct usb_device_request req; local
324 struct usb_device_request req; local
[all...]
/freebsd-9.3-release/usr.sbin/bsnmpd/tools/bsnmptools/
H A Dbsnmpget.c384 struct snmp_pdu req, resp; local
386 snmp_pdu_create(&req, GET_PDUTYPE(snmptoolctx));
389 snmptool_add_vbind, &req, SNMP_MAX_BINDINGS)) > 0) {
392 snmpget_fix_getbulk(&req, GET_MAXREP(snmptoolctx),
395 if (snmp_dialog(&req, &resp) == -1) {
400 if (snmp_parse_resp(&resp, &req) >= 0) {
421 snmp_pdu_create(&req, GET_PDUTYPE(snmptoolctx));
460 struct snmp_pdu req, resp; local
464 snmp_pdu_create(&req, SNMP_PDU_GETNEXT);
467 snmptool_add_vbind, &req,
1066 struct snmp_pdu req, resp; local
[all...]
/freebsd-9.3-release/usr.sbin/ppp/
H A Dauth.h38 auth_func req; member in struct:authinfo::__anon10973
/freebsd-9.3-release/sys/i386/linux/
H A Dlinux_ptrace.c258 int error, req; local
263 req = uap->req;
267 switch (req) {
272 error = kern_ptrace(td, req, pid, addr, uap->data);
278 error = kern_ptrace(td, req, pid, addr, 0);
291 error = kern_ptrace(td, req, pid, (void *)1,
392 if (req == PTRACE_GETFPXREGS) {
437 if (req == PTRACE_PEEKUSR) {
461 if (req
[all...]
/freebsd-9.3-release/crypto/openssl/test/
H A DP1ss.cnf9 [ req ]
H A Dtestss4 reqcmd="../util/shlib_wrap.sh ../apps/openssl req"
33 echo "make a certificate request using 'req'"
45 echo "error using 'req' to generate a certificate request"
50 $x509cmd -CAcreateserial -in $CAreq -days 30 -req -out $CAcert -signkey $CAkey -extfile $CAconf -extensions v3_ca >err.ss
83 echo "make a user certificate request using 'req'"
86 echo "error using 'req' to generate a user certificate request"
92 $x509cmd -CAcreateserial -in $Ureq -days 30 -req -out $Ucert -CA $CAcert -CAkey $CAkey -extfile $Uconf -extensions v3_ee >err.ss
104 echo "make a proxy certificate request using 'req'"
107 echo "error using 'req' to generate a proxy certificate request"
113 $x509cmd -CAcreateserial -in $P1req -days 30 -req
[all...]
/freebsd-9.3-release/sys/cam/ctl/
H A Dctl_ha.h215 ctl_dt_req_free(struct ctl_ha_dt_req *req) argument
224 ctl_dt_single(struct ctl_ha_dt_req *req) argument
/freebsd-9.3-release/sys/dev/drm/
H A Dsis_mm.c95 struct sis_memreq req; local
98 req.size = fb->size;
99 sis_malloc(&req);
100 if (req.offset) {
102 fb->offset = req.offset;
103 fb->free = req.offset;
106 sis_free(req.offset);
115 DRM_DEBUG("alloc fb, size = %d, offset = %ld\n", fb->size, req.offset);
/freebsd-9.3-release/sys/i386/i386/
H A Dmp_clock.c74 error = sysctl_handle_int(oidp, &freq, 0, req);
75 if (error == 0 && req->newptr != NULL) {
/freebsd-9.3-release/sys/kern/
H A Dkern_poll.c116 error = sysctl_handle_int(oidp, &val, 0, req);
117 if (error || !req->newptr )
140 error = sysctl_handle_int(oidp, &val, 0, req);
141 if (error || !req->newptr )
170 error = sysctl_handle_int(oidp, &val, 0, req);
171 if (error || !req->newptr )
193 error = sysctl_handle_int(oidp, &val, 0, req);
194 if (error || !req->newptr )
H A Dkern_clock.c110 if (req->flags & SCTL_MASK32) {
111 if (!req->oldptr)
112 return SYSCTL_OUT(req, 0, sizeof(cp_time32));
115 error = SYSCTL_OUT(req, cp_time32, sizeof(cp_time32));
119 if (!req->oldptr)
120 return SYSCTL_OUT(req, 0, sizeof(cp_time));
121 error = SYSCTL_OUT(req, cp_time, sizeof(cp_time));
143 if (!req->oldptr) {
145 if (req->flags & SCTL_MASK32)
146 return SYSCTL_OUT(req,
[all...]
/freebsd-9.3-release/usr.sbin/flowctl/
H A Dflowctl.c209 struct ngnf_show_header req, *resp; local
214 req.version = version;
215 req.hash_id = req.list_id = 0;
220 NGM_NETFLOW_SHOW, (void *)&req, sizeof(req));
241 req.hash_id = resp->hash_id;
244 req.list_id = resp->list_id;
/freebsd-9.3-release/crypto/heimdal/tests/plugin/
H A Dcheck-pac.in117 ../kdc/ap-req --verify-pac ${server}@${R} ${keytab} ${cache} || \
127 ../kdc/ap-req --verify-pac ${server}@${R} ${keytab} ${cache} || \
137 ../kdc/ap-req --verify-pac ${server}@${R} ${keytab} ${cache} 2> /dev/null && \
/freebsd-9.3-release/sys/ia64/ia64/
H A Dmca.c87 error = sysctl_wire_old_buffer(req, sizeof(u_int));
89 error = sysctl_handle_int(oidp, &val, 0, req);
91 if (error != 0 || req->newptr == NULL)
115 error = SYSCTL_OUT(req, arg1, arg2);
117 if (error || !req->newptr)
120 error = SYSCTL_IN(req, arg1, arg2);
/freebsd-9.3-release/crypto/openssl/crypto/ocsp/
H A Docsp_srv.c74 int OCSP_request_onereq_count(OCSP_REQUEST *req) argument
76 return sk_OCSP_ONEREQ_num(req->tbsRequest->requestList);
79 OCSP_ONEREQ *OCSP_request_onereq_get0(OCSP_REQUEST *req, int i) argument
81 return sk_OCSP_ONEREQ_value(req->tbsRequest->requestList, i);
106 int OCSP_request_is_signed(OCSP_REQUEST *req) argument
108 if (req->optionalSignature)
/freebsd-9.3-release/sys/dev/usb/serial/
H A Duipaq.c1116 struct usb_device_request req; local
1134 req.bmRequestType = UT_WRITE_CLASS_INTERFACE;
1135 req.bRequest = UCDC_SET_CONTROL_LINE_STATE;
1136 USETW(req.wValue, UCDC_LINE_DTR);
1137 USETW(req.wIndex, 0x0);
1138 USETW(req.wLength, 0);
1141 usbd_do_request_flags(uaa->device, NULL, &req,
1246 struct usb_device_request req; local
1255 req.bmRequestType = UT_WRITE_CLASS_INTERFACE;
1256 req
1270 struct usb_device_request req; local
1294 struct usb_device_request req; local
[all...]
/freebsd-9.3-release/sys/geom/raid/
H A Dmd_intel.c1577 struct gctl_req *req)
1599 verb = gctl_get_param(req, "verb", NULL);
1600 nargs = gctl_get_paraml(req, "nargs", sizeof(*nargs));
1605 gctl_error(req, "Invalid number of arguments.");
1608 volname = gctl_get_asciiparam(req, "arg1");
1610 gctl_error(req, "No volume name.");
1613 levelname = gctl_get_asciiparam(req, "arg2");
1615 gctl_error(req, "No RAID level.");
1621 gctl_error(req, "Unknown RAID level '%s'.", levelname);
1625 force = gctl_get_paraml(req, "forc
1576 g_raid_md_ctl_intel(struct g_raid_md_object *md, struct gctl_req *req) argument
[all...]
/freebsd-9.3-release/contrib/wpa/src/eap_server/
H A Deap_server_ikev2.c138 struct wpabuf *req; local
173 req = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_IKEV2, plen,
175 if (req == NULL)
178 wpabuf_put_u8(req, flags); /* Flags */
180 wpabuf_put_be32(req, wpabuf_len(data->out_buf));
182 wpabuf_put_data(req, wpabuf_head_u8(data->out_buf) + data->out_used,
187 const u8 *msg = wpabuf_head(req);
188 size_t len = wpabuf_len(req);
192 msg, len, wpabuf_put(req, icv_len));
210 return req;
[all...]
/freebsd-9.3-release/sys/netinet/cc/
H A Dcc_chd.c422 error = sysctl_handle_int(oidp, &new, 0, req);
423 if (error == 0 && req->newptr != NULL) {
424 if (CAST_PTR_INT(req->newptr) > 1)
440 error = sysctl_handle_int(oidp, &new, 0, req);
441 if (error == 0 && req->newptr != NULL) {
442 if (CAST_PTR_INT(req->newptr) == 0 ||
443 CAST_PTR_INT(req->newptr) > 100)
459 error = sysctl_handle_int(oidp, &new, 0, req);
460 if (error == 0 && req->newptr != NULL) {
461 if (CAST_PTR_INT(req
[all...]

Completed in 156 milliseconds

<<11121314151617181920>>