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

1234567891011>>

/freebsd-11-stable/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.c96 static int csa_downloadimage(csa_res *resp);
97 static int csa_transferimage(csa_res *resp, u_int32_t *src, u_long dest, u_long len);
246 csa_res *resp; local
259 resp = &scp->res;
263 resp->io_rid = PCIR_BAR(0);
264 resp->io = bus_alloc_resource_any(dev, SYS_RES_MEMORY,
265 &resp->io_rid, RF_ACTIVE);
266 if (resp->io == NULL)
268 resp->mem_rid = PCIR_BAR(1);
269 resp
340 csa_res *resp; local
379 csa_res *resp; local
404 csa_res *resp; local
457 csa_res *resp; local
501 csa_res *resp; local
538 csa_res *resp; local
576 csa_res *resp; local
771 csa_clearserialfifos(csa_res *resp) argument
822 csa_resetdsp(csa_res *resp) argument
852 csa_downloadimage(csa_res *resp) argument
874 csa_transferimage(csa_res *resp, u_int32_t *src, u_long dest, u_long len) argument
898 csa_readcodec(csa_res *resp, u_long offset, u_int32_t *data) argument
992 csa_writecodec(csa_res *resp, u_long offset, u_int32_t data) argument
1045 csa_readio(csa_res *resp, u_long offset) argument
1059 csa_writeio(csa_res *resp, u_long offset, u_int32_t data) argument
1068 csa_readmem(csa_res *resp, u_long offset) argument
1074 csa_writemem(csa_res *resp, u_long offset, u_int32_t data) argument
[all...]
H A Dcsapcm.c86 static void csa_setplaysamplerate(csa_res *resp, u_long ulInRate);
87 static void csa_setcapturesamplerate(csa_res *resp, u_long ulOutRate);
92 static int csa_startdsp(csa_res *resp);
93 static int csa_stopdsp(csa_res *resp);
174 csa_setplaysamplerate(csa_res *resp, u_long ulInRate) argument
215 csa_writemem(resp, BA1_PSRC, ((ulCorrectionPerSec << 16) & 0xFFFF0000) | (ulCorrectionPerGOF & 0xFFFF));
216 csa_writemem(resp, BA1_PPI, ulPhiIncr);
220 csa_setcapturesamplerate(csa_res *resp, u_long ulOutRate) argument
288 csa_writemem(resp, BA1_CSRC,
290 csa_writemem(resp, BA1_CC
336 csa_res *resp; local
352 csa_res *resp; local
368 csa_res *resp; local
395 csa_res *resp; local
420 csa_startdsp(csa_res *resp) argument
467 csa_stopdsp(csa_res *resp) argument
482 csa_res *resp = &csa->res; local
600 csa_res *resp; local
659 csa_res *resp; local
689 csa_res *resp; local
728 csa_res *resp; local
777 csa_res *resp; local
944 csa_res *resp; local
989 csa_res *resp; local
[all...]
/freebsd-11-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-11-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-11-stable/usr.sbin/timed/timed/
H A Dcandidate.c49 struct tsp *resp, msg; local
92 resp = readmsg(TSP_ANY, ANYADDR, &wait, net);
93 if (!resp)
96 switch (resp->tsp_type) {
99 (void)addmach(resp->tsp_name, &from,fromnet);
109 && !good_host_name(resp->tsp_name)) {
110 (void)addmach(resp->tsp_name, &from,fromnet);
111 suppress(&from, resp->tsp_name, net);
135 htp = addmach(resp->tsp_name,&from,fromnet);
147 (void)addmach(resp
[all...]
/freebsd-11-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-11-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-11-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-11-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-11-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-11-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-11-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
636 struct hwrm_vnic_cfg_output *resp; local
664 struct hwrm_vnic_alloc_output *resp = local
695 struct hwrm_vnic_rss_cos_lb_ctx_alloc_output *resp = local
723 struct hwrm_ring_grp_alloc_output *resp; local
760 struct hwrm_ring_alloc_output *resp; local
811 struct hwrm_stat_ctx_alloc_output *resp; local
915 struct hwrm_cfa_l2_filter_alloc_output *resp; local
956 struct hwrm_vnic_rss_cfg_output *resp; local
1060 struct hwrm_nvm_find_dir_entry_output *resp = local
1181 struct hwrm_fw_reset_output *resp = local
1206 struct hwrm_fw_qstatus_output *resp = local
1233 struct hwrm_nvm_write_output *resp = local
1316 struct hwrm_nvm_get_dir_info_output *resp = local
1392 struct hwrm_nvm_get_dev_info_output *resp = local
1431 struct hwrm_nvm_install_update_output *resp = local
1490 struct hwrm_fw_get_time_output *resp = local
1548 struct hwrm_port_phy_qcfg_output *resp = local
1633 struct hwrm_wol_filter_qcfg_output *resp = local
1659 struct hwrm_wol_filter_alloc_output *resp = local
[all...]
/freebsd-11-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-11-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-11-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-11-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...]
/freebsd-11-stable/contrib/ldns/
H A Dupdate.c94 ldns_pkt *query, *resp; local
104 if (ldns_resolver_send_pkt(&resp, r, query) != LDNS_STATUS_OK) {
109 if (!resp) {
115 while ((soa_rr = ldns_rr_list_pop_rr(ldns_pkt_answer(resp)))) {
123 ldns_pkt_free(resp);
137 ldns_pkt *query, *resp; local
154 if (ldns_resolver_send_pkt(&resp, r, query) != LDNS_STATUS_OK) {
159 if (!resp) {
164 while ((soa_rr = ldns_rr_list_pop_rr(ldns_pkt_authority(resp)))) {
172 ldns_pkt_free(resp);
[all...]
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_cmd.c323 struct ib_uverbs_get_context_resp resp; local
329 if (out_len < sizeof resp)
343 (unsigned long) cmd.response + sizeof resp,
344 in_len - sizeof cmd, out_len - sizeof resp);
380 resp.num_comp_vectors = file->device->num_comp_vectors;
385 resp.async_fd = ret;
394 &resp, sizeof resp)) {
401 fd_install(resp.async_fd, filp);
412 put_unused_fd(resp
423 copy_query_dev_fields(struct ib_uverbs_file *file, struct ib_device *ib_dev, struct ib_uverbs_query_device_resp *resp, struct ib_device_attr *attr) argument
476 struct ib_uverbs_query_device_resp resp; local
500 struct ib_uverbs_query_port_resp resp; local
551 struct ib_uverbs_alloc_pd_resp resp; local
757 struct ib_uverbs_open_xrcd_resp resp; local
971 struct ib_uverbs_reg_mr_resp resp; local
1077 struct ib_uverbs_rereg_mr_resp resp; local
1205 struct ib_uverbs_alloc_mw_resp resp; local
1333 struct ib_uverbs_create_comp_channel_resp resp; local
1365 create_cq(struct ib_uverbs_file *file, struct ib_device *ib_dev, struct ib_udata *ucore, struct ib_udata *uhw, struct ib_uverbs_ex_create_cq *cmd, size_t cmd_sz, int (*cb)(struct ib_uverbs_file *file, struct ib_ucq_object *obj, struct ib_uverbs_ex_create_cq_resp *resp, struct ib_udata *udata, void *context), void *context) argument
1382 struct ib_uverbs_ex_create_cq_resp resp; local
1471 ib_uverbs_create_cq_cb(struct ib_uverbs_file *file, struct ib_ucq_object *obj, struct ib_uverbs_ex_create_cq_resp *resp, struct ib_udata *ucore, void *context) argument
1489 struct ib_uverbs_create_cq_resp resp; local
1523 ib_uverbs_ex_create_cq_cb(struct ib_uverbs_file *file, struct ib_ucq_object *obj, struct ib_uverbs_ex_create_cq_resp *resp, struct ib_udata *ucore, void *context) argument
1539 struct ib_uverbs_ex_create_cq_resp resp; local
1577 struct ib_uverbs_resize_cq_resp resp; local
1641 struct ib_uverbs_poll_cq_resp resp; local
1720 struct ib_uverbs_destroy_cq_resp resp; local
1767 create_qp(struct ib_uverbs_file *file, struct ib_udata *ucore, struct ib_udata *uhw, struct ib_uverbs_ex_create_qp *cmd, size_t cmd_sz, int (*cb)(struct ib_uverbs_file *file, struct ib_uverbs_ex_create_qp_resp *resp, struct ib_udata *udata), void *context) argument
1787 struct ib_uverbs_ex_create_qp_resp resp; local
2028 ib_uverbs_create_qp_cb(struct ib_uverbs_file *file, struct ib_uverbs_ex_create_qp_resp *resp, struct ib_udata *ucore) argument
2089 ib_uverbs_ex_create_qp_cb(struct ib_uverbs_file *file, struct ib_uverbs_ex_create_qp_resp *resp, struct ib_udata *ucore) argument
2104 struct ib_uverbs_ex_create_qp_resp resp; local
2141 struct ib_uverbs_create_qp_resp resp; local
2237 struct ib_uverbs_query_qp_resp resp; local
2470 struct ib_uverbs_destroy_qp_resp resp; local
2535 struct ib_uverbs_post_send_resp resp; local
2808 struct ib_uverbs_post_recv_resp resp; local
2858 struct ib_uverbs_post_srq_recv_resp resp; local
2908 struct ib_uverbs_create_ah_resp resp; local
3247 struct ib_uverbs_ex_create_wq_resp resp = {}; local
3369 struct ib_uverbs_ex_destroy_wq_resp resp = {}; local
3478 struct ib_uverbs_ex_create_rwq_ind_table_resp resp = {}; local
3686 struct ib_uverbs_create_flow_resp resp; local
3897 struct ib_uverbs_create_srq_resp resp; local
4033 struct ib_uverbs_create_srq_resp resp; local
4068 struct ib_uverbs_create_srq_resp resp; local
4127 struct ib_uverbs_query_srq_resp resp; local
4168 struct ib_uverbs_destroy_srq_resp resp; local
4225 struct ib_uverbs_ex_query_device_resp resp = { {0} }; local
[all...]
/freebsd-11-stable/usr.bin/find/
H A Dmisc.c98 char *p, resp[256]; local
106 if (fgets(resp, sizeof(resp), stdin) == NULL)
107 *resp = '\0';
108 if ((p = strchr(resp, '\n')) != NULL)
114 return (rpmatch(resp) == 1);

Completed in 163 milliseconds

1234567891011>>