/netbsd/sys/dev/sdmmc/ |
H A D | sdmmcreg.h | 109 #define MMC_R1(resp) ((resp)[0]) argument 110 #define MMC_R3(resp) ((resp)[0]) argument 111 #define SD_R6(resp) ((resp)[0]) argument 112 #define MMC_R7(resp) ((resp)[0]) argument 113 #define MMC_SPI_R1(resp) ((resp)[0]) argument 114 #define MMC_SPI_R7(resp) ((resp)[1]) argument 118 #define SD_R6_RCA(resp) (SD_R6((resp)) >> 16) argument 282 #define SD_CSD_CCC(resp) MMC_RSP_BITS((resp), 84, 12) argument 337 #define SD_CID_REV(resp) MMC_RSP_BITS((resp), 56, 8) argument 339 #define SD_CID_MDT(resp) MMC_RSP_BITS((resp), 8, 12) argument [all …]
|
/netbsd/distrib/miniroot/ |
H A D | install.sub | 59 read resp 61 resp=$1 198 _dir=$resp 694 resp="" 755 if [ -z "$_next" ]; then resp=n; else resp=y; fi 871 resp=n 873 resp=y 884 resp="$_all" 1115 case $resp in 1426 resp="" [all …]
|
H A D | install.sh | 87 case "$resp" in 152 case "$resp" in 183 case "$resp" in 202 case "$resp" in 235 case "$resp" in 245 hostname $resp 251 FQDN=$resp 265 resp="none" 297 case "$resp" in 323 case "$resp" in [all …]
|
/netbsd/external/bsd/wpa/dist/wpa_supplicant/ |
H A D | p2p_supplicant_sd.c | 196 wpabuf_put_u8(resp, status); in wpas_sd_add_empty() 240 if (wpabuf_tailroom(resp) < in wpas_sd_all_bonjour() 254 wpabuf_put_buf(resp, bsrv->resp); /* Value */ in wpas_sd_all_bonjour() 334 wpabuf_put_buf(resp, bsrv->resp); /* Value */ in wpas_sd_req_bonjour() 452 wpabuf_put_u8(resp, ','); in wpas_sd_req_upnp() 697 struct wpabuf *resp; in wpas_sd_request() local 722 if (resp == NULL) in wpas_sd_request() 732 wpabuf_free(resp); in wpas_sd_request() 810 wpabuf_free(resp); in wpas_sd_request() 1131 wpabuf_free(bsrv->resp); in wpas_p2p_srv_bonjour_free() [all …]
|
/netbsd/crypto/external/cpl/trousers/dist/src/tcs/ |
H A D | tcsi_caps.c | 95 *(TSS_BOOL *)(*resp) = bValue; in internal_TCSGetCap() 135 *(TSS_BOOL *)(*resp) = bValue; in internal_TCSGetCap() 189 *resp = malloc(*respSize); in internal_TCSGetCap() 190 if (*resp == NULL) { in internal_TCSGetCap() 194 memset(*resp, 0, *respSize); in internal_TCSGetCap() 199 LogBlob(*respSize, *resp); in internal_TCSGetCap() 205 *resp = NULL; in internal_TCSGetCap() 212 *resp = malloc(*respSize); in internal_TCSGetCap() 213 if (*resp == NULL) { in internal_TCSGetCap() 229 LogBlob(*respSize, *resp); in internal_TCSGetCap() [all …]
|
/netbsd/sys/net/npf/ |
H A D | npf_ctl.c | 69 NPF_ERR_DEBUG(resp); in npf_mk_params() 119 NPF_ERR_DEBUG(resp); in npf_mk_table_entries() 158 NPF_ERR_DEBUG(resp); in npf_mk_table() 166 NPF_ERR_DEBUG(resp); in npf_mk_table() 173 NPF_ERR_DEBUG(resp); in npf_mk_table() 180 NPF_ERR_DEBUG(resp); in npf_mk_table() 206 NPF_ERR_DEBUG(resp); in npf_mk_tables() 238 NPF_ERR_DEBUG(resp); in npf_mk_singlerproc() 251 NPF_ERR_DEBUG(resp); in npf_mk_singlerproc() 333 NPF_ERR_DEBUG(resp); in npf_mk_singlerule() [all …]
|
/netbsd/sys/arch/macppc/dev/ |
H A D | pmu.c | 268 uint8_t resp[16]; in pmu_attach() local 677 uint8_t resp[16]; in pmu_intr() local 699 DPRINTF("brightness: %d volume %d\n", resp[2], resp[3]); in pmu_intr() 784 uint8_t resp[16]; in pmu_todr_get() local 812 uint8_t resp[16]; in pmu_todr_set() local 825 uint8_t resp[16]; in pmu_poweroff() local 838 uint8_t resp[16]; in pmu_restart() local 960 DPRINTF("resp(%d): %2x %2x\n", len, resp[0], resp[1]); in pmu_i2c_exec() 973 DPRINTF("resp2(%d): %2x %2x\n", len, resp[0], resp[1]); in pmu_i2c_exec() 977 DPRINTF("resp3(%d): %2x %2x %2x\n", len, resp[0], resp[1], in pmu_i2c_exec() [all …]
|
/netbsd/crypto/external/bsd/openssh/dist/ |
H A D | ssh-sk-helper.c | 60 struct sshbuf *resp; in reply_error() local 76 return resp; in reply_error() 94 struct sshbuf *resp, *kbuf; in process_sign() local 145 return resp; in process_sign() 209 return resp; in process_enroll() 217 struct sshbuf *kbuf, *resp; in process_load_resident() local 270 return resp; in process_load_resident() 278 struct sshbuf *req, *resp; in main() local 337 resp = process_sign(req); in main() 340 resp = process_enroll(req); in main() [all …]
|
H A D | ssh-sk.c | 210 resp->public_key, resp->public_key_len)) != 0) { in sshsk_ecdsa_assemble() 432 resp->signature, resp->signature_len)) != 0 || in fill_attestation_blob() 434 resp->authdata, resp->authdata_len)) != 0 || in fill_attestation_blob() 553 if (resp->sig_r == NULL || resp->sig_s == NULL) { in sshsk_ecdsa_sig() 564 resp->sig_r, resp->sig_r_len)) != 0 || in sshsk_ecdsa_sig() 566 resp->sig_s, resp->sig_s_len)) != 0) { in sshsk_ecdsa_sig() 578 sshbuf_dump_data(resp->sig_r, resp->sig_r_len, stderr); in sshsk_ecdsa_sig() 580 sshbuf_dump_data(resp->sig_s, resp->sig_s_len, stderr); in sshsk_ecdsa_sig() 603 resp->sig_r, resp->sig_r_len)) != 0 || in sshsk_ed25519_sig() 611 sshbuf_dump_data(resp->sig_r, resp->sig_r_len, stderr); in sshsk_ed25519_sig() [all …]
|
H A D | getrrsetbyname.c | 404 resp = calloc(1, sizeof(*resp)); in parse_dns_response() 405 if (resp == NULL) in parse_dns_response() 416 resp->header.qdcount = ntohs(resp->header.qdcount); in parse_dns_response() 417 resp->header.ancount = ntohs(resp->header.ancount); in parse_dns_response() 418 resp->header.nscount = ntohs(resp->header.nscount); in parse_dns_response() 419 resp->header.arcount = ntohs(resp->header.arcount); in parse_dns_response() 430 if (resp->header.qdcount && resp->query == NULL) { in parse_dns_response() 438 if (resp->header.ancount && resp->answer == NULL) { in parse_dns_response() 446 if (resp->header.nscount && resp->authority == NULL) { in parse_dns_response() 454 if (resp->header.arcount && resp->additional == NULL) { in parse_dns_response() [all …]
|
H A D | ssh-sk-client.c | 148 struct sshbuf *req = NULL, *resp = NULL; in client_converse() local 171 if ((r = ssh_msg_recv(fd, resp)) != 0) { in client_converse() 219 *respp = resp; in client_converse() 220 resp = NULL; in client_converse() 223 sshbuf_free(resp); in client_converse() 269 if (sshbuf_len(resp) != 0) { in sshsk_sign() 285 sshbuf_free(resp); in sshsk_sign() 335 if (sshbuf_len(resp) != 0) { in sshsk_enroll() 359 sshbuf_free(resp); in sshsk_enroll() 420 while (sshbuf_len(resp) != 0) { in sshsk_load_resident() [all …]
|
/netbsd/external/bsd/wpa/dist/src/common/ |
H A D | gas_server.c | 37 struct wpabuf *resp; member 67 response->resp = NULL; in gas_server_response_timeout() 92 struct wpabuf *resp; in gas_server_send_resp() local 123 if (!resp) { in gas_server_send_resp() 152 wpabuf_free(resp); in gas_server_send_resp() 167 struct wpabuf *resp; in gas_server_rx_initial_req() local 225 resp); in gas_server_rx_initial_req() 227 resp); in gas_server_rx_initial_req() 245 struct wpabuf *resp; in gas_server_handle_rx_comeback_req() local 262 if (!resp) { in gas_server_handle_rx_comeback_req() [all …]
|
/netbsd/distrib/amiga/floppies/inst/ |
H A D | install.sh | 47 read resp 48 if [ -z "$resp" ]; then 49 resp=$1 95 case $resp in 119 case "$resp" in 161 rdev=${resp} 185 case "$resp" in 220 resp="" 222 while [ -z "$resp" ]; do 248 if [ -z "$resp" ]; then [all …]
|
/netbsd/external/ibm-public/postfix/dist/src/milter/ |
H A D | milter.c | 407 const char *resp; in milter_conn_event() local 432 return (resp); in milter_conn_event() 440 const char *resp; in milter_helo_event() local 455 return (resp); in milter_helo_event() 477 return (resp); in milter_mail_event() 503 return (resp); in milter_rcpt_event() 525 return (resp); in milter_data_event() 547 return (resp); in milter_unknown_event() 561 return (resp); in milter_other_event() 592 return (resp); in milter_message() [all …]
|
/netbsd/crypto/external/bsd/heimdal/dist/kadmin/ |
H A D | util.c | 118 } else if(*resp == '?') { in parse_attributes() 140 if(get_response("Attributes", buf, resp, sizeof(resp)) != 0) in edit_attributes() 142 if (resp[0] == '\0') in edit_attributes() 161 if (strspn(resp, VALID_POLICY_NAME_CHARS) == strlen(resp) && in parse_policy() 162 *resp != '\0') { in parse_policy() 164 *policy = strdup(resp); in parse_policy() 195 if(get_response("Policy", buf, resp, sizeof(resp)) != 0) in edit_policy() 197 if (resp[0] == '\0') in edit_policy() 304 if(*resp != '?') in parse_timet() 325 if(get_response(prompt, buf, resp, sizeof(resp)) != 0) in edit_timet() [all …]
|
/netbsd/external/ibm-public/postfix/dist/src/smtpstone/ |
H A D | smtp-source.c | 585 if (resp->code == 421 || resp->code == 521) { in helo_done() 636 msg_warn("sender rejected: %d %s", resp->code, resp->str); in mail_done() 637 if (resp->code == 421 || resp->code == 521) { in mail_done() 693 if (resp->code == 421 || resp->code == 521) { in rcpt_done() 750 msg_warn("data rejected: %d %s", resp->code, resp->str); in data_done() 751 if (resp->code == 421 || resp->code == 521) { in data_done() 758 msg_fatal("data rejected: %d %s", resp->code, resp->str); in data_done() 836 if (resp->code == 421 || resp->code == 521) { in dot_done() 883 msg_warn("rset rejected: %d %s", resp->code, resp->str); in rset_done() 884 if (resp->code == 421 || resp->code == 521) { in rset_done() [all …]
|
/netbsd/external/bsd/ntp/dist/libntp/ |
H A D | ntp_worker.c | 217 blocking_pipe_header * resp, in queue_blocking_response() argument 222 resp->octets = respsize; in queue_blocking_response() 224 resp->rtype = req->rtype; in queue_blocking_response() 237 blocking_pipe_header * resp; in process_blocking_resp() local 250 if (NULL != resp) { in process_blocking_resp() 252 resp->magic_sig); in process_blocking_resp() 253 data = (char *)resp + sizeof(*resp); in process_blocking_resp() 255 (*resp->done_func)(resp->rtype, resp->context, in process_blocking_resp() 256 resp->octets - sizeof(*resp), in process_blocking_resp() 258 free(resp); in process_blocking_resp() [all …]
|
/netbsd/distrib/alpha/instkernel/ramdisk/ |
H A D | install.sh | 49 read resp 51 resp=$1 82 case "$resp" in 102 case "$resp" in 165 labelname=$resp 177 case "$resp" in 266 case $resp in 268 total=$resp 273 root=$resp 288 case $resp in [all …]
|
/netbsd/sys/arch/evbarm/stand/boot2440/ |
H A D | dev_sdmmc.c | 788 sdmmc_response resp; in sdmmc_mem_scan() local 929 memcpy(resp, &cmd.c_resp, sizeof(*resp)); in sdmmc_mem_send_cid() 1008 memcpy(resp, &cmd.c_resp, sizeof(*resp)); in sdmmc_mem_send_csd() 1091 sdmmc_print_csd(resp, csd); in sdmmc_decode_csd() 1292 sdmmc_response resp; in sdmmc_mem_decode_scr() local 1295 memset(resp, 0, sizeof(resp)); in sdmmc_mem_decode_scr() 1303 resp[0] |= (resp[1] & 0xff) << 24; in sdmmc_mem_decode_scr() 1304 resp[1] >>= 8; in sdmmc_mem_decode_scr() 1305 resp[0] = htole32(resp[0]); in sdmmc_mem_decode_scr() 1306 resp[1] = htole32(resp[1]); in sdmmc_mem_decode_scr() [all …]
|
/netbsd/external/bsd/wpa/dist/src/eap_peer/ |
H A D | eap_eke.c | 199 struct wpabuf *resp; in eap_eke_build_fail() local 205 if (resp) in eap_eke_build_fail() 216 return resp; in eap_eke_build_fail() 226 struct wpabuf *resp; in eap_eke_process_id() local 324 if (resp == NULL) { in eap_eke_process_id() 339 wpabuf_free(resp); in eap_eke_process_id() 348 return resp; in eap_eke_process_id() 444 if (resp == NULL) { in eap_eke_process_commit() 495 return resp; in eap_eke_process_commit() 622 return resp; in eap_eke_process_confirm() [all …]
|
H A D | eap_sake.c | 148 struct wpabuf *resp; in eap_sake_process_identity() local 170 if (resp == NULL) in eap_sake_process_identity() 179 return resp; in eap_sake_process_identity() 252 if (resp == NULL) in eap_sake_process_challenge() 272 wpabuf_head(resp), wpabuf_len(resp), rpos, in eap_sake_process_challenge() 275 wpabuf_free(resp); in eap_sake_process_challenge() 281 return resp; in eap_sake_process_challenge() 344 if (resp == NULL) in eap_sake_process_confirm() 354 wpabuf_head(resp), wpabuf_len(resp), rpos, in eap_sake_process_confirm() 366 return resp; in eap_sake_process_confirm() [all …]
|
H A D | eap_gpsk.c | 303 if (resp == NULL) in eap_gpsk_process_gpsk_1() 308 return resp; in eap_gpsk_process_gpsk_1() 331 if (resp == NULL) in eap_gpsk_send_gpsk_2() 349 wpabuf_free(resp); in eap_gpsk_send_gpsk_2() 374 wpabuf_free(resp); in eap_gpsk_send_gpsk_2() 405 return resp; in eap_gpsk_send_gpsk_2() 616 if (resp == NULL) in eap_gpsk_process_gpsk_3() 623 return resp; in eap_gpsk_process_gpsk_3() 640 if (resp == NULL) in eap_gpsk_send_gpsk_4() 658 return resp; in eap_gpsk_send_gpsk_4() [all …]
|
/netbsd/usr.sbin/rmt/ |
H A D | rmt.c | 70 char resp[BUFSIZ]; variable 157 (void)snprintf(resp, sizeof(resp), "A%d\n", rval); in main() 158 (void)write(STDOUT_FILENO, resp, strlen(resp)); in main() 188 (void)snprintf(resp, sizeof(resp), "A%d\n", rval); in main() 189 (void)write(STDOUT_FILENO, resp, strlen(resp)); in main() 200 (void)snprintf(resp, sizeof(resp), "A%d\n", rval); in main() 201 (void)write(STDOUT_FILENO, resp, strlen(resp)); in main() 246 (void)snprintf(resp, sizeof(resp), "E%d\n%s\n", num, strerror(num)); in error() 247 (void)write(STDOUT_FILENO, resp, strlen(resp)); in error()
|
/netbsd/usr.sbin/btattach/ |
H A D | init_bcm43xx.c | 97 uint8_t resp[7]; in init_bcm43xx() local 107 uart_recv_cc(fd, HCI_CMD_RESET, &resp, sizeof(resp)); in init_bcm43xx() 124 uart_recv_cc(fd, HCI_CMD_43XXFWDN, &resp, sizeof(resp)); in init_bcm43xx() 134 uart_recv_cc(fd, fw_cmd, &resp, sizeof(resp)); in init_bcm43xx() 141 uart_recv_cc(fd, HCI_CMD_RESET, &resp, sizeof(resp)); in init_bcm43xx() 150 uart_recv_cc(fd, HCI_CMD_BCM43XX_SET_CLOCK, &resp, sizeof(resp)); in init_bcm43xx() 158 uart_recv_cc(fd, HCI_CMD_BCM43XX_SET_UART_BAUD_RATE, &resp, sizeof(resp)); in init_bcm43xx()
|
/netbsd/distrib/atari/floppies/prepare/ |
H A D | install.sh | 57 read resp 58 if [ -z "$resp" ]; then 59 resp=$1 90 if isin $resp $_DKDEVS ; then 91 ROOTDISK="$resp" 94 echo "The disk $resp does not exist." 109 case "$resp" in 114 if isin $resp $_DKDEVS ; then 115 md_labeldisk $resp 118 echo "The disk $resp does not exist." [all …]
|