Home
last modified time | relevance | path

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

1234

/openbsd/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
161 #define MMC_CID_PNM_V1_CPY(resp, pnm) \ argument
179 #define MMC_CID_PNM_V2_CPY(resp, pnm) \ argument
201 #define SD_CSD_CCC(resp) MMC_RSP_BITS((resp), 84, 12) argument
239 #define SD_CSD_COPY(resp) MMC_RSP_BITS((resp), 14, 1) argument
247 #define SD_CID_PNM_CPY(resp, pnm) \ argument
256 #define SD_CID_REV(resp) MMC_RSP_BITS((resp), 56, 8) 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/usr.sbin/vmd/
H A Dvioscsi.c236 struct virtio_scsi_res_hdr resp; in vioscsi_handle_tur() local
264 struct virtio_scsi_res_hdr resp; in vioscsi_handle_inquiry() local
340 struct virtio_scsi_res_hdr resp; in vioscsi_handle_mode_sense() local
478 struct virtio_scsi_res_hdr resp; in vioscsi_handle_mode_sense_big() local
616 struct virtio_scsi_res_hdr resp; in vioscsi_handle_read_capacity() local
705 struct virtio_scsi_res_hdr resp; in vioscsi_handle_read_capacity_16() local
780 struct virtio_scsi_res_hdr resp; in vioscsi_handle_report_luns() local
879 struct virtio_scsi_res_hdr resp; in vioscsi_handle_read_6() local
1004 struct virtio_scsi_res_hdr resp; in vioscsi_handle_read_10() local
1151 struct virtio_scsi_res_hdr resp; in vioscsi_handle_prevent_allow() local
[all …]
/openbsd/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) in sshsk_ecdsa_assemble()
242 sshsk_ed25519_assemble(struct sk_enroll_response *resp, struct sshkey **keyp) in sshsk_ed25519_assemble()
275 struct sk_enroll_response *resp, struct sshkey **keyp) in sshsk_key_from_response()
420 fill_attestation_blob(const struct sk_enroll_response *resp, in fill_attestation_blob()
454 struct sk_enroll_response *resp = NULL; in sshsk_enroll() local
546 sshsk_ecdsa_sig(struct sk_sign_response *resp, struct sshbuf *sig) in sshsk_ecdsa_sig()
591 sshsk_ed25519_sig(struct sk_sign_response *resp, struct sshbuf *sig) in sshsk_ed25519_sig()
625 struct sk_sign_response *resp = NULL; in sshsk_sign() local
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/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/sys/dev/pckbc/
H A Dpms.c630 u_char resp; in pms_enable_intelli() local
997 u_char resp[3]; in synaptics_query() local
1126 u_char resp[3]; in synaptics_knock() local
1435 u_char resp[3]; in alps_get_hwinfo() local
1475 u_char resp[3]; in pms_enable_alps() local
1703 u_char resp[3]; in elantech_set_absolute_mode_v1() local
1737 u_char resp[3]; in elantech_set_absolute_mode_v2() local
1777 u_char resp[3]; in elantech_set_absolute_mode_v3() local
1873 u_char resp[3]; in elantech_get_hwinfo_v2() local
1934 u_char resp[3]; in elantech_get_hwinfo_v3() local
[all …]
/openbsd/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/sys/dev/pv/
H A Dviogpu.c453 struct virtio_gpu_ctrl_hdr resp = { 0 }; in viogpu_create_2d() local
477 struct virtio_gpu_ctrl_hdr resp = { 0 }; in viogpu_set_scanout() local
506 struct virtio_gpu_ctrl_hdr resp = { 0 }; in viogpu_attach_backing() local
539 struct virtio_gpu_ctrl_hdr resp = { 0 }; in viogpu_transfer_to_host_2d() local
562 struct virtio_gpu_ctrl_hdr resp = { 0 }; in viogpu_flush_resource() local
/openbsd/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/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/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; in eap_mschap_success() local
/openbsd/usr.sbin/radiusctl/
H A Dradiusctl.c171 u_char resp[1 + MD5_DIGEST_LENGTH]; /* "1 + " for CHAP Id */ in radius_test() local
198 } __packed resp; in radius_test() local
344 radius_dump(FILE *out, RADIUS_PACKET *pkt, bool resp, const char *secret) in radius_dump()
/openbsd/sys/dev/pci/drm/apple/
H A Diomfb_template.c120 static void dcpep_cb_swap_complete(struct apple_dcp *dcp, in dcpep_cb_swap_complete()
218 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()
336 struct dcp_allocate_buffer_resp resp = { 0 }; in dcpep_cb_allocate_buffer() local
591 u8 resp = dcpep_process_chunks(dcp, req); in dcpep_cb_prop_end() local
749 struct dcp_swap_start_resp *resp = data; in dcp_swap_clear_started() local
1142 struct dcp_swap_start_resp *resp = data; in dcp_swap_started() local
/openbsd/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/regress/lib/libradius/
H A Dtest05.c9 RADIUS_PACKET *req0, *req1, *resp; in test05() local
/openbsd/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/sys/dev/pci/
H A Dif_bnxt.c1872 struct hwrm_port_phy_qcfg_output *resp = in bnxt_hwrm_port_phy_qcfg() local
2539 struct hwrm_queue_qportcfg_output *resp = in bnxt_hwrm_queue_qportcfg() local
2566 struct hwrm_ver_get_output *resp = in bnxt_hwrm_ver_get() local
2706 struct hwrm_func_qcaps_output *resp = in bnxt_hwrm_func_qcaps() local
2848 struct hwrm_vnic_alloc_output *resp = in bnxt_hwrm_vnic_alloc() local
2903 struct hwrm_vnic_rss_cos_lb_ctx_alloc_output *resp = in bnxt_hwrm_vnic_ctx_alloc() local
2954 struct hwrm_ring_grp_alloc_output *resp; in bnxt_hwrm_ring_grp_alloc() local
3015 struct hwrm_ring_alloc_output *resp; in bnxt_hwrm_ring_alloc() local
3087 struct hwrm_stat_ctx_alloc_output *resp; in bnxt_hwrm_stat_ctx_alloc() local
3182 struct hwrm_cfa_l2_filter_alloc_output *resp; in bnxt_hwrm_set_filter() local
[all …]
/openbsd/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/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/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/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/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/usr.bin/openssl/
H A Docsp.c738 OCSP_RESPONSE *resp = NULL; in ocsp_main() local
1196 make_ocsp_response(OCSP_RESPONSE **resp, OCSP_REQUEST *req, CA_DB *db, in make_ocsp_response()
1394 send_ocsp_response(BIO *cbio, OCSP_RESPONSE *resp) in send_ocsp_response()
1503 OCSP_RESPONSE *resp = NULL; in process_responder() local

1234