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

1234567891011

/freebsd-9.3-release/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.c97 static int csa_downloadimage(csa_res *resp);
98 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
459 csa_res *resp; local
505 csa_res *resp; local
542 csa_res *resp; local
580 csa_res *resp; local
775 csa_clearserialfifos(csa_res *resp) argument
826 csa_resetdsp(csa_res *resp) argument
856 csa_downloadimage(csa_res *resp) argument
878 csa_transferimage(csa_res *resp, u_int32_t *src, u_long dest, u_long len) argument
902 csa_readcodec(csa_res *resp, u_long offset, u_int32_t *data) argument
996 csa_writecodec(csa_res *resp, u_long offset, u_int32_t data) argument
1049 csa_readio(csa_res *resp, u_long offset) argument
1063 csa_writeio(csa_res *resp, u_long offset, u_int32_t data) argument
1072 csa_readmem(csa_res *resp, u_long offset) argument
1078 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-9.3-release/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-9.3-release/usr.sbin/timed/timed/
H A Dcandidate.c50 struct tsp *resp, msg; local
93 resp = readmsg(TSP_ANY, ANYADDR, &wait, net);
94 if (!resp)
97 switch (resp->tsp_type) {
100 (void)addmach(resp->tsp_name, &from,fromnet);
110 && !good_host_name(resp->tsp_name)) {
111 (void)addmach(resp->tsp_name, &from,fromnet);
112 suppress(&from, resp->tsp_name, net);
136 htp = addmach(resp->tsp_name,&from,fromnet);
148 (void)addmach(resp
[all...]
/freebsd-9.3-release/contrib/ofed/libibverbs/src/
H A Dcmd.c51 struct ibv_get_context_resp *resp,
68 IBV_INIT_CMD_RESP(cmd, cmd_size, GET_CONTEXT, resp, resp_size);
74 VALGRIND_MAKE_MEM_DEFINED(resp, resp_size);
76 context->async_fd = resp->async_fd;
87 size_t cmd_size, struct ibv_get_context_resp *resp,
91 return ibv_cmd_get_context_v2(context, cmd, cmd_size, resp, resp_size);
93 IBV_INIT_CMD_RESP(cmd, cmd_size, GET_CONTEXT, resp, resp_size);
98 VALGRIND_MAKE_MEM_DEFINED(resp, resp_size);
100 context->async_fd = resp->async_fd;
101 context->num_comp_vectors = resp
48 ibv_cmd_get_context_v2(struct ibv_context *context, struct ibv_get_context *new_cmd, size_t new_cmd_size, struct ibv_get_context_resp *resp, size_t resp_size) argument
86 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
111 struct ibv_query_device_resp resp; local
169 struct ibv_query_port_resp resp; local
204 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
234 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
275 ibv_cmd_create_cq_v2(struct ibv_context *context, int cqe, struct ibv_cq *cq, struct ibv_create_cq *new_cmd, size_t new_cmd_size, struct ibv_create_cq_resp *resp, size_t resp_size) argument
304 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
336 struct ibv_poll_cq_resp *resp; local
394 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
429 struct ibv_destroy_cq_resp resp; local
452 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
487 ibv_cmd_create_xrc_srq(struct ibv_pd *pd, struct ibv_srq *srq, struct ibv_srq_init_attr *attr, uint32_t xrcd_handle, uint32_t xrc_cq, struct ibv_create_xrc_srq *cmd, size_t cmd_size, struct ibv_create_srq_resp *resp, size_t resp_size) argument
568 struct ibv_query_srq_resp resp; local
602 struct ibv_destroy_srq_resp resp; local
624 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
689 struct ibv_query_qp_resp resp; local
836 struct ibv_create_xrc_rcv_qp_resp resp; local
937 struct ibv_query_qp_resp resp; local
1031 struct ibv_post_send_resp resp; local
1121 struct ibv_post_recv_resp resp; local
1182 struct ibv_post_srq_recv_resp resp; local
1243 struct ibv_create_ah_resp resp; local
1287 struct ibv_destroy_qp_resp resp; local
1341 ibv_cmd_open_xrc_domain(struct ibv_context *context, int fd, int oflag, struct ibv_xrc_domain *d, struct ibv_open_xrc_domain_resp *resp, size_t resp_size) argument
[all...]
/freebsd-9.3-release/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_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
H A Dpam_get_authtok.c74 char *resp, *resp2; local
137 r = pam_prompt(pamh, style, &resp, "%s", prompt);
143 FREE(resp);
146 if (strcmp(resp, resp2) != 0)
147 FREE(resp);
150 if (resp == NULL)
152 r = pam_set_item(pamh, item, resp);
153 FREE(resp);
/freebsd-9.3-release/usr.sbin/flowctl/
H A Dflowctl.c73 static void flow_cache_print(struct ngnf_show_header *resp);
74 static void flow_cache_print_verbose(struct ngnf_show_header *resp);
77 static void flow_cache_print6(struct ngnf_show_header *resp);
78 static void flow_cache_print6_verbose(struct ngnf_show_header *resp);
209 struct ngnf_show_header req, *resp; local
232 resp = (struct ngnf_show_header *)ng_mesg->data;
233 if ((ng_mesg->header.arglen < (sizeof(*resp))) ||
234 (ng_mesg->header.arglen < (sizeof(*resp) +
235 (resp->nentries * sizeof(struct flow_entry_data)))))
238 (*func)(resp);
251 flow_cache_print(struct ngnf_show_header *resp) argument
284 flow_cache_print6(struct ngnf_show_header *resp) argument
317 flow_cache_print_verbose(struct ngnf_show_header *resp) argument
360 flow_cache_print6_verbose(struct ngnf_show_header *resp) argument
[all...]
/freebsd-9.3-release/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-9.3-release/contrib/wpa/src/eap_peer/
H A Deap_gtc.c55 struct wpabuf *resp; local
78 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_GTC,
80 return resp;
110 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_GTC, plen,
112 if (resp == NULL)
115 wpabuf_put_data(resp, "RESPONSE=", 9);
116 wpabuf_put_data(resp, identity, identity_len);
117 wpabuf_put_u8(resp, '\0');
119 wpabuf_put_data(resp, password, password_len);
121 wpabuf_head_u8(resp)
[all...]
H A Deap_md5.c39 struct wpabuf *resp; local
82 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_MD5, 1 + CHAP_MD5_LEN,
84 if (resp == NULL)
91 wpabuf_put_u8(resp, CHAP_MD5_LEN);
93 id = eap_get_id(resp);
94 rpos = wpabuf_put(resp, CHAP_MD5_LEN);
98 return resp;
H A Deap_otp.c38 struct wpabuf *resp; local
72 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_OTP, password_len,
74 if (resp == NULL)
76 wpabuf_put_data(resp, password, password_len);
85 return resp;
H A Deap_sake.c154 struct wpabuf *resp; local
174 resp = eap_sake_build_msg(data, eap_get_id(reqData),
177 if (resp == NULL)
181 eap_sake_add_attr(resp, EAP_SAKE_AT_PEERID,
186 return resp;
198 struct wpabuf *resp; local
255 resp = eap_sake_build_msg(data, eap_get_id(reqData), rlen,
257 if (resp == NULL)
261 eap_sake_add_attr(resp, EAP_SAKE_AT_RAND_P,
266 eap_sake_add_attr(resp, EAP_SAKE_AT_PEERI
299 struct wpabuf *resp; local
372 struct wpabuf *resp; local
[all...]
H A Deap_gpsk.c265 struct wpabuf *resp; local
285 resp = eap_gpsk_send_gpsk_2(data, eap_get_id(reqData),
287 if (resp == NULL)
292 return resp;
301 struct wpabuf *resp; local
313 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_GPSK, len,
315 if (resp == NULL)
318 wpabuf_put_u8(resp, EAP_GPSK_OPCODE_GPSK_2);
319 start = wpabuf_put(resp, 0);
323 wpabuf_put_be16(resp, dat
556 struct wpabuf *resp; local
599 struct wpabuf *resp; local
636 struct wpabuf *resp; local
[all...]
/freebsd-9.3-release/usr.bin/find/
H A Dmisc.c88 char *p, resp[256]; local
96 if (fgets(resp, sizeof(resp), stdin) == NULL)
97 *resp = '\0';
98 if ((p = strchr(resp, '\n')) != NULL)
104 return (rpmatch(resp) == 1);
/freebsd-9.3-release/contrib/bsnmp/lib/
H A Dsnmpagent.c169 snmp_pdu_create_response(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;
174 resp->type = SNMP_PDU_RESPONSE;
175 resp->request_id = pdu->request_id;
176 resp->version = pdu->version;
178 if (resp->version != SNMP_V3)
181 memcpy(&resp
199 snmp_get(struct snmp_pdu *pdu, struct asn_buf *resp_b, struct snmp_pdu *resp, void *data) argument
396 snmp_getnext(struct snmp_pdu *pdu, struct asn_buf *resp_b, struct snmp_pdu *resp, void *data) argument
445 snmp_getbulk(struct snmp_pdu *pdu, struct asn_buf *resp_b, struct snmp_pdu *resp, void *data) argument
656 snmp_set(struct snmp_pdu *pdu, struct asn_buf *resp_b, struct snmp_pdu *resp, void *data) argument
961 struct snmp_pdu resp; local
[all...]
/freebsd-9.3-release/sys/ofed/drivers/infiniband/core/
H A Duverbs_cmd.c277 struct ib_uverbs_get_context_resp resp; local
284 if (out_len < sizeof resp)
298 (unsigned long) cmd.response + sizeof resp,
299 in_len - sizeof cmd, out_len - sizeof resp);
318 resp.num_comp_vectors = file->device->num_comp_vectors;
320 filp = ib_uverbs_alloc_event_file(file, 1, &resp.async_fd);
327 &resp, sizeof resp)) {
344 fd_install(resp.async_fd, filp);
351 put_unused_fd(resp
367 struct ib_uverbs_query_device_resp resp; local
436 struct ib_uverbs_query_port_resp resp; local
485 struct ib_uverbs_alloc_pd_resp resp; local
594 struct ib_uverbs_reg_mr_resp resp; local
733 struct ib_uverbs_create_comp_channel_resp resp; local
762 struct ib_uverbs_create_cq_resp resp; local
863 struct ib_uverbs_resize_cq_resp resp; local
900 struct ib_uverbs_poll_cq_resp *resp; local
986 struct ib_uverbs_destroy_cq_resp resp; local
1038 struct ib_uverbs_create_qp_resp resp; local
1193 struct ib_uverbs_query_qp_resp resp; local
1380 struct ib_uverbs_destroy_qp_resp resp; local
1435 struct ib_uverbs_post_send_resp resp; local
1676 struct ib_uverbs_post_recv_resp resp; local
1725 struct ib_uverbs_post_srq_recv_resp resp; local
1774 struct ib_uverbs_create_ah_resp resp; local
1984 struct ib_uverbs_create_srq_resp resp; local
2087 struct ib_uverbs_create_srq_resp resp; local
2248 struct ib_uverbs_query_srq_resp resp; local
2288 struct ib_uverbs_destroy_srq_resp resp; local
2430 struct ib_uverbs_open_xrc_domain_resp resp; local
2674 struct ib_uverbs_create_xrc_rcv_qp_resp resp; local
2827 struct ib_uverbs_query_qp_resp resp; local
[all...]
/freebsd-9.3-release/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-9.3-release/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-9.3-release/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-9.3-release/contrib/wpa/src/wps/
H A Dhttp_server.h22 void http_request_send(struct http_request *req, struct wpabuf *resp);
24 struct wpabuf *resp);
/freebsd-9.3-release/sys/contrib/ngatm/netnatm/sig/
H A Dsig_reset.c145 struct uni_all *resp; local
153 if ((resp = UNI_ALLOC()) == NULL) {
158 MK_MSG_ORIG(resp, UNI_RESTART, 0, 0);
159 resp->u.restart.restart = req->restart;
160 resp->u.restart.connid = req->connid;
162 if (restart_forward(uni, resp))
168 if ((err = uni_send_output(resp, uni)) != 0)
170 UNI_FREE(resp);
207 struct uniapi_reset_error_indication *resp; local
211 resp
223 struct uni_all *resp; local
404 struct uniapi_reset_status_indication *resp; local
419 struct uniapi_reset_error_indication *resp; local
508 struct uni_all *resp; local
617 struct uniapi_reset_error_indication *resp; local
647 struct uni_all *resp; local
689 struct uni_all *resp; local
790 struct uniapi_reset_status_indication *resp; local
806 struct uniapi_reset_error_indication *resp; local
[all...]

Completed in 219 milliseconds

1234567891011