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

1234567891011>>

/freebsd-current/sys/dev/sound/pci/
H A Dcsavar.h57 void csa_clearserialfifos(csa_res *resp);
61 int csa_readcodec(csa_res *resp, u_long offset, u_int32_t *data);
62 int csa_writecodec(csa_res *resp, u_long offset, u_int32_t data);
64 u_int32_t csa_readio(csa_res *resp, u_long offset);
65 void csa_writeio(csa_res *resp, u_long offset, u_int32_t data);
66 u_int32_t csa_readmem(csa_res *resp, u_long offset);
67 void csa_writemem(csa_res *resp, u_long offset, u_int32_t data);
69 void csa_resetdsp(csa_res *resp);
H A Dcsa.c94 static int csa_downloadimage(csa_res *resp);
95 static int csa_transferimage(csa_res *resp, u_int32_t *src, u_long dest, u_long len);
242 csa_res *resp; local
255 resp = &scp->res;
259 resp->io_rid = PCIR_BAR(0);
260 resp->io = bus_alloc_resource_any(dev, SYS_RES_MEMORY,
261 &resp->io_rid, RF_ACTIVE);
262 if (resp->io == NULL)
264 resp->mem_rid = PCIR_BAR(1);
265 resp
336 csa_res *resp; local
375 csa_res *resp; local
400 csa_res *resp; local
452 csa_res *resp; local
496 csa_res *resp; local
533 csa_res *resp; local
571 csa_res *resp; local
766 csa_clearserialfifos(csa_res *resp) argument
817 csa_resetdsp(csa_res *resp) argument
847 csa_downloadimage(csa_res *resp) argument
869 csa_transferimage(csa_res *resp, u_int32_t *src, u_long dest, u_long len) argument
893 csa_readcodec(csa_res *resp, u_long offset, u_int32_t *data) argument
987 csa_writecodec(csa_res *resp, u_long offset, u_int32_t data) argument
1040 csa_readio(csa_res *resp, u_long offset) argument
1054 csa_writeio(csa_res *resp, u_long offset, u_int32_t data) argument
1063 csa_readmem(csa_res *resp, u_long offset) argument
1069 csa_writemem(csa_res *resp, u_long offset, u_int32_t data) argument
[all...]
H A Dcsapcm.c85 static void csa_setplaysamplerate(csa_res *resp, u_long ulInRate);
86 static void csa_setcapturesamplerate(csa_res *resp, u_long ulOutRate);
91 static int csa_startdsp(csa_res *resp);
92 static int csa_stopdsp(csa_res *resp);
173 csa_setplaysamplerate(csa_res *resp, u_long ulInRate) argument
214 csa_writemem(resp, BA1_PSRC, ((ulCorrectionPerSec << 16) & 0xFFFF0000) | (ulCorrectionPerGOF & 0xFFFF));
215 csa_writemem(resp, BA1_PPI, ulPhiIncr);
219 csa_setcapturesamplerate(csa_res *resp, u_long ulOutRate) argument
287 csa_writemem(resp, BA1_CSRC,
289 csa_writemem(resp, BA1_CC
335 csa_res *resp; local
351 csa_res *resp; local
367 csa_res *resp; local
394 csa_res *resp; local
419 csa_startdsp(csa_res *resp) argument
466 csa_stopdsp(csa_res *resp) argument
481 csa_res *resp = &csa->res; local
599 csa_res *resp; local
658 csa_res *resp; local
688 csa_res *resp; local
727 csa_res *resp; local
776 csa_res *resp; local
942 csa_res *resp; local
987 csa_res *resp; local
[all...]
/freebsd-current/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-current/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
817 struct ibv_query_srq_resp resp; local
838 struct ibv_destroy_srq_resp resp; local
932 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
973 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
1043 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
1100 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
1158 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
1229 struct ibv_query_qp_resp resp; local
1418 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
1453 struct ibv_post_send_resp resp; local
1543 struct ibv_post_recv_resp resp; local
1604 struct ibv_post_srq_recv_resp resp; local
1661 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
1710 struct ibv_destroy_qp_resp resp; local
1921 struct ibv_create_flow_resp resp; local
1990 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
2083 struct ibv_destroy_wq_resp resp; local
2106 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-current/contrib/opencsd/decoder/source/ptm/
H A Dtrc_pkt_decode_ptm.cpp60 ocsd_datapath_resp_t resp = OCSD_RESP_CONT; local
71 resp = outputTraceElement(m_output_elem);
90 resp = decodePacket();
95 // should only see these after a _WAIT resp - in flush handler
103 return resp;
108 ocsd_datapath_resp_t resp = OCSD_RESP_CONT; local
113 resp = outputTraceElement(m_output_elem);
114 return resp;
119 ocsd_datapath_resp_t resp = OCSD_RESP_CONT; local
122 return resp;
127 ocsd_datapath_resp_t resp = OCSD_RESP_CONT; local
135 ocsd_datapath_resp_t resp = OCSD_RESP_CONT; local
226 ocsd_datapath_resp_t resp = OCSD_RESP_CONT; local
329 ocsd_datapath_resp_t resp = OCSD_RESP_CONT; local
395 ocsd_datapath_resp_t resp = OCSD_RESP_CONT; local
446 ocsd_datapath_resp_t resp = OCSD_RESP_CONT; local
472 ocsd_datapath_resp_t resp = OCSD_RESP_CONT; local
494 checkPendingNacc(ocsd_datapath_resp_t &resp) argument
508 ocsd_datapath_resp_t resp = OCSD_RESP_CONT; local
[all...]
/freebsd-current/contrib/openpam/lib/libpam/
H A Dopenpam_nullconv.c55 struct pam_response **resp,
62 (void)resp;
53 openpam_nullconv(int n, const struct pam_message **msg, struct pam_response **resp, void *data) argument
H A Dpam_get_authtok.c73 char *resp, *resp2; local
136 r = pam_prompt(pamh, style, &resp, "%s", prompt);
142 strlset(resp, 0, PAM_MAX_RESP_SIZE);
143 FREE(resp);
146 if (strcmp(resp, resp2) != 0) {
147 strlset(resp, 0, PAM_MAX_RESP_SIZE);
148 FREE(resp);
153 if (resp == NULL)
155 r = pam_set_item(pamh, item, resp);
156 strlset(resp,
[all...]
H A Dpam_prompt.c56 char **resp,
64 r = pam_vprompt(pamh, style, resp, fmt, ap);
84 * not return one, is stored in the location pointed to by the =resp
54 pam_prompt(const pam_handle_t *pamh, int style, char **resp, const char *fmt, ...) argument
/freebsd-current/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-current/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
150 ocsd_datapath_resp_t resp = OCSD_RESP_CONT; local
158 ocsd_datapath_resp_t resp = OCSD_RESP_CONT; local
219 GetNextOpElem(ocsd_datapath_resp_t &resp) argument
245 ocsd_datapath_resp_t resp = OCSD_RESP_CONT; local
378 ocsd_datapath_resp_t resp = OCSD_RESP_CONT; local
407 ocsd_datapath_resp_t resp = OCSD_RESP_CONT; local
482 ocsd_datapath_resp_t resp = OCSD_RESP_CONT; local
552 ocsd_datapath_resp_t resp = OCSD_RESP_CONT; local
[all...]
/freebsd-current/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_std_types_device.c132 struct ib_uverbs_query_port_resp *resp,
135 resp->state = attr->state;
136 resp->max_mtu = attr->max_mtu;
137 resp->active_mtu = attr->active_mtu;
138 resp->gid_tbl_len = attr->gid_tbl_len;
139 resp->port_cap_flags = make_port_cap_flags(attr);
140 resp->max_msg_sz = attr->max_msg_sz;
141 resp->bad_pkey_cntr = attr->bad_pkey_cntr;
142 resp->qkey_viol_cntr = attr->qkey_viol_cntr;
143 resp
131 copy_port_attr_to_resp(struct ib_port_attr *attr, struct ib_uverbs_query_port_resp *resp, struct ib_device *ib_dev, u8 port_num) argument
166 struct ib_uverbs_query_port_resp_ex resp = {}; local
[all...]
/freebsd-current/usr.sbin/flowctl/
H A Dflowctl.c84 static void flow_cache_print(struct ngnf_show_header *resp);
85 static void flow_cache_print_verbose(struct ngnf_show_header *resp);
88 static void flow_cache_print6(struct ngnf_show_header *resp);
89 static void flow_cache_print6_verbose(struct ngnf_show_header *resp);
224 struct ngnf_show_header req, *resp; local
246 resp = (struct ngnf_show_header *)ng_mesg->data;
247 if ((ng_mesg->header.arglen < (sizeof(*resp))) ||
248 (ng_mesg->header.arglen < (sizeof(*resp) +
249 (resp->nentries * sizeof(struct flow_entry_data)))))
252 (*func)(resp);
265 flow_cache_print(struct ngnf_show_header *resp) argument
299 flow_cache_print6(struct ngnf_show_header *resp) argument
333 flow_cache_print_verbose(struct ngnf_show_header *resp) argument
376 flow_cache_print6_verbose(struct ngnf_show_header *resp) argument
[all...]
/freebsd-current/crypto/openssh/
H A Dssh-sk-helper.c60 struct sshbuf *resp; local
71 if ((resp = sshbuf_new()) == NULL)
73 if (sshbuf_put_u32(resp, SSH_SK_HELPER_ERROR) != 0 ||
74 sshbuf_put_u32(resp, (u_int)-r) != 0)
76 return resp;
94 struct sshbuf *resp, *kbuf; local
127 resp = reply_error(r, "Signing failed: %s", ssh_err(r));
131 if ((resp = sshbuf_new()) == NULL)
134 if ((r = sshbuf_put_u32(resp, SSH_SK_HELPER_SIGN)) != 0 ||
135 (r = sshbuf_put_string(resp, si
155 struct sshbuf *challenge, *attest, *kbuf, *resp; local
217 struct sshbuf *kbuf, *resp; local
278 struct sshbuf *req, *resp; local
[all...]
/freebsd-current/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-current/usr.sbin/ngctl/
H A Dtypes.c59 struct ng_mesg *resp; local
78 if (NgAllocRecvMsg(csock, &resp, NULL) < 0) {
84 tlist = (struct typelist *) resp->data;
96 free(resp);
H A Dstatus.c61 struct ng_mesg *const resp = (struct ng_mesg *) sbuf; local
62 char *const status = (char *) resp->data;
87 if (NgRecvMsg(csock, resp, sizeof(sbuf), NULL) < 0
88 || (resp->header.flags & NGF_RESP) == 0)
/freebsd-current/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;
/freebsd-current/sys/arm/broadcom/bcm2835/
H A Dbcm2835_firmware.h58 } resp; member in union:msg_get_clock_rate_body
69 } resp; member in union:msg_set_clock_rate_body
89 } resp; member in union:msg_get_voltage_body
100 } resp; member in union:msg_set_voltage_body
113 } resp; member in union:msg_get_temperature_body
129 } resp; member in union:msg_get_turbo_body
140 } resp; member in union:msg_set_turbo_body
158 } resp; member in union:msg_get_gpio_state
168 } resp; member in union:msg_set_gpio_state
181 } resp; member in union:msg_get_gpio_config
195 } resp; member in union:msg_set_gpio_config
[all...]
/freebsd-current/sys/contrib/dev/athk/ath10k/
H A Dqmi.c122 struct wlfw_msa_info_resp_msg_v01 resp = {}; local
134 wlfw_msa_info_resp_msg_v01_ei, &resp);
152 if (resp.resp.result != QMI_RESULT_SUCCESS_V01) {
153 ath10k_err(ar, "msa info req rejected: %d\n", resp.resp.error);
158 if (resp.mem_region_info_len > QMI_WLFW_MAX_MEM_REG_V01) {
160 resp.mem_region_info_len);
166 qmi->nr_mem_region = resp.mem_region_info_len;
167 for (i = 0; i < resp
200 struct wlfw_msa_ready_resp_msg_v01 resp = {}; local
239 struct wlfw_bdf_download_resp_msg_v01 resp = {}; local
325 struct wlfw_cal_report_resp_msg_v01 resp = {}; local
384 struct wlfw_wlan_mode_resp_msg_v01 resp = {}; local
433 struct wlfw_wlan_cfg_resp_msg_v01 resp = {}; local
573 struct wlfw_cap_resp_msg_v01 *resp; local
654 struct wlfw_host_cap_resp_msg_v01 resp = {}; local
707 struct wlfw_ini_resp_msg_v01 resp = {}; local
752 struct wlfw_ind_register_resp_msg_v01 resp = {}; local
[all...]
/freebsd-current/usr.bin/find/
H A Dmisc.c90 char *p, resp[256]; local
98 if (fgets(resp, sizeof(resp), stdin) == NULL)
99 *resp = '\0';
100 if ((p = strchr(resp, '\n')) != NULL)
106 return (rpmatch(resp) == 1);
/freebsd-current/contrib/opencsd/decoder/source/stm/
H A Dtrc_pkt_decode_stm.cpp60 ocsd_datapath_resp_t resp = OCSD_RESP_CONT; local
72 resp = outputTraceElement(m_output_elem);
83 resp = decodePacket(bPktDone);
87 return resp;
92 ocsd_datapath_resp_t resp = OCSD_RESP_CONT; local
95 resp = outputTraceElement(m_output_elem);
96 return resp;
101 ocsd_datapath_resp_t resp = OCSD_RESP_CONT; local
104 return resp;
109 ocsd_datapath_resp_t resp local
160 ocsd_datapath_resp_t resp = OCSD_RESP_CONT; local
[all...]
/freebsd-current/contrib/wpa/src/common/
H A Dgas_server.c30 void (*status_cb)(void *ctx, struct wpabuf *resp, int ok);
39 struct wpabuf *resp; member in struct:gas_server_response
50 void (*tx)(void *ctx, int freq, const u8 *da, struct wpabuf *resp,
67 (unsigned long) (response->resp ?
68 wpabuf_len(response->resp) : 0));
70 response->resp, 0);
71 response->resp = NULL;
83 wpabuf_free(response->resp);
97 struct wpabuf *resp; local
122 resp
172 struct wpabuf *resp; local
263 struct wpabuf *resp; local
471 gas_server_set_resp(struct gas_server *gas, void *resp_ctx, struct wpabuf *resp) argument
550 gas_server_register(struct gas_server *gas, const u8 *adv_proto_id, u8 adv_proto_id_len, struct wpabuf * (*req_cb)(void *ctx, void *resp_ctx, const u8 *sa, const u8 *query, size_t query_len, u16 *comeback_delay), void (*status_cb)(void *ctx, struct wpabuf *resp, int ok), void *ctx) argument
[all...]
/freebsd-current/contrib/openpam/modules/pam_unix/
H A Dpam_unix.c71 struct pam_response *resp; local
101 resp = NULL;
102 pam_err = (*conv->conv)(1, &msgp, &resp, conv->appdata_ptr);
103 if (resp != NULL) {
105 password = resp->resp;
107 free(resp->resp);
108 free(resp);

Completed in 321 milliseconds

1234567891011>>