Home
last modified time | relevance | path

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

123456789

/netbsd/src/sys/dev/sdmmc/
Dsdmmcreg.h120 #define MMC_R1(resp) ((resp)[0]) argument
121 #define MMC_R3(resp) ((resp)[0]) argument
122 #define SD_R6(resp) ((resp)[0]) argument
123 #define MMC_R7(resp) ((resp)[0]) argument
124 #define MMC_SPI_R1(resp) ((resp)[0]) argument
125 #define MMC_SPI_R7(resp) ((resp)[1]) argument
129 #define SD_R6_RCA(resp) (SD_R6((resp)) >> 16) argument
220 #define MMC_CSD_CSDVER(resp) MMC_RSP_BITS((resp), 126, 2) argument
225 #define MMC_CSD_MMCVER(resp) MMC_RSP_BITS((resp), 122, 4) argument
231 #define MMC_CSD_TAAC(resp) MMC_RSP_BITS((resp), 112, 8) argument
[all …]
/netbsd/src/sys/net/npf/
Dnpf_ctl.c55 npf_mk_params(npf_t *npf, const nvlist_t *req, nvlist_t *resp, bool set) in npf_mk_params()
99 npf_mk_table_entries(npf_table_t *t, const nvlist_t *req, nvlist_t *resp) in npf_mk_table_entries()
142 npf_mk_table(npf_t *npf, const nvlist_t *req, nvlist_t *resp, in npf_mk_table()
196 npf_mk_tables(npf_t *npf, const nvlist_t *req, nvlist_t *resp, npf_config_t *nc) in npf_mk_tables()
231 npf_mk_singlerproc(npf_t *npf, const nvlist_t *rproc, nvlist_t *resp) in npf_mk_singlerproc()
261 npf_mk_rprocs(npf_t *npf, const nvlist_t *req, nvlist_t *resp, npf_config_t *nc) in npf_mk_rprocs()
294 npf_mk_algs(npf_t *npf, const nvlist_t *req, nvlist_t *resp) in npf_mk_algs()
323 npf_mk_singlerule(npf_t *npf, const nvlist_t *req, nvlist_t *resp, in npf_mk_singlerule()
390 npf_mk_rules(npf_t *npf, const nvlist_t *req, nvlist_t *resp, npf_config_t *nc) in npf_mk_rules()
431 npf_mk_singlenat(npf_t *npf, const nvlist_t *nat, nvlist_t *resp, in npf_mk_singlenat()
[all …]
/netbsd/src/crypto/external/bsd/openssh/dist/
Dssh-sk-helper.c60 struct sshbuf *resp; in reply_error() local
94 struct sshbuf *resp, *kbuf; in process_sign() local
155 struct sshbuf *challenge, *attest, *kbuf, *resp; in process_enroll() local
217 struct sshbuf *kbuf, *resp; in process_load_resident() local
278 struct sshbuf *req, *resp; in main() local
Dssh-sk.c192 sshsk_ecdsa_assemble(struct sk_enroll_response *resp, struct sshkey **keyp) in sshsk_ecdsa_assemble()
261 sshsk_ed25519_assemble(struct sk_enroll_response *resp, struct sshkey **keyp) in sshsk_ed25519_assemble()
294 struct sk_enroll_response *resp, struct sshkey **keyp) in sshsk_key_from_response()
439 fill_attestation_blob(const struct sk_enroll_response *resp, in fill_attestation_blob()
473 struct sk_enroll_response *resp = NULL; in sshsk_enroll() local
565 sshsk_ecdsa_sig(struct sk_sign_response *resp, struct sshbuf *sig) in sshsk_ecdsa_sig()
610 sshsk_ed25519_sig(struct sk_sign_response *resp, struct sshbuf *sig) in sshsk_ed25519_sig()
644 struct sk_sign_response *resp = NULL; in sshsk_sign() local
Dssh-sk-client.c148 struct sshbuf *req = NULL, *resp = NULL; in client_converse() local
236 struct sshbuf *kbuf = NULL, *req = NULL, *resp = NULL; in sshsk_sign() local
297 struct sshbuf *kbuf = NULL, *abuf = NULL, *req = NULL, *resp = NULL; in sshsk_enroll() local
394 struct sshbuf *kbuf = NULL, *req = NULL, *resp = NULL; in sshsk_load_resident() local
/netbsd/src/crypto/external/bsd/heimdal/dist/kadmin/
Dutil.c109 parse_attributes (const char *resp, krb5_flags *attr, int *mask, int bit) in parse_attributes()
133 char buf[1024], resp[1024]; in edit_attributes() local
159 parse_policy (const char *resp, char **policy, int *mask, int bit) in parse_policy()
187 char buf[1024], resp[1024]; in edit_policy() local
294 parse_timet (const char *resp, krb5_timestamp *value, int *mask, int bit) in parse_timet()
317 char buf[1024], resp[1024]; in edit_timet() local
380 parse_deltat (const char *resp, krb5_deltat *value, int *mask, int bit) in parse_deltat()
404 char buf[1024], resp[1024]; in edit_deltat() local
/netbsd/src/external/bsd/wpa/dist/wpa_supplicant/
Dp2p_supplicant_sd.c183 static void wpas_sd_add_empty(struct wpabuf *resp, u8 srv_proto, in wpas_sd_add_empty()
202 static void wpas_sd_add_proto_not_avail(struct wpabuf *resp, u8 srv_proto, in wpas_sd_add_proto_not_avail()
210 static void wpas_sd_add_bad_request(struct wpabuf *resp, u8 srv_proto, in wpas_sd_add_bad_request()
217 static void wpas_sd_add_not_found(struct wpabuf *resp, u8 srv_proto, in wpas_sd_add_not_found()
226 struct wpabuf *resp, u8 srv_trans_id) in wpas_sd_all_bonjour()
289 struct wpabuf *resp, u8 srv_trans_id, in wpas_sd_req_bonjour()
360 struct wpabuf *resp, u8 srv_trans_id) in wpas_sd_all_upnp()
396 struct wpabuf *resp, u8 srv_trans_id, in wpas_sd_req_upnp()
478 struct wpabuf *resp, u8 srv_trans_id, in wpas_sd_req_wfd()
558 struct wpabuf *resp, u8 srv_trans_id, in wpas_sd_req_asp()
[all …]
/netbsd/src/sys/arch/macppc/dev/
Dpmu.c270 uint8_t resp[16]; in pmu_attach() local
502 uint8_t pmu_imask, resp[16]; in pmu_init() local
682 uint8_t resp[16]; in pmu_intr() local
774 uint8_t resp[16]; in pmu_todr_get() local
802 uint8_t resp[16]; in pmu_todr_set() local
815 uint8_t resp[16]; in pmu_poweroff() local
828 uint8_t resp[16]; in pmu_restart() local
841 uint8_t resp[16], cmd[2] = {0, 0}; in pmu_modem() local
857 uint8_t resp[16]; in pmu_autopoll() local
874 uint8_t resp[16]; in pmu_adb_handler() local
[all …]
/netbsd/src/crypto/external/cpl/trousers/dist/src/tcs/
Dtcsi_caps.c34 UINT32 * respSize, BYTE ** resp) in internal_TCSGetCap()
251 BYTE ** resp /* out */ in TCS_GetCapability_Internal()
Dtcs_caps.c39 BYTE *resp; in get_current_version() local
68 BYTE *resp; in get_cap_uint32() local
/netbsd/src/external/bsd/wpa/dist/src/eap_peer/
Deap_ttls.c268 static int eap_ttls_avp_encapsulate(struct wpabuf **resp, u32 avp_code, in eap_ttls_avp_encapsulate()
376 struct wpabuf **resp) in eap_ttls_phase2_eap_process()
403 struct wpabuf **resp) in eap_ttls_phase2_request_eap_method()
477 struct wpabuf **resp) in eap_ttls_phase2_request_eap()
533 struct wpabuf **resp) in eap_ttls_phase2_request_mschapv2()
628 struct wpabuf **resp) in eap_ttls_phase2_request_mschap()
731 struct wpabuf **resp) in eap_ttls_phase2_request_pap()
785 struct wpabuf **resp) in eap_ttls_phase2_request_chap()
867 struct wpabuf **resp) in eap_ttls_phase2_request()
1119 struct wpabuf *resp, u8 identifier, in eap_ttls_encrypt_response()
[all …]
Deap_pax.c96 struct wpabuf *resp; in eap_pax_alloc_resp() local
120 struct wpabuf *resp; in eap_pax_process_std_1() local
236 struct wpabuf *resp; in eap_pax_process_std_3() local
338 struct wpabuf *resp; in eap_pax_process() local
/netbsd/src/external/ibm-public/postfix/dist/src/milter/
Dmilter.c407 const char *resp; in milter_conn_event() local
440 const char *resp; in milter_helo_event() local
462 const char *resp; in milter_mail_event() local
484 const char *resp; in milter_rcpt_event() local
510 const char *resp; in milter_data_event() local
532 const char *resp; in milter_unknown_event() local
554 const char *resp; in milter_other_event() local
569 const char *resp; in milter_message() local
1016 const char *resp = 0; in main() local
/netbsd/src/sys/dev/pckbport/
Dpms.c108 u_char cmd[2], resp[1]; in pms_protocol() local
142 u_char cmd[1], resp[2]; in pmsprobe() local
178 u_char cmd[2], resp[2]; in pmsattach() local
444 u_char cmd[1], resp[2]; in pms_reset_thread() local
Delantech.c138 uint8_t resp[3]; in pms_elantech_read_1() local
320 u_char cmd[1], resp[3]; in pms_elantech_probe_init() local
409 uint8_t cmd, resp[2]; in pms_elantech_resume() local
Dalps.c296 uint8_t resp[3]; in pms_alps_start_command_mode() local
357 uint8_t resp[3]; in pms_alps_cm_write_nibble() local
429 uint8_t resp[3]; in pms_alps_cm_read_1() local
551 uint8_t resp[3]; in pms_alps_enable_tap_mode_v2() local
797 uint8_t cmd, resp[2]; in pms_alps_resume() local
/netbsd/src/external/bsd/wpa/dist/src/tls/
Dtlsv1_client_ocsp.c113 const u8 *resp, size_t len, in tls_process_ocsp_single_response()
313 struct x509_certificate *issuer, const u8 *resp, in tls_process_ocsp_responses()
346 const u8 *resp, size_t len) in tls_process_basic_ocsp_response()
649 const u8 *resp, size_t len) in tls_process_ocsp_response()
/netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
Drpc_caps_tpm.c34 BYTE ** resp) /* out */ in RPC_GetTPMCapability_TP()
88 BYTE ** resp, /* out */ in RPC_GetCapabilitySigned_TP()
Drpc_caps.c34 BYTE ** resp) /* out */ in RPC_GetCapability_TP()
/netbsd/src/external/ibm-public/postfix/dist/src/smtpstone/
Dsmtp-source.c554 RESPONSE *resp; in read_banner() local
609 RESPONSE *resp; in helo_done() local
659 RESPONSE *resp; in mail_done() local
719 RESPONSE *resp; in rcpt_done() local
776 RESPONSE *resp; in data_done() local
868 RESPONSE *resp; in dot_done() local
917 RESPONSE *resp; in rset_done() local
/netbsd/src/external/bsd/wpa/dist/src/common/
Dgas_server.c40 struct wpabuf *resp; member
99 struct wpabuf *resp; in gas_server_send_resp() local
174 struct wpabuf *resp; in gas_server_rx_initial_req() local
275 struct wpabuf *resp; in gas_server_handle_rx_comeback_req() local
484 struct wpabuf *resp) in gas_server_set_resp()
599 void (*status_cb)(void *ctx, struct wpabuf *resp, in gas_server_register()
/netbsd/src/sys/dev/i2c/
Dibmhawk.c99 ibmhawk_response_t resp; in ibmhawk_match() local
121 ibmhawk_response_t resp; in ibmhawk_attach() local
343 ibmhawk_response_t resp; in ibmhawk_refreshall() local
/netbsd/src/external/ibm-public/postfix/dist/src/smtp/
Dsmtp_sasl_glue.c319 SMTP_RESP *resp; in smtp_sasl_authenticate() local
463 STR(resp->dsn_buf)[0] = '4'; in smtp_sasl_authenticate() local
/netbsd/src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
Drpc_caps.c38 BYTE *resp; in tcs_wrap_TCSGetCapability() local
/netbsd/src/usr.sbin/ypserv/yppush/
Dyppush_proc.c57 struct yppushresp_xfr *resp = argp; in yppushproc_xfrresp_1_svc() local

123456789