Home
last modified time | relevance | path

Searched defs:resp (Results 1 – 25 of 95) sorted by relevance

1234

/openbsd-src/sys/dev/sdmmc/
H A Dsdmmcreg.h86 #define MMC_R1(resp) ((resp)[0]) argument
87 #define MMC_R3(resp) ((resp)[0]) argument
88 #define SD_R6(resp) ((resp)[0]) argument
92 #define SD_R6_RCA(resp) (SD_R6((resp)) >> 16) argument
143 #define MMC_CSD_CSDVER(resp) MMC_RSP_BITS((resp), 126, 2) argument
147 #define MMC_CSD_MMCVER(resp) MMC_RSP_BITS((resp), 122, 4) argument
153 #define MMC_CSD_READ_BL_LEN(resp) MMC_RSP_BITS((resp), 80, 4) argument
154 #define MMC_CSD_C_SIZE(resp) MMC_RSP_BITS((resp), 62, 12) argument
155 #define MMC_CSD_CAPACITY(resp) ((MMC_CSD_C_SIZE((resp))+1) << \ argument
157 #define MMC_CSD_C_SIZE_MULT(resp) MMC_RSP_BITS((resp), 47, 3) argument
[all …]
H A Dsdmmc_ioreg.h37 #define SD_R5_DATA(resp) ((resp)[0] & 0xff) argument
53 #define MMC_R4(resp) ((resp)[0]) argument
54 #define MMC_R5(resp) ((resp)[0]) argument
/openbsd-src/usr.sbin/vmd/
H A Dvioscsi.c40 vioscsi_prepare_resp(struct virtio_scsi_res_hdr * resp,uint8_t vio_status,uint8_t scsi_status,uint8_t err_flags,uint8_t add_sense_code,uint8_t add_sense_code_qual) vioscsi_prepare_resp() argument
236 struct virtio_scsi_res_hdr resp; vioscsi_handle_tur() local
264 struct virtio_scsi_res_hdr resp; vioscsi_handle_inquiry() local
340 struct virtio_scsi_res_hdr resp; vioscsi_handle_mode_sense() local
478 struct virtio_scsi_res_hdr resp; vioscsi_handle_mode_sense_big() local
616 struct virtio_scsi_res_hdr resp; vioscsi_handle_read_capacity() local
705 struct virtio_scsi_res_hdr resp; vioscsi_handle_read_capacity_16() local
780 struct virtio_scsi_res_hdr resp; vioscsi_handle_report_luns() local
879 struct virtio_scsi_res_hdr resp; vioscsi_handle_read_6() local
1004 struct virtio_scsi_res_hdr resp; vioscsi_handle_read_10() local
1151 struct virtio_scsi_res_hdr resp; vioscsi_handle_prevent_allow() local
1187 struct virtio_scsi_res_hdr resp; vioscsi_handle_mechanism_status() local
1243 struct virtio_scsi_res_hdr resp; vioscsi_handle_read_toc() local
1380 struct virtio_scsi_res_hdr resp; vioscsi_handle_read_disc_info() local
1414 struct virtio_scsi_res_hdr resp; vioscsi_handle_gesn() local
1509 struct virtio_scsi_res_hdr resp; vioscsi_handle_get_config() local
2085 struct virtio_scsi_res_hdr resp; vioscsi_notifyq() local
[all...]
/openbsd-src/usr.bin/ssh/
H A Dssh-sk-helper.c57 struct sshbuf *resp; in reply_error() local
91 struct sshbuf *resp, *kbuf; in process_sign() local
152 struct sshbuf *challenge, *attest, *kbuf, *resp; in process_enroll() local
214 struct sshbuf *kbuf, *resp; in process_load_resident() local
275 struct sshbuf *req, *resp; in main() local
H A Dssh-sk.c187 sshsk_ecdsa_assemble(struct sk_enroll_response * resp,struct sshkey ** keyp) sshsk_ecdsa_assemble() argument
242 sshsk_ed25519_assemble(struct sk_enroll_response * resp,struct sshkey ** keyp) sshsk_ed25519_assemble() argument
275 sshsk_key_from_response(int alg,const char * application,uint8_t flags,struct sk_enroll_response * resp,struct sshkey ** keyp) sshsk_key_from_response() argument
420 fill_attestation_blob(const struct sk_enroll_response * resp,struct sshbuf * attest) fill_attestation_blob() argument
454 struct sk_enroll_response *resp = NULL; sshsk_enroll() local
546 sshsk_ecdsa_sig(struct sk_sign_response * resp,struct sshbuf * sig) sshsk_ecdsa_sig() argument
591 sshsk_ed25519_sig(struct sk_sign_response * resp,struct sshbuf * sig) sshsk_ed25519_sig() argument
625 struct sk_sign_response *resp = NULL; sshsk_sign() local
[all...]
H A Dssh-sk-client.c145 struct sshbuf *req = NULL, *resp = NULL; in client_converse() local
233 struct sshbuf *kbuf = NULL, *req = NULL, *resp = NULL; in sshsk_sign() local
294 struct sshbuf *kbuf = NULL, *abuf = NULL, *req = NULL, *resp = NULL; in sshsk_enroll() local
391 struct sshbuf *kbuf = NULL, *req = NULL, *resp = NULL; in sshsk_load_resident() local
/openbsd-src/sys/dev/usb/
H A Duhidpp.c841 struct uhidpp_report resp; in hidpp_get_protocol_version() local
870 struct uhidpp_report resp; in hidpp10_get_name() local
913 struct uhidpp_report resp; in hidpp10_get_type() local
972 struct uhidpp_report resp; in hidpp10_enable_notifications() local
995 struct uhidpp_report resp; in hidpp20_root_get_feature() local
1020 struct uhidpp_report resp; in hidpp20_feature_get_count() local
1040 struct uhidpp_report resp; in hidpp20_feature_get_id() local
1062 struct uhidpp_report resp; in hidpp20_battery_get_level_status() local
1132 struct uhidpp_report resp; in hidpp20_battery_get_capability() local
1153 struct uhidpp_report resp; in hidpp20_unified_battery_get_capabilities() local
[all …]
/openbsd-src/sys/dev/pckbc/
H A Dpms.c424 pms_cmd(struct pms_softc *sc, u_char *cmd, int len, u_char *resp, int resplen) in pms_cmd() argument
448 pms_get_devid(struct pms_softc *sc, u_char *resp) in pms_get_devid() argument
457 pms_get_status(struct pms_softc *sc, u_char *resp) in pms_get_status() argument
505 u_char cmd[1], resp[2]; in pms_reset() local
630 u_char resp; pms_enable_intelli() local
714 u_char cmd[1], resp[2]; pmsprobe() local
997 u_char resp[3]; synaptics_query() local
1126 u_char resp[3]; synaptics_knock() local
1435 u_char resp[3]; alps_get_hwinfo() local
1475 u_char resp[3]; pms_enable_alps() local
1703 u_char resp[3]; elantech_set_absolute_mode_v1() local
1737 u_char resp[3]; elantech_set_absolute_mode_v2() local
1777 u_char resp[3]; elantech_set_absolute_mode_v3() local
1873 u_char resp[3]; elantech_get_hwinfo_v2() local
1934 u_char resp[3]; elantech_get_hwinfo_v3() local
1972 u_char resp[3]; elantech_get_hwinfo_v4() local
2029 u_char resp[3]; elantech_knock() local
[all...]
/openbsd-src/sys/arch/arm64/dev/
H A Daplspmi.c146 aplspmi_read_resp(struct aplspmi_softc *sc, uint32_t *resp) in aplspmi_read_resp()
168 uint32_t resp; in aplspmi_cmd_read() local
199 uint32_t data, resp; in aplspmi_cmd_write() local
/openbsd-src/sys/dev/pv/
H A Dviogpu.c453 struct virtio_gpu_ctrl_hdr resp = { 0 }; viogpu_create_2d() local
477 struct virtio_gpu_ctrl_hdr resp = { 0 }; viogpu_set_scanout() local
506 struct virtio_gpu_ctrl_hdr resp = { 0 }; viogpu_attach_backing() local
539 struct virtio_gpu_ctrl_hdr resp = { 0 }; viogpu_transfer_to_host_2d() local
562 struct virtio_gpu_ctrl_hdr resp = { 0 }; viogpu_flush_resource() local
[all...]
/openbsd-src/include/rpc/
H A Dclnt.h162 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \ argument
165 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \ argument
193 #define CLNT_FREERES(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp)) argument
194 #define clnt_freeres(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp)) argument
/openbsd-src/sys/arch/i386/i386/
H A Desm.c363 struct esm_smb_resp resp; in esm_refresh() local
490 struct esm_devmap_resp resp; in esm_get_devmap() local
833 struct esm_smb_resp resp; in esm_make_sensors() local
957 struct esm_smb_resp resp; in esm_thresholds() local
1001 esm_cmd(struct esm_softc *sc, void *cmd, size_t cmdlen, void *resp, in esm_cmd()
1055 struct esm_smb_resp *resp, int wait, int step) in esm_smb_cmd()
/openbsd-src/sbin/iked/
H A Deap.c245 struct eap_header *resp; in eap_message_send() local
276 struct eap_message *resp; in eap_mschap_challenge() local
316 struct eap_message *resp; eap_mschap_success() local
[all...]
/openbsd-src/sys/dev/pci/drm/apple/
H A Diomfb_template.c218 struct dcp_get_uint_prop_resp resp = (struct dcp_get_uint_prop_resp){ in dcpep_cb_get_uint_prop() local
297 struct dcp_unmap_buf_resp *resp) in dcpep_cb_unmap_piodma() argument
120 dcpep_cb_swap_complete(struct apple_dcp * dcp,struct DCP_FW_NAME (dc_swap_complete_resp)* resp) dcpep_cb_swap_complete() argument
336 struct dcp_allocate_buffer_resp resp = { 0 }; dcpep_cb_allocate_buffer() local
591 u8 resp = dcpep_process_chunks(dcp, req); dcpep_cb_prop_end() local
749 struct dcp_swap_start_resp *resp = data; dcp_swap_clear_started() local
1142 struct dcp_swap_start_resp *resp = data; dcp_swap_started() local
[all...]
/openbsd-src/sys/dev/pci/drm/amd/pm/powerplay/smumgr/
H A Dsmumgr.c130 int smum_send_msg_to_smc(struct pp_hwmgr *hwmgr, uint16_t msg, uint32_t *resp) in smum_send_msg_to_smc()
158 uint32_t *resp) in smum_send_msg_to_smc_with_parameter()
/openbsd-src/regress/lib/libradius/
H A Dtest05.c9 RADIUS_PACKET *req0, *req1, *resp; in test05() local
/openbsd-src/usr.sbin/lpr/lpd/
H A Dprintjob.c885 int sizerr, resp; in sendfile() local
980 char resp; in response() local
1408 int resp, port; in opennet() local
1480 int resp; in openrem() local
/openbsd-src/usr.sbin/radiusd/
H A Dradiusd_eap2mschap.c454 struct eap_mschap_response *resp; eap_recv_mschap() local
612 char resp[256 + 1], buf[80]; eap_resp_mschap() local
710 RADIUS_PACKET *resp; eap_send_reject() local
[all...]
/openbsd-src/sys/dev/pci/
H A Dif_bnxt.c1872 struct hwrm_port_phy_qcfg_output *resp = bnxt_hwrm_port_phy_qcfg() local
2425 struct hwrm_err_output *resp = BNXT_DMA_KVA(softc->sc_cmd_resp); _hwrm_send_message() local
2539 struct hwrm_queue_qportcfg_output *resp = bnxt_hwrm_queue_qportcfg() local
2566 struct hwrm_ver_get_output *resp = bnxt_hwrm_ver_get() local
2706 struct hwrm_func_qcaps_output *resp = bnxt_hwrm_func_qcaps() local
2848 struct hwrm_vnic_alloc_output *resp = bnxt_hwrm_vnic_alloc() local
2903 struct hwrm_vnic_rss_cos_lb_ctx_alloc_output *resp = bnxt_hwrm_vnic_ctx_alloc() local
2954 struct hwrm_ring_grp_alloc_output *resp; bnxt_hwrm_ring_grp_alloc() local
3015 struct hwrm_ring_alloc_output *resp; bnxt_hwrm_ring_alloc() local
3087 struct hwrm_stat_ctx_alloc_output *resp; bnxt_hwrm_stat_ctx_alloc() local
3182 struct hwrm_cfa_l2_filter_alloc_output *resp; bnxt_hwrm_set_filter() local
3403 struct hwrm_nvm_get_dev_info_output *resp = bnxt_hwrm_nvm_get_dev_info() local
[all...]
/openbsd-src/usr.sbin/bgplgd/
H A Dslowcgi.c590 slowcgi_add_response(struct request *c, struct fcgi_response *resp) in slowcgi_add_response()
616 struct fcgi_response *resp; in slowcgi_response() local
1044 struct fcgi_response *resp; in script_in() local
1108 struct fcgi_response *resp; in create_data_record() local
1141 struct fcgi_response *resp; in create_end_record() local
1174 struct fcgi_response *resp; in cleanup_request() local
/openbsd-src/sys/arch/armv7/exynos/
H A Dcrosec.c87 struct ec_response_hello *resp; in cros_ec_check_version() local
217 struct ec_response_get_comms_status *resp; in cros_ec_command_inptr() local
/openbsd-src/lib/libtls/
H A Dtls_ocsp.c211 tls_ocsp_verify_response(struct tls *ctx, OCSP_RESPONSE *resp) in tls_ocsp_verify_response()
301 OCSP_RESPONSE *resp; in tls_ocsp_process_response_internal() local
/openbsd-src/lib/libcrypto/ocsp/
H A Docsp_cl.c198 OCSP_response_status(OCSP_RESPONSE *resp) in OCSP_response_status()
208 OCSP_response_get1_basic(OCSP_RESPONSE *resp) in OCSP_response_get1_basic()
/openbsd-src/usr.sbin/snmpd/
H A Dapplication_internal.c320 struct appl_varbind *vb, *resp; in appl_internal_get() local
378 struct appl_varbind *vb, *resp; in appl_internal_getnext() local
/openbsd-src/usr.bin/openssl/
H A Docsp.c738 OCSP_RESPONSE *resp = NULL; ocsp_main() local
1196 make_ocsp_response(OCSP_RESPONSE ** resp,OCSP_REQUEST * req,CA_DB * db,X509 * ca,X509 * rcert,EVP_PKEY * rkey,STACK_OF (X509)* rother,unsigned long flags,int nmin,int ndays) make_ocsp_response() argument
1394 send_ocsp_response(BIO * cbio,OCSP_RESPONSE * resp) send_ocsp_response() argument
1503 OCSP_RESPONSE *resp = NULL; process_responder() local
[all...]

1234