| /freebsd-13.1/sys/dev/pst/ |
| H A D | pst-iop.c | 55 struct i2o_single_reply *reply; member 200 (reply->initiator_context))(sc, mfa, reply); in iop_intr() 210 volatile u_int32_t reply = 0; in iop_reset() local 226 while (--timeout && !reply) in iop_reset() 235 return reply; in iop_reset() 243 volatile u_int32_t reply = 0; in iop_init_outqueue() local 379 reply->error_info_size) { in iop_get_util_params() 381 reply = NULL; in iop_get_util_params() 384 return reply; in iop_get_util_params() 423 request->reply = reply; in iop_done() [all …]
|
| /freebsd-13.1/usr.sbin/mpsutil/ |
| H A D | mps_cmd.c | 298 if (mps_pass_command(fd, &req, sizeof(req), &reply, sizeof(reply), in mps_set_slot_status() 321 if (mps_pass_command(fd, &req, sizeof(req), &reply, sizeof(reply), in mps_read_config_page_header() 350 if (mps_pass_command(fd, &req, sizeof(req), &reply, sizeof(reply), in mps_read_ext_config_page_header() 394 if (mps_pass_command(fd, &req, sizeof(req), &reply, sizeof(reply), in mps_read_config_page() 401 reply.IOCStatus = le16toh(reply.IOCStatus); in mps_read_config_page() 407 reply.IOCStatus, mps_ioc_status(reply.IOCStatus)); in mps_read_config_page() 448 if (mps_pass_command(fd, &req, sizeof(req), &reply, sizeof(reply), in mps_read_extended_config_page() 455 reply.IOCStatus = le16toh(reply.IOCStatus); in mps_read_extended_config_page() 476 bzero(&reply, sizeof(reply)); in mps_firmware_send() 498 bzero(&reply, sizeof(reply)); in mps_firmware_get() [all …]
|
| H A D | mps_set.c | 51 MPI2_CONFIG_REPLY reply; in set_ncq() local 56 bzero(&reply, sizeof(reply)); in set_ncq() 102 if (mps_pass_command(fd, &req, sizeof(req) - sizeof(req.PageBufferSGE), &reply, sizeof(reply), in set_ncq() 109 if (!IOC_STATUS_SUCCESS(reply.IOCStatus)) { in set_ncq() 112 warn("%s", mps_ioc_status(reply.IOCStatus)); in set_ncq()
|
| /freebsd-13.1/sys/dev/mpr/ |
| H A D | mpr_config.c | 76 MPI2_CONFIG_REPLY *reply; in mpr_config_get_ioc_pg8() local 102 if (error || (reply == NULL)) { in mpr_config_get_ioc_pg8() 208 MPI2_CONFIG_REPLY *reply; in mpr_config_get_iounit_pg8() local 341 MPI2_CONFIG_REPLY *reply; in mpr_config_get_man_pg11() local 529 MPI2_CONFIG_REPLY *reply; in mpr_config_get_dpm_pg0() local 667 MPI2_CONFIG_REPLY *reply; in mpr_config_set_dpm_pg0() local 807 MPI2_CONFIG_REPLY *reply; in mpr_config_get_sas_device_pg0() local 944 MPI2_CONFIG_REPLY *reply; in mpr_config_get_pcie_device_pg0() local 1081 MPI2_CONFIG_REPLY *reply; in mpr_config_get_pcie_device_pg2() local 1216 MPI2_CONFIG_REPLY *reply; in mpr_config_get_bios_pg3() local [all …]
|
| /freebsd-13.1/crypto/heimdal/appl/ftp/ftpd/ |
| H A D | ftpcmd.y | 223 reply(200, 438 reply(211, "End"); 473 reply(200, 483 reply(501, 496 reply(200, 504 reply(501, 510 reply(200, 617 reply(550, "%s: %s", 620 reply(550, 627 reply(213, [all …]
|
| H A D | ftpd.c | 400 reply(220, "%s FTP server (%s" in main() 599 reply(530, in user() 703 reply(550, "Can't set gid."); in do_login() 741 reply(550, "Can't set uid."); in do_login() 925 reply(530, "Login incorrect."); in pass() 1593 reply(211, "End of Status"); in statfilecmd() 1648 reply(211, "End of status"); in statcmd() 1968 reply(425, in pasv() 2233 reply(550, "not found"); in send_file_list() 2322 reply(550, "No files found."); in send_file_list() [all …]
|
| H A D | ftpcmd.c | 1881 reply(200, in yyparse() 2174 reply(211, "End"); in yyparse() 2223 reply(200, in yyparse() 2236 reply(501, in yyparse() 2252 reply(200, in yyparse() 2263 reply(501, in yyparse() 2269 reply(200, in yyparse() 2393 reply(550, "%s: %s", in yyparse() 2396 reply(550, in yyparse() 2403 reply(213, in yyparse() [all …]
|
| /freebsd-13.1/sys/dev/mps/ |
| H A D | mps_config.c | 76 MPI2_CONFIG_REPLY *reply = NULL; in mps_config_get_ioc_pg8() local 102 if (error || (reply == NULL)) { in mps_config_get_ioc_pg8() 161 if (error || (reply == NULL)) { in mps_config_get_ioc_pg8() 207 MPI2_CONFIG_REPLY *reply = NULL; in mps_config_get_man_pg10() local 240 if (error || (reply == NULL)) { in mps_config_get_man_pg10() 297 if (error || (reply == NULL)) { in mps_config_get_man_pg10() 598 if (error || (reply == NULL)) { in mps_config_get_dpm_pg0() 659 if (error || (reply == NULL)) { in mps_config_get_dpm_pg0() 736 if (error || (reply == NULL)) { in mps_config_set_dpm_pg0() 799 if (error || (reply == NULL)) { in mps_config_set_dpm_pg0() [all …]
|
| /freebsd-13.1/libexec/ftpd/ |
| H A D | ftpcmd.y | 236 reply(500, 376 reply(200, 615 reply(200, 637 reply(200, 645 reply(501, 651 reply(200, 681 reply(211, "End."); 733 reply(213, 745 reply(221, "Goodbye."); 1264 reply(421, [all …]
|
| H A D | ftpd.c | 1030 reply(331, in user() 1235 struct pam_response *reply; in auth_conv() local 1237 reply = calloc(num_msg, sizeof *reply); in auth_conv() 1238 if (reply == NULL) in auth_conv() 1256 reply[i].resp = NULL; in auth_conv() 1259 free(reply); in auth_conv() 1264 *resp = reply; in auth_conv() 2172 reply(226, "%s", msg); in send_data() 2537 reply(211, "End of status."); in statcmd() 3054 reply(228, in long_passive() [all …]
|
| /freebsd-13.1/contrib/opie/ |
| H A D | ftpcmd.y | 261 reply(200, 472 reply(200, 482 reply(501, 494 reply(200, 501 reply(501, 507 reply(200, 570 reply(213, 581 reply(221, "Goodbye."); 746 reply(550, globerr); 1232 reply(214, " "); [all …]
|
| H A D | opieftpd.c | 541 reply(530, "Login incorrect."); 561 reply(550, "Can't set gid."); 609 reply(550, "Can't set uid."); 945 reply(226, "Transfer complete."); 1099 reply(211, "End of Status"); 1146 reply(211, "End of status"); 1228 reply(550, "%s.", path); 1304 reply(226, "Abort successful"); 1424 reply(550, globerr); 1511 reply(550, "No files found."); [all …]
|
| /freebsd-13.1/contrib/libfido2/src/ |
| H A D | u2f.c | 150 if (fido_rx(dev, CTAP_CMD_MSG, &reply, sizeof(reply), ms) < 2) { in send_dummy_register() 160 } while (((reply[0] << 8) | reply[1]) == SW_CONDITIONS_NOT_SATISFIED); in send_dummy_register() 216 if (fido_rx(dev, CTAP_CMD_MSG, &reply, sizeof(reply), ms) != 2) { in key_lookup() 222 switch ((reply[0] << 8) | reply[1]) { in key_lookup() 249 if (len < 2 || ((reply[len - 2] << 8) | reply[len - 1]) != SW_NO_ERROR) { in parse_auth_reply() 336 } while (((reply[0] << 8) | reply[1]) == SW_CONDITIONS_NOT_SATISFIED); in do_auth() 491 if (len < 2 || ((reply[len - 2] << 8) | reply[len - 1]) != SW_NO_ERROR) { in parse_register_reply() 625 } while (((reply[0] << 8) | reply[1]) == SW_CONDITIONS_NOT_SATISFIED); in u2f_register() 773 fido_rx(dev, CTAP_CMD_WINK, &reply, sizeof(reply), 200); in u2f_get_touch_begin() 797 if ((reply_len = fido_rx(dev, CTAP_CMD_MSG, &reply, sizeof(reply), in u2f_get_touch_status() [all …]
|
| /freebsd-13.1/contrib/wpa/wpa_supplicant/dbus/ |
| H A D | dbus_new_handlers_wps.c | 36 DBusMessage **reply) in wpas_dbus_handler_wps_role() argument 67 DBusMessage **reply) in wpas_dbus_handler_wps_type() argument 188 params, reply); in wpas_dbus_handler_wps_start_entry() 191 params, reply); in wpas_dbus_handler_wps_start_entry() 194 params, reply); in wpas_dbus_handler_wps_start_entry() 197 params, reply); in wpas_dbus_handler_wps_start_entry() 201 params, reply); in wpas_dbus_handler_wps_start_entry() 224 DBusMessage *reply = NULL; in wpas_dbus_handler_wps_start() local 245 return reply; in wpas_dbus_handler_wps_start() 310 if (!reply) in wpas_dbus_handler_wps_start() [all …]
|
| H A D | dbus_new_helpers.c | 84 DBusMessage *reply; in get_all_properties() local 89 if (reply == NULL) in get_all_properties() 107 return reply; in get_all_properties() 115 return reply; in get_all_properties() 162 DBusMessage *reply; in properties_get() local 188 return reply; in properties_get() 196 DBusMessage *reply; in properties_set() local 227 return reply; in properties_set() 381 DBusMessage *reply; in message_handler() local 415 if (!reply) in message_handler() [all …]
|
| H A D | dbus_new_handlers.c | 111 return reply; in wpas_dbus_error_invalid_args() 789 return reply; in wpas_dbus_handler_create_interface() 830 return reply; in wpas_dbus_handler_remove_interface() 868 return reply; in wpas_dbus_handler_get_interface() 1601 return reply; in wpas_dbus_handler_scan() 1674 if (!reply) { in wpas_dbus_handler_add_cred() 1685 return reply; in wpas_dbus_handler_add_cred() 1690 return reply; in wpas_dbus_handler_add_cred() 1867 if (reply) in wpas_dbus_handler_signal_poll() 2403 if (!reply) in wpas_dbus_handler_get_blob() [all …]
|
| /freebsd-13.1/crypto/heimdal/lib/kadm5/ |
| H A D | chpass_c.c | 48 krb5_data reply; in kadm5_c_chpass_principal() local 66 ret = _kadm5_client_recv(context, &reply); in kadm5_c_chpass_principal() 69 sp = krb5_storage_from_data (&reply); in kadm5_c_chpass_principal() 72 krb5_data_free (&reply); in kadm5_c_chpass_principal() 78 krb5_data_free (&reply); in kadm5_c_chpass_principal() 93 krb5_data reply; in kadm5_c_chpass_principal_with_key() local 114 ret = _kadm5_client_recv(context, &reply); in kadm5_c_chpass_principal_with_key() 117 sp = krb5_storage_from_data (&reply); in kadm5_c_chpass_principal_with_key() 120 krb5_data_free (&reply); in kadm5_c_chpass_principal_with_key() 126 krb5_data_free (&reply); in kadm5_c_chpass_principal_with_key()
|
| /freebsd-13.1/crypto/heimdal/kdc/ |
| H A D | process.c | 54 krb5_data *reply, in kdc_as_req() argument 71 reply, from, addr, datagram_reply); in kdc_as_req() 81 krb5_data *reply, in kdc_tgs_req() argument 109 krb5_data *reply, in kdc_digest() argument 139 krb5_data *reply, in kdc_kx509() argument 186 krb5_data *reply, in krb5_kdc_process_request() argument 202 reply, from, addr, datagram_reply, in krb5_kdc_process_request() 226 krb5_data *reply, in krb5_kdc_process_krb5_request() argument 243 reply, from, addr, datagram_reply, in krb5_kdc_process_krb5_request() 261 const krb5_data *reply, in krb5_kdc_save_request() argument [all …]
|
| /freebsd-13.1/contrib/ntp/sntp/libevent/include/event2/ |
| H A D | rpc.h | 176 struct rplystruct* reply; \ 191 struct evrpc_pool *pool, void *request, void *reply, 214 pool, request, reply, cb, cbarg) \ argument 215 evrpc_make_request_ctx(pool, request, reply, \ 235 struct reqstruct *request, struct rplystruct *reply, \ 239 return evrpc_send_request_generic(pool, request, reply, \ 325 (void *(*)(void *))reply##_new, NULL, \ 326 (void (*)(void *))reply##_free, \ 327 (int (*)(void *))reply##_complete, \ 328 (void (*)(struct evbuffer *, void *))reply##_marshal) [all …]
|
| /freebsd-13.1/contrib/libevent/include/event2/ |
| H A D | rpc.h | 176 struct rplystruct* reply; \ 191 struct evrpc_pool *pool, void *request, void *reply, 214 pool, request, reply, cb, cbarg) \ argument 215 evrpc_make_request_ctx(pool, request, reply, \ 235 struct reqstruct *request, struct rplystruct *reply, \ 239 return evrpc_send_request_generic(pool, request, reply, \ 325 (void *(*)(void *))reply##_new, NULL, \ 326 (void (*)(void *))reply##_free, \ 327 (int (*)(void *))reply##_complete, \ 328 (void (*)(struct evbuffer *, void *))reply##_marshal) [all …]
|
| /freebsd-13.1/contrib/pam_modules/pam_passwdqc/ |
| H A D | pam_macros.h | 16 #define _pam_drop_reply(/* struct pam_response * */ reply, /* int */ replies) \ argument 21 if ((reply)[i].resp) { \ 22 _pam_overwrite((reply)[i].resp); \ 23 free((reply)[i].resp); \ 25 if ((reply)) free((reply)); \
|
| /freebsd-13.1/stand/libsa/ |
| H A D | rpc.c | 117 struct rpc_reply *reply; in rpc_call() local 179 if (cc <= sizeof(*reply)) { in rpc_call() 189 auth = &reply->rp_u.rpu_rok.rok_auth; in rpc_call() 208 rsize = cc - sizeof(*reply); in rpc_call() 209 *rdata = (void *)((uintptr_t)reply + sizeof(*reply)); in rpc_call() 223 struct rpc_reply *reply; in recvrpc() local 240 x = ntohl(reply->rp_xid); in recvrpc() 250 x = ntohl(reply->rp_direction); in recvrpc() 260 x = ntohl(reply->rp_astatus); in recvrpc() 262 errno = ntohl(reply->rp_u.rpu_errno); in recvrpc() [all …]
|
| /freebsd-13.1/contrib/wpa/src/radius/ |
| H A D | radius_das.c | 40 struct radius_msg *reply; in radius_das_disconnect() local 177 if (reply == NULL) in radius_das_disconnect() 183 radius_msg_free(reply); in radius_das_disconnect() 188 return reply; in radius_das_disconnect() 197 struct radius_msg *reply; in radius_das_coa() local 368 if (!reply) in radius_das_coa() 373 radius_msg_free(reply); in radius_das_coa() 377 return reply; in radius_das_coa() 476 if (reply) { in radius_das_receive() 494 radius_msg_dump(reply); in radius_das_receive() [all …]
|
| /freebsd-13.1/contrib/wpa/wpa_supplicant/ |
| H A D | ctrl_iface_udp.c | 201 char *reply; local 203 if (reply == NULL) { 213 return reply; 233 char *reply = NULL; local 345 if (reply) { 348 os_free(reply); 603 char *reply; local 615 return reply; 635 char *reply = NULL; local 731 if (reply) { [all …]
|
| /freebsd-13.1/crypto/openssh/ |
| H A D | auth-pam.c | 412 if ((reply = calloc(n, sizeof(*reply))) == NULL) in sshpam_thread_conv() 415 free(reply); in sshpam_thread_conv() 459 *resp = reply; in sshpam_thread_conv() 466 free(reply); in sshpam_thread_conv() 635 if ((reply = calloc(n, sizeof(*reply))) == NULL) in sshpam_store_conv() 652 *resp = reply; in sshpam_store_conv() 659 free(reply); in sshpam_store_conv() 1135 if ((reply = calloc(n, sizeof(*reply))) == NULL) in sshpam_tty_conv() 1170 free(reply); in sshpam_tty_conv() 1294 if ((reply = calloc(n, sizeof(*reply))) == NULL) in sshpam_passwd_conv() [all …]
|