Searched refs:resp (Results 1 - 25 of 424) sorted by relevance

1234567891011>>

/freebsd-12-stable/sys/dev/sound/pci/
H A Dcsavar.h59 void csa_clearserialfifos(csa_res *resp);
63 int csa_readcodec(csa_res *resp, u_long offset, u_int32_t *data);
64 int csa_writecodec(csa_res *resp, u_long offset, u_int32_t data);
66 u_int32_t csa_readio(csa_res *resp, u_long offset);
67 void csa_writeio(csa_res *resp, u_long offset, u_int32_t data);
68 u_int32_t csa_readmem(csa_res *resp, u_long offset);
69 void csa_writemem(csa_res *resp, u_long offset, u_int32_t data);
71 void csa_resetdsp(csa_res *resp);
H A Dcsa.c98 static int csa_downloadimage(csa_res *resp);
99 static int csa_transferimage(csa_res *resp, u_int32_t *src, u_long dest, u_long len);
248 csa_res *resp; local
261 resp = &scp->res;
265 resp->io_rid = PCIR_BAR(0);
266 resp->io = bus_alloc_resource_any(dev, SYS_RES_MEMORY,
267 &resp->io_rid, RF_ACTIVE);
268 if (resp->io == NULL)
270 resp->mem_rid = PCIR_BAR(1);
271 resp
342 csa_res *resp; local
381 csa_res *resp; local
406 csa_res *resp; local
459 csa_res *resp; local
503 csa_res *resp; local
540 csa_res *resp; local
578 csa_res *resp; local
773 csa_clearserialfifos(csa_res *resp) argument
824 csa_resetdsp(csa_res *resp) argument
854 csa_downloadimage(csa_res *resp) argument
876 csa_transferimage(csa_res *resp, u_int32_t *src, u_long dest, u_long len) argument
900 csa_readcodec(csa_res *resp, u_long offset, u_int32_t *data) argument
994 csa_writecodec(csa_res *resp, u_long offset, u_int32_t data) argument
1047 csa_readio(csa_res *resp, u_long offset) argument
1061 csa_writeio(csa_res *resp, u_long offset, u_int32_t data) argument
1070 csa_readmem(csa_res *resp, u_long offset) argument
1076 csa_writemem(csa_res *resp, u_long offset, u_int32_t data) argument
[all...]
H A Dcsapcm.c88 static void csa_setplaysamplerate(csa_res *resp, u_long ulInRate);
89 static void csa_setcapturesamplerate(csa_res *resp, u_long ulOutRate);
94 static int csa_startdsp(csa_res *resp);
95 static int csa_stopdsp(csa_res *resp);
176 csa_setplaysamplerate(csa_res *resp, u_long ulInRate) argument
217 csa_writemem(resp, BA1_PSRC, ((ulCorrectionPerSec << 16) & 0xFFFF0000) | (ulCorrectionPerGOF & 0xFFFF));
218 csa_writemem(resp, BA1_PPI, ulPhiIncr);
222 csa_setcapturesamplerate(csa_res *resp, u_long ulOutRate) argument
290 csa_writemem(resp, BA1_CSRC,
292 csa_writemem(resp, BA1_CC
338 csa_res *resp; local
354 csa_res *resp; local
370 csa_res *resp; local
397 csa_res *resp; local
422 csa_startdsp(csa_res *resp) argument
469 csa_stopdsp(csa_res *resp) argument
484 csa_res *resp = &csa->res; local
602 csa_res *resp; local
661 csa_res *resp; local
691 csa_res *resp; local
730 csa_res *resp; local
779 csa_res *resp; local
946 csa_res *resp; local
991 csa_res *resp; local
[all...]
/freebsd-12-stable/contrib/pam_modules/pam_passwdqc/
H A Dpam_macros.h21 if ((reply)[i].resp) { \
22 _pam_overwrite((reply)[i].resp); \
23 free((reply)[i].resp); \
/freebsd-12-stable/contrib/ofed/libibverbs/
H A Dcmd.c48 size_t cmd_size, struct ibv_get_context_resp *resp,
54 IBV_INIT_CMD_RESP(cmd, cmd_size, GET_CONTEXT, resp, resp_size);
59 (void) VALGRIND_MAKE_MEM_DEFINED(resp, resp_size);
61 context->async_fd = resp->async_fd;
62 context->num_comp_vectors = resp->num_comp_vectors;
68 struct ibv_query_device_resp *resp,
71 *raw_fw_ver = resp->fw_ver;
72 device_attr->node_guid = resp->node_guid;
73 device_attr->sys_image_guid = resp->sys_image_guid;
74 device_attr->max_mr_size = resp
47 ibv_cmd_get_context(struct ibv_context *context, struct ibv_get_context *cmd, size_t cmd_size, struct ibv_get_context_resp *resp, size_t resp_size) argument
67 copy_query_dev_fields(struct ibv_device_attr *device_attr, struct ibv_query_device_resp *resp, uint64_t *raw_fw_ver) argument
118 struct ibv_query_device_resp resp; local
133 ibv_cmd_query_device_ex(struct ibv_context *context, const struct ibv_query_device_ex_input *input, struct ibv_device_attr_ex *attr, size_t attr_size, uint64_t *raw_fw_ver, struct ibv_query_device_ex *cmd, size_t cmd_core_size, size_t cmd_size, struct ibv_query_device_resp_ex *resp, size_t resp_core_size, size_t resp_size) argument
248 struct ibv_query_port_resp resp; local
283 ibv_cmd_alloc_pd(struct ibv_context *context, struct ibv_pd *pd, struct ibv_alloc_pd *cmd, size_t cmd_size, struct ibv_alloc_pd_resp *resp, size_t resp_size) argument
313 ibv_cmd_open_xrcd(struct ibv_context *context, struct verbs_xrcd *xrcd, int vxrcd_size, struct ibv_xrcd_init_attr *attr, struct ibv_open_xrcd *cmd, size_t cmd_size, struct ibv_open_xrcd_resp *resp, size_t resp_size) argument
358 ibv_cmd_reg_mr(struct ibv_pd *pd, void *addr, size_t length, uint64_t hca_va, int access, struct ibv_mr *mr, struct ibv_reg_mr *cmd, size_t cmd_size, struct ibv_reg_mr_resp *resp, size_t resp_size) argument
386 ibv_cmd_rereg_mr(struct ibv_mr *mr, uint32_t flags, void *addr, size_t length, uint64_t hca_va, int access, struct ibv_pd *pd, struct ibv_rereg_mr *cmd, size_t cmd_sz, struct ibv_rereg_mr_resp *resp, size_t resp_sz) argument
428 ibv_cmd_alloc_mw(struct ibv_pd *pd, enum ibv_mw_type type, struct ibv_mw *mw, struct ibv_alloc_mw *cmd, size_t cmd_size, struct ibv_alloc_mw_resp *resp, size_t resp_size) argument
465 ibv_cmd_create_cq(struct ibv_context *context, int cqe, struct ibv_comp_channel *channel, int comp_vector, struct ibv_cq *cq, struct ibv_create_cq *cmd, size_t cmd_size, struct ibv_create_cq_resp *resp, size_t resp_size) argument
490 ibv_cmd_create_cq_ex(struct ibv_context *context, struct ibv_cq_init_attr_ex *cq_attr, struct ibv_cq_ex *cq, struct ibv_create_cq_ex *cmd, size_t cmd_core_size, size_t cmd_size, struct ibv_create_cq_resp_ex *resp, size_t resp_core_size, size_t resp_size) argument
541 struct ibv_poll_cq_resp *resp; local
599 ibv_cmd_resize_cq(struct ibv_cq *cq, int cqe, struct ibv_resize_cq *cmd, size_t cmd_size, struct ibv_resize_cq_resp *resp, size_t resp_size) argument
620 struct ibv_destroy_cq_resp resp; local
640 ibv_cmd_create_srq(struct ibv_pd *pd, struct ibv_srq *srq, struct ibv_srq_init_attr *attr, struct ibv_create_srq *cmd, size_t cmd_size, struct ibv_create_srq_resp *resp, size_t resp_size) argument
675 ibv_cmd_create_srq_ex(struct ibv_context *context, struct verbs_srq *srq, int vsrq_sz, struct ibv_srq_init_attr_ex *attr_ex, struct ibv_create_xsrq *cmd, size_t cmd_size, struct ibv_create_srq_resp *resp, size_t resp_size) argument
803 struct ibv_query_srq_resp resp; local
824 struct ibv_destroy_srq_resp resp; local
890 create_qp_handle_resp_common(struct ibv_context *context, struct verbs_qp *qp, struct ibv_qp_init_attr_ex *qp_attr, struct ibv_create_qp_resp *resp, struct verbs_xrcd *vxrcd, int vqp_sz) argument
933 ibv_cmd_create_qp_ex2(struct ibv_context *context, struct verbs_qp *qp, int vqp_sz, struct ibv_qp_init_attr_ex *qp_attr, struct ibv_create_qp_ex *cmd, size_t cmd_core_size, size_t cmd_size, struct ibv_create_qp_resp_ex *resp, size_t resp_core_size, size_t resp_size) argument
992 ibv_cmd_create_qp_ex(struct ibv_context *context, struct verbs_qp *qp, int vqp_sz, struct ibv_qp_init_attr_ex *attr_ex, struct ibv_create_qp *cmd, size_t cmd_size, struct ibv_create_qp_resp *resp, size_t resp_size) argument
1037 ibv_cmd_create_qp(struct ibv_pd *pd, struct ibv_qp *qp, struct ibv_qp_init_attr *attr, struct ibv_create_qp *cmd, size_t cmd_size, struct ibv_create_qp_resp *resp, size_t resp_size) argument
1095 ibv_cmd_open_qp(struct ibv_context *context, struct verbs_qp *qp, int vqp_sz, struct ibv_qp_open_attr *attr, struct ibv_open_qp *cmd, size_t cmd_size, struct ibv_create_qp_resp *resp, size_t resp_size) argument
1150 struct ibv_query_qp_resp resp; local
1339 ibv_cmd_modify_qp_ex(struct ibv_qp *qp, struct ibv_qp_attr *attr, int attr_mask, struct ibv_modify_qp_ex *cmd, size_t cmd_core_size, size_t cmd_size, struct ibv_modify_qp_resp_ex *resp, size_t resp_core_size, size_t resp_size) argument
1374 struct ibv_post_send_resp resp; local
1464 struct ibv_post_recv_resp resp; local
1525 struct ibv_post_srq_recv_resp resp; local
1582 ibv_cmd_create_ah(struct ibv_pd *pd, struct ibv_ah *ah, struct ibv_ah_attr *attr, struct ibv_create_ah_resp *resp, size_t resp_size) argument
1631 struct ibv_destroy_qp_resp resp; local
1839 struct ibv_create_flow_resp resp; local
1908 ibv_cmd_create_wq(struct ibv_context *context, struct ibv_wq_init_attr *wq_init_attr, struct ibv_wq *wq, struct ibv_create_wq *cmd, size_t cmd_core_size, size_t cmd_size, struct ibv_create_wq_resp *resp, size_t resp_core_size, size_t resp_size) argument
2001 struct ibv_destroy_wq_resp resp; local
2024 ibv_cmd_create_rwq_ind_table(struct ibv_context *context, struct ibv_rwq_ind_table_init_attr *init_attr, struct ibv_rwq_ind_table *rwq_ind_table, struct ibv_create_rwq_ind_table *cmd, size_t cmd_core_size, size_t cmd_size, struct ibv_create_rwq_ind_table_resp *resp, size_t resp_core_size, size_t resp_size) argument
[all...]
/freebsd-12-stable/contrib/opencsd/decoder/source/ptm/
H A Dtrc_pkt_decode_ptm.cpp60 ocsd_datapath_resp_t resp = OCSD_RESP_CONT; local
70 resp = outputTraceElement(m_output_elem);
89 resp = decodePacket();
94 // should only see these after a _WAIT resp - in flush handler
102 return resp;
107 ocsd_datapath_resp_t resp = OCSD_RESP_CONT; local
111 resp = outputTraceElement(m_output_elem);
112 return resp;
117 ocsd_datapath_resp_t resp = OCSD_RESP_CONT; local
119 return resp;
124 ocsd_datapath_resp_t resp = OCSD_RESP_CONT; local
132 ocsd_datapath_resp_t resp = OCSD_RESP_CONT; local
221 ocsd_datapath_resp_t resp = OCSD_RESP_CONT; local
324 ocsd_datapath_resp_t resp = OCSD_RESP_CONT; local
390 ocsd_datapath_resp_t resp = OCSD_RESP_CONT; local
441 ocsd_datapath_resp_t resp = OCSD_RESP_CONT; local
467 ocsd_datapath_resp_t resp = OCSD_RESP_CONT; local
489 checkPendingNacc(ocsd_datapath_resp_t &resp) argument
503 ocsd_datapath_resp_t resp = OCSD_RESP_CONT; local
[all...]
/freebsd-12-stable/usr.sbin/timed/timed/
H A Dcandidate.c51 struct tsp *resp, msg; local
94 resp = readmsg(TSP_ANY, ANYADDR, &wait, net);
95 if (!resp)
98 switch (resp->tsp_type) {
101 (void)addmach(resp->tsp_name, &from,fromnet);
111 && !good_host_name(resp->tsp_name)) {
112 (void)addmach(resp->tsp_name, &from,fromnet);
113 suppress(&from, resp->tsp_name, net);
137 htp = addmach(resp->tsp_name,&from,fromnet);
149 (void)addmach(resp
[all...]
/freebsd-12-stable/contrib/openpam/lib/libpam/
H A Dopenpam_nullconv.c57 struct pam_response **resp,
64 (void)resp;
55 openpam_nullconv(int n, const struct pam_message **msg, struct pam_response **resp, void *data) argument
H A Dpam_get_authtok.c75 char *resp, *resp2; local
138 r = pam_prompt(pamh, style, &resp, "%s", prompt);
144 strlset(resp, 0, PAM_MAX_RESP_SIZE);
145 FREE(resp);
148 if (strcmp(resp, resp2) != 0) {
149 strlset(resp, 0, PAM_MAX_RESP_SIZE);
150 FREE(resp);
155 if (resp == NULL)
157 r = pam_set_item(pamh, item, resp);
158 strlset(resp,
[all...]
H A Dpam_prompt.c58 char **resp,
66 r = pam_vprompt(pamh, style, resp, fmt, ap);
86 * not return one, is stored in the location pointed to by the =resp
56 pam_prompt(const pam_handle_t *pamh, int style, char **resp, const char *fmt, ...) argument
/freebsd-12-stable/contrib/wpa/wpa_supplicant/
H A Dp2p_supplicant_sd.c183 static void wpas_sd_add_empty(struct wpabuf *resp, u8 srv_proto, argument
188 if (wpabuf_tailroom(resp) < 5)
192 len_pos = wpabuf_put(resp, 2);
193 wpabuf_put_u8(resp, srv_proto);
194 wpabuf_put_u8(resp, srv_trans_id);
196 wpabuf_put_u8(resp, status);
198 WPA_PUT_LE16(len_pos, (u8 *) wpabuf_put(resp, 0) - len_pos - 2);
202 static void wpas_sd_add_proto_not_avail(struct wpabuf *resp, u8 srv_proto, argument
205 wpas_sd_add_empty(resp, srv_proto, srv_trans_id,
210 static void wpas_sd_add_bad_request(struct wpabuf *resp, u argument
217 wpas_sd_add_not_found(struct wpabuf *resp, u8 srv_proto, u8 srv_trans_id) argument
225 wpas_sd_all_bonjour(struct wpa_supplicant *wpa_s, struct wpabuf *resp, u8 srv_trans_id) argument
288 wpas_sd_req_bonjour(struct wpa_supplicant *wpa_s, struct wpabuf *resp, u8 srv_trans_id, const u8 *query, size_t query_len) argument
359 wpas_sd_all_upnp(struct wpa_supplicant *wpa_s, struct wpabuf *resp, u8 srv_trans_id) argument
395 wpas_sd_req_upnp(struct wpa_supplicant *wpa_s, struct wpabuf *resp, u8 srv_trans_id, const u8 *query, size_t query_len) argument
477 wpas_sd_req_wfd(struct wpa_supplicant *wpa_s, struct wpabuf *resp, u8 srv_trans_id, const u8 *query, size_t query_len) argument
557 wpas_sd_req_asp(struct wpa_supplicant *wpa_s, struct wpabuf *resp, u8 srv_trans_id, const u8 *query, size_t query_len) argument
674 wpas_sd_all_asp(struct wpa_supplicant *wpa_s, struct wpabuf *resp, u8 srv_trans_id) argument
697 struct wpabuf *resp; local
1208 wpas_p2p_service_add_bonjour(struct wpa_supplicant *wpa_s, struct wpabuf *query, struct wpabuf *resp) argument
[all...]
/freebsd-12-stable/contrib/opencsd/decoder/source/etmv3/
H A Dtrc_pkt_decode_etmv3.cpp59 ocsd_datapath_resp_t resp = OCSD_RESP_CONT; local
72 resp = sendUnsyncPacket();
89 resp = processISync((m_curr_packet_in->getType() == ETM3_PKT_I_SYNC_CYCLE),true);
97 resp = decodePacket(bPktDone);
104 resp = decodePacket(bPktDone);
108 resp = m_outputElemList.sendElements();
109 if(OCSD_DATA_RESP_IS_CONT(resp))
118 resp = OCSD_RESP_FATAL_SYS_ERR;
123 return resp;
128 ocsd_datapath_resp_t resp local
149 ocsd_datapath_resp_t resp = OCSD_RESP_CONT; local
156 ocsd_datapath_resp_t resp = OCSD_RESP_CONT; local
216 GetNextOpElem(ocsd_datapath_resp_t &resp) argument
242 ocsd_datapath_resp_t resp = OCSD_RESP_CONT; local
373 ocsd_datapath_resp_t resp = OCSD_RESP_CONT; local
400 ocsd_datapath_resp_t resp = OCSD_RESP_CONT; local
474 ocsd_datapath_resp_t resp = OCSD_RESP_CONT; local
543 ocsd_datapath_resp_t resp = OCSD_RESP_CONT; local
[all...]
/freebsd-12-stable/usr.sbin/flowctl/
H A Dflowctl.c89 static void flow_cache_print(struct ngnf_show_header *resp);
90 static void flow_cache_print_verbose(struct ngnf_show_header *resp);
93 static void flow_cache_print6(struct ngnf_show_header *resp);
94 static void flow_cache_print6_verbose(struct ngnf_show_header *resp);
229 struct ngnf_show_header req, *resp; local
251 resp = (struct ngnf_show_header *)ng_mesg->data;
252 if ((ng_mesg->header.arglen < (sizeof(*resp))) ||
253 (ng_mesg->header.arglen < (sizeof(*resp) +
254 (resp->nentries * sizeof(struct flow_entry_data)))))
257 (*func)(resp);
270 flow_cache_print(struct ngnf_show_header *resp) argument
304 flow_cache_print6(struct ngnf_show_header *resp) argument
338 flow_cache_print_verbose(struct ngnf_show_header *resp) argument
381 flow_cache_print6_verbose(struct ngnf_show_header *resp) argument
[all...]
/freebsd-12-stable/contrib/bsnmp/lib/
H A Dsnmpagent.c169 snmp_pdu_create_response(const struct snmp_pdu *pdu, struct snmp_pdu *resp) argument
171 memset(resp, 0, sizeof(*resp));
172 strcpy(resp->community, pdu->community);
173 resp->version = pdu->version;
175 resp->type = SNMP_PDU_REPORT; /* RFC 3414.4 */
177 resp->type = SNMP_PDU_RESPONSE;
178 resp->request_id = pdu->request_id;
179 resp->version = pdu->version;
181 if (resp
202 snmp_get(struct snmp_pdu *pdu, struct asn_buf *resp_b, struct snmp_pdu *resp, void *data) argument
404 snmp_getnext(struct snmp_pdu *pdu, struct asn_buf *resp_b, struct snmp_pdu *resp, void *data) argument
459 snmp_getbulk(struct snmp_pdu *pdu, struct asn_buf *resp_b, struct snmp_pdu *resp, void *data) argument
675 snmp_set(struct snmp_pdu *pdu, struct asn_buf *resp_b, struct snmp_pdu *resp, void *data) argument
981 struct snmp_pdu resp; local
[all...]
/freebsd-12-stable/usr.sbin/ngctl/
H A Dstatus.c63 struct ng_mesg *const resp = (struct ng_mesg *) sbuf; local
64 char *const status = (char *) resp->data;
89 if (NgRecvMsg(csock, resp, sizeof(sbuf), NULL) < 0
90 || (resp->header.flags & NGF_RESP) == 0)
H A Dtypes.c61 struct ng_mesg *resp; local
80 if (NgAllocRecvMsg(csock, &resp, NULL) < 0) {
86 tlist = (struct typelist *) resp->data;
98 free(resp);
/freebsd-12-stable/contrib/wpa/src/eap_peer/
H A Deap_gtc.c49 struct wpabuf *resp; local
72 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_GTC,
74 return resp;
104 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_GTC, plen,
106 if (resp == NULL)
109 wpabuf_put_data(resp, "RESPONSE=", 9);
110 wpabuf_put_data(resp, identity, identity_len);
111 wpabuf_put_u8(resp, '\0');
113 wpabuf_put_data(resp, password, password_len);
115 wpabuf_head_u8(resp)
[all...]
H A Deap_md5.c33 struct wpabuf *resp; local
76 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_MD5, 1 + CHAP_MD5_LEN,
78 if (resp == NULL)
85 wpabuf_put_u8(resp, CHAP_MD5_LEN);
87 id = eap_get_id(resp);
88 rpos = wpabuf_put(resp, CHAP_MD5_LEN);
93 wpabuf_free(resp);
98 return resp;
H A Deap_otp.c32 struct wpabuf *resp; local
66 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_OTP, password_len,
68 if (resp == NULL)
70 wpabuf_put_data(resp, password, password_len);
79 return resp;
/freebsd-12-stable/contrib/opencsd/decoder/source/stm/
H A Dtrc_pkt_decode_stm.cpp60 ocsd_datapath_resp_t resp = OCSD_RESP_CONT; local
71 resp = outputTraceElement(m_output_elem);
82 resp = decodePacket(bPktDone);
86 return resp;
91 ocsd_datapath_resp_t resp = OCSD_RESP_CONT; local
93 resp = outputTraceElement(m_output_elem);
94 return resp;
99 ocsd_datapath_resp_t resp = OCSD_RESP_CONT; local
101 return resp;
106 ocsd_datapath_resp_t resp local
157 ocsd_datapath_resp_t resp = OCSD_RESP_CONT; local
[all...]
/freebsd-12-stable/sys/dev/bnxt/
H A Dbnxt_hwrm.c119 struct hwrm_err_output *resp = (void *)softc->hwrm_cmd_resp.idi_vaddr; local
130 memset(resp, 0, PAGE_SIZE);
176 if (resp->resp_len && resp->resp_len <= 4096)
187 /* Last byte of resp contains the valid key */
188 valid = (uint8_t *)resp + resp->resp_len - 1;
204 err = le16toh(resp->error_code);
234 struct hwrm_queue_qportcfg_output *resp = local
247 if (!resp
271 struct hwrm_ver_get_output *resp = local
421 struct hwrm_func_qcaps_output *resp = local
476 struct hwrm_func_qcfg_output *resp = local
662 struct hwrm_vnic_alloc_output *resp = local
693 struct hwrm_vnic_rss_cos_lb_ctx_alloc_output *resp = local
721 struct hwrm_ring_grp_alloc_output *resp; local
758 struct hwrm_ring_alloc_output *resp; local
809 struct hwrm_stat_ctx_alloc_output *resp; local
913 struct hwrm_cfa_l2_filter_alloc_output *resp; local
1056 struct hwrm_nvm_find_dir_entry_output *resp = local
1177 struct hwrm_fw_reset_output *resp = local
1202 struct hwrm_fw_qstatus_output *resp = local
1229 struct hwrm_nvm_write_output *resp = local
1312 struct hwrm_nvm_get_dir_info_output *resp = local
1388 struct hwrm_nvm_get_dev_info_output *resp = local
1427 struct hwrm_nvm_install_update_output *resp = local
1486 struct hwrm_fw_get_time_output *resp = local
1544 struct hwrm_port_phy_qcfg_output *resp = local
1629 struct hwrm_wol_filter_qcfg_output *resp = local
1655 struct hwrm_wol_filter_alloc_output *resp = local
[all...]
/freebsd-12-stable/contrib/wpa/src/common/
H A Dgas_server.c28 void (*status_cb)(void *ctx, struct wpabuf *resp, int ok);
37 struct wpabuf *resp; member in struct:gas_server_response
47 void (*tx)(void *ctx, int freq, const u8 *da, struct wpabuf *resp,
64 (unsigned long) wpabuf_len(response->resp));
66 response->resp, 0);
67 response->resp = NULL;
79 wpabuf_free(response->resp);
92 struct wpabuf *resp; local
119 resp = gas_build_initial_resp(dialog_token, WLAN_STATUS_SUCCESS,
123 if (!resp) {
167 struct wpabuf *resp; local
245 struct wpabuf *resp; local
461 gas_server_register(struct gas_server *gas, const u8 *adv_proto_id, u8 adv_proto_id_len, struct wpabuf * (*req_cb)(void *ctx, const u8 *sa, const u8 *query, size_t query_len), void (*status_cb)(void *ctx, struct wpabuf *resp, int ok), void *ctx) argument
[all...]
/freebsd-12-stable/contrib/openpam/modules/pam_unix/
H A Dpam_unix.c73 struct pam_response *resp; local
103 resp = NULL;
104 pam_err = (*conv->conv)(1, &msgp, &resp, conv->appdata_ptr);
105 if (resp != NULL) {
107 password = resp->resp;
109 free(resp->resp);
110 free(resp);
/freebsd-12-stable/crypto/openssh/openbsd-compat/
H A Dgetrrsetbyname.c385 struct dns_response *resp; local
389 resp = calloc(1, sizeof(*resp));
390 if (resp == NULL)
397 memcpy(&resp->header, cp, HFIXEDSZ);
401 resp->header.qdcount = ntohs(resp->header.qdcount);
402 resp->header.ancount = ntohs(resp->header.ancount);
403 resp
[all...]
/freebsd-12-stable/contrib/ntp/libntp/
H A Dntp_worker.c215 blocking_pipe_header * resp,
220 resp->octets = respsize;
221 resp->magic_sig = BLOCKING_RESP_MAGIC;
222 resp->rtype = req->rtype;
223 resp->context = req->context;
224 resp->done_func = req->done_func;
226 return send_blocking_resp_internal(c, resp);
235 blocking_pipe_header * resp; local
247 resp = receive_blocking_resp_internal(c);
248 if (NULL != resp) {
213 queue_blocking_response( blocking_child * c, blocking_pipe_header * resp, size_t respsize, const blocking_pipe_header * req ) argument
[all...]

Completed in 276 milliseconds

1234567891011>>