Searched refs:resp (Results 226 - 250 of 313) sorted by relevance

1234567891011>>

/freebsd-11.0-release/sys/arm/amlogic/aml8726/
H A Daml8726_mmc.c444 uint32_t resp; local
502 resp = CSR_READ_4(sc, AML_MMC_CMD_ARGUMENT_REG);
503 sc->cmd->resp[3 - i] = (resp << 8) |
505 previous_byte = (resp >> 24) & 0xff;
508 sc->cmd->resp[0] = CSR_READ_4(sc,
/freebsd-11.0-release/sys/arm/lpc/
H A Dlpc_mmc.c326 cmd->resp[0] = lpc_mmc_read_4(sc, LPC_SD_RESP0);
336 cmd->resp[0] = lpc_mmc_read_4(sc, LPC_SD_RESP0);
356 cmd->resp[3] = lpc_mmc_read_4(sc, LPC_SD_RESP3);
357 cmd->resp[2] = lpc_mmc_read_4(sc, LPC_SD_RESP2);
358 cmd->resp[1] = lpc_mmc_read_4(sc, LPC_SD_RESP1);
361 cmd->resp[0] = lpc_mmc_read_4(sc, LPC_SD_RESP0);
/freebsd-11.0-release/usr.sbin/ppp/
H A Dchap.c855 struct MSCHAPv2_resp *resp = (struct MSCHAPv2_resp *)(ans + 1); local
857 chap->challenge.peer[0] = sizeof resp->PeerChallenge;
858 memcpy(chap->challenge.peer + 1, resp->PeerChallenge,
859 sizeof resp->PeerChallenge);
875 struct MSCHAPv2_resp *resp = (struct MSCHAPv2_resp *)(ans + 1); local
879 resp->Flags = '\0'; /* rfc2759 says it *MUST* be zero */
/freebsd-11.0-release/sys/dev/ce/
H A Dif_ce.c2273 struct ng_mesg *resp = NULL; local
2302 NG_MKRESPONSE (resp, msg, dl, M_NOWAIT);
2303 if (! resp) {
2308 resp = malloc (M_NETGRAPH, M_NOWAIT);
2309 if (! resp) {
2313 bzero (resp, dl);
2315 s = (resp)->data;
2324 (resp)->header.version = NG_VERSION;
2325 (resp)->header.arglen = strlen (s) + 1;
2326 (resp)
[all...]
/freebsd-11.0-release/contrib/wpa/wpa_supplicant/
H A Dsme.c207 struct wpabuf *resp = NULL; local
497 resp = sme_auth_build_sae_commit(wpa_s, ssid,
500 resp = sme_auth_build_sae_confirm(wpa_s);
501 if (resp == NULL) {
505 params.sae_data = wpabuf_head(resp);
506 params.sae_data_len = wpabuf_len(resp);
545 wpabuf_free(resp);
556 wpabuf_free(resp);
568 wpabuf_free(resp);
581 wpabuf_free(resp);
[all...]
/freebsd-11.0-release/sys/netgraph/
H A Dng_ppp.c584 struct ng_mesg *resp = NULL; local
616 NG_MKRESPONSE(resp, msg, sizeof(*conf), M_NOWAIT);
617 if (resp == NULL)
619 conf = (struct ng_ppp_node_conf *)resp->data;
630 NG_MKRESPONSE(resp, msg, sizeof(*info), M_NOWAIT);
631 if (resp == NULL)
633 info = (struct ng_ppp_mp_state *)resp->data;
665 NG_MKRESPONSE(resp, msg,
667 if (resp == NULL)
669 bcopy(stats, resp
[all...]
H A Dng_pppoe.c727 struct ng_mesg *resp = NULL; local
836 NG_MKRESPONSE(resp, msg, sizeof(*stats), M_NOWAIT);
837 if (!resp)
840 stats = (struct ngpppoestat *) resp->data;
986 NG_MKRESPONSE(resp, msg, len, M_NOWAIT);
987 if (resp == NULL)
990 s = (char *)resp->data;
1002 if (s != resp->data)
1047 NG_RESPOND_MSG(error, node, item, resp);
/freebsd-11.0-release/contrib/wpa/src/crypto/
H A Dtls_gnutls.c828 gnutls_ocsp_resp_t resp; local
864 if (gnutls_ocsp_resp_init(&resp) != GNUTLS_E_SUCCESS)
867 res = gnutls_ocsp_resp_import(resp, &response);
872 gnutls_ocsp_resp_deinit(resp);
876 res = gnutls_ocsp_resp_print(resp, GNUTLS_OCSP_PRINT_FULL, &buf);
882 res = gnutls_ocsp_resp_get_single(resp, 0, NULL, NULL, NULL,
885 gnutls_ocsp_resp_deinit(resp);
/freebsd-11.0-release/contrib/wpa/src/eap_peer/
H A Deap_sim.c184 char *resp, *pos; local
190 resp = conf->external_sim_resp;
193 if (os_strncmp(resp, "GSM-AUTH:", 9) != 0) {
195 os_free(resp);
199 pos = resp + 9;
225 os_free(resp);
230 os_free(resp);
/freebsd-11.0-release/contrib/wpa/src/p2p/
H A Dp2p_go_neg.c741 struct wpabuf *resp; local
1020 resp = p2p_build_go_neg_resp(p2p, dev, msg.dialog_token, status,
1023 if (resp == NULL)
1033 wpabuf_free(resp);
1055 wpabuf_head(resp), wpabuf_len(resp), 500) < 0) {
1059 wpabuf_free(resp);
H A Dp2p_pd.c437 struct wpabuf *resp; local
731 resp = p2p_build_prov_disc_resp(p2p, dev, msg.dialog_token, reject,
738 if (resp == NULL) {
750 wpabuf_free(resp);
757 wpabuf_head(resp), wpabuf_len(resp), 200) < 0) {
762 wpabuf_free(resp);
H A Dp2p.c2248 struct ieee80211_mgmt *resp; local
2395 resp = wpabuf_put(buf, offsetof(struct ieee80211_mgmt,
2398 resp->frame_control = host_to_le16((WLAN_FC_TYPE_MGMT << 2) |
2400 os_memcpy(resp->da, addr, ETH_ALEN);
2401 os_memcpy(resp->sa, p2p->cfg->dev_addr, ETH_ALEN);
2402 os_memcpy(resp->bssid, p2p->cfg->dev_addr, ETH_ALEN);
2403 resp->u.probe_resp.beacon_int = host_to_le16(100);
2405 resp->u.probe_resp.capab_info =
4349 struct wpabuf *resp; local
4352 resp
4377 struct wpabuf *resp; local
[all...]
/freebsd-11.0-release/sys/contrib/ngatm/netnatm/sig/
H A Dsig_call.c363 struct uni_all *resp; local
420 if ((resp = UNI_ALLOC()) != NULL) {
421 MK_MSG_RESP(resp, UNI_RELEASE_COMPL, &u->u.hdr.cref);
423 resp->u.release_compl.cause[0] = c->uni->cause;
424 uni_send_output(resp, c->uni);
425 UNI_FREE(resp);
2677 struct uni_all *resp; local
2706 if ((resp = UNI_ALLOC()) != NULL) {
2707 MK_MSG_RESP(resp, UNI_ADD_PARTY_REJ,
2709 MK_IE_EPREF(resp
3256 struct uni_all *resp; local
[all...]
H A Dsig_uni.c510 struct uni_msg *resp; local
516 resp = uni_msg_alloc(sizeof(struct uniapi_error));
517 err = uni_msg_wptr(resp, struct uniapi_error *);
518 resp->b_wptr += sizeof(struct uniapi_error);
523 uni->funcs->uni_output(uni, uni->arg, UNIAPI_ERROR, cookie, resp);
/freebsd-11.0-release/sys/dev/firewire/
H A Dfirewire.c213 xfer->resp = EAGAIN;
255 xfer->resp = 0;
359 xfer->resp = ETIMEDOUT;
560 xfer->resp = EAGAIN;
588 xfer->resp = EAGAIN;
1186 xfer->resp = 0;
1222 printf("asyreq done flag=0x%02x resp=%d\n",
1223 xfer->flag, xfer->resp);
1448 if (xfer->resp == 0)
1451 error = xfer->resp;
[all...]
H A Dif_fwe.c431 FWEDEBUG(ifp, "resp = %d\n", xfer->resp);
432 if (xfer->resp != 0)
578 if (sxfer->resp != 0 || fp->mode.stream.len <
H A Dsbp.c893 if (xfer->resp != 0) {
895 "%s: %s failed: resp=%d\n", __func__, sdev->bustgtlun, xfer->resp);
931 int resp; local
939 resp = xfer->resp; local
1082 if (xfer->resp != 0) {
1084 "%s:%s resp=%d\n", __func__, sdev->bustgtlun, xfer->resp);
1165 if (xfer->resp !
[all...]
H A Dfwdev.c237 xfer->resp = 0;
429 if (xfer->resp != 0) {
430 err = xfer->resp;
688 if (xfer->resp != 0) {
/freebsd-11.0-release/sys/arm/allwinner/
H A Da10_mmc.c517 cmd->resp[0] = A10_MMC_READ_4(sc, A10_MMC_RESP3);
518 cmd->resp[1] = A10_MMC_READ_4(sc, A10_MMC_RESP2);
519 cmd->resp[2] = A10_MMC_READ_4(sc, A10_MMC_RESP1);
520 cmd->resp[3] = A10_MMC_READ_4(sc, A10_MMC_RESP0);
522 cmd->resp[0] = A10_MMC_READ_4(sc, A10_MMC_RESP0);
/freebsd-11.0-release/contrib/wpa/src/eapol_supp/
H A Deapol_supp_sm.c841 struct wpabuf *resp; local
848 resp = eap_proxy_get_eapRespData(sm->eap_proxy);
849 if (resp == NULL) {
857 resp = eap_get_eapRespData(sm->eap);
858 if (resp == NULL) {
866 IEEE802_1X_TYPE_EAP_PACKET, wpabuf_head(resp),
867 wpabuf_len(resp));
870 wpabuf_free(resp);
/freebsd-11.0-release/sys/dev/mn/
H A Dif_mn.c330 struct ng_mesg *resp = NULL; local
352 NG_MKRESPONSE(resp, msg, sizeof(struct ng_mesg) + NG_TEXTRESPONSE,
354 if (resp == NULL) {
364 r = (char *)resp->data;
369 resp->header.arglen = strlen(r) + 1;
370 NG_RESPOND_MSG(i, node, item, resp);
444 resp->header.arglen = pos + 1;
447 NG_RESPOND_MSG(i, node, item, resp);
/freebsd-11.0-release/sys/dev/sound/pci/hda/
H A Dhdac.c896 uint32_t resp; local
913 resp = rirb->response;
915 sc->unsolq[sc->unsolq_wp++] = resp;
921 "response from address %d: %08x\n", cad, resp);
923 sc->codecs[cad].response = resp;
936 uint32_t resp; local
942 resp = sc->unsolq[sc->unsolq_rp++];
947 HDAC_UNSOL_INTR(child, resp);
/freebsd-11.0-release/contrib/wpa/src/utils/
H A Dbrowser.c76 WebKitNetworkResponse *resp,
72 view_cb_resource_request_starting(WebKitWebView *view, WebKitWebFrame *frame, WebKitWebResource *res, WebKitNetworkRequest *req, WebKitNetworkResponse *resp, struct browser_context *ctx) argument
/freebsd-11.0-release/sys/dev/mmc/
H A Dmmcreg.h68 uint32_t resp[4]; member in struct:mmc_command
/freebsd-11.0-release/contrib/wpa/src/radius/
H A Dradius_server.c1309 struct radius_msg *msg = NULL, *resp = NULL; local
1399 resp = radius_msg_new(RADIUS_CODE_ACCOUNTING_RESPONSE, hdr->identifier);
1400 if (resp == NULL)
1403 radius_msg_finish_acct_resp(resp, (u8 *) client->shared_secret,
1409 radius_msg_dump(resp);
1411 rbuf = radius_msg_get_buf(resp);
1422 radius_msg_free(resp);

Completed in 244 milliseconds

1234567891011>>