| /freebsd-14.2/sys/dev/pst/ |
| H A D | pst-iop.c | 53 struct i2o_single_reply *reply; member 198 (reply->initiator_context))(sc, mfa, reply); in iop_intr() 208 volatile u_int32_t reply = 0; in iop_reset() local 224 while (--timeout && !reply) in iop_reset() 233 return reply; in iop_reset() 241 volatile u_int32_t reply = 0; in iop_init_outqueue() local 377 reply->error_info_size) { in iop_get_util_params() 379 reply = NULL; in iop_get_util_params() 382 return reply; in iop_get_util_params() 421 request->reply = reply; in iop_done() [all …]
|
| /freebsd-14.2/sys/dev/mpr/ |
| H A D | mpr_config.c | 74 MPI2_CONFIG_REPLY *reply; in mpr_config_get_ioc_pg8() local 100 if (error || (reply == NULL)) { in mpr_config_get_ioc_pg8() 206 MPI2_CONFIG_REPLY *reply; in mpr_config_get_iounit_pg8() local 339 MPI2_CONFIG_REPLY *reply; in mpr_config_get_man_pg11() local 527 MPI2_CONFIG_REPLY *reply; in mpr_config_get_dpm_pg0() local 665 MPI2_CONFIG_REPLY *reply; in mpr_config_set_dpm_pg0() local 805 MPI2_CONFIG_REPLY *reply; in mpr_config_get_sas_device_pg0() local 942 MPI2_CONFIG_REPLY *reply; in mpr_config_get_pcie_device_pg0() local 1079 MPI2_CONFIG_REPLY *reply; in mpr_config_get_pcie_device_pg2() local 1214 MPI2_CONFIG_REPLY *reply; in mpr_config_get_bios_pg3() local [all …]
|
| /freebsd-14.2/usr.sbin/mpsutil/ |
| H A D | mps_cmd.c | 296 if (mps_pass_command(fd, &req, sizeof(req), &reply, sizeof(reply), in mps_set_slot_status() 319 if (mps_pass_command(fd, &req, sizeof(req), &reply, sizeof(reply), in mps_read_config_page_header() 348 if (mps_pass_command(fd, &req, sizeof(req), &reply, sizeof(reply), in mps_read_ext_config_page_header() 392 if (mps_pass_command(fd, &req, sizeof(req), &reply, sizeof(reply), in mps_read_config_page() 399 reply.IOCStatus = le16toh(reply.IOCStatus); in mps_read_config_page() 405 reply.IOCStatus, mps_ioc_status(reply.IOCStatus)); in mps_read_config_page() 446 if (mps_pass_command(fd, &req, sizeof(req), &reply, sizeof(reply), in mps_read_extended_config_page() 453 reply.IOCStatus = le16toh(reply.IOCStatus); in mps_read_extended_config_page() 474 bzero(&reply, sizeof(reply)); in mps_firmware_send() 496 bzero(&reply, sizeof(reply)); in mps_firmware_get() [all …]
|
| H A D | mps_set.c | 48 MPI2_CONFIG_REPLY reply; in set_ncq() local 53 bzero(&reply, sizeof(reply)); in set_ncq() 99 if (mps_pass_command(fd, &req, sizeof(req) - sizeof(req.PageBufferSGE), &reply, sizeof(reply), in set_ncq() 106 if (!IOC_STATUS_SUCCESS(reply.IOCStatus)) { in set_ncq() 109 warn("%s", mps_ioc_status(reply.IOCStatus)); in set_ncq()
|
| /freebsd-14.2/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-14.2/sys/dev/mps/ |
| H A D | mps_config.c | 74 MPI2_CONFIG_REPLY *reply = NULL; in mps_config_get_ioc_pg8() local 100 if (error || (reply == NULL)) { in mps_config_get_ioc_pg8() 159 if (error || (reply == NULL)) { in mps_config_get_ioc_pg8() 205 MPI2_CONFIG_REPLY *reply = NULL; in mps_config_get_man_pg10() local 238 if (error || (reply == NULL)) { in mps_config_get_man_pg10() 295 if (error || (reply == NULL)) { in mps_config_get_man_pg10() 596 if (error || (reply == NULL)) { in mps_config_get_dpm_pg0() 657 if (error || (reply == NULL)) { in mps_config_get_dpm_pg0() 734 if (error || (reply == NULL)) { in mps_config_set_dpm_pg0() 797 if (error || (reply == NULL)) { in mps_config_set_dpm_pg0() [all …]
|
| /freebsd-14.2/libexec/ftpd/ |
| H A D | ftpcmd.y | 234 reply(500, 374 reply(200, 613 reply(200, 635 reply(200, 643 reply(501, 649 reply(200, 679 reply(211, "End."); 731 reply(213, 743 reply(221, "Goodbye."); 1262 reply(421, [all …]
|
| H A D | ftpd.c | 1023 reply(331, in user() 1215 struct pam_response *reply; in auth_conv() local 1217 reply = calloc(num_msg, sizeof *reply); in auth_conv() 1218 if (reply == NULL) in auth_conv() 1236 reply[i].resp = NULL; in auth_conv() 1239 free(reply); in auth_conv() 1244 *resp = reply; in auth_conv() 2144 reply(226, "%s", msg); in send_data() 2509 reply(211, "End of status."); in statcmd() 3026 reply(228, in long_passive() [all …]
|
| /freebsd-14.2/contrib/libfido2/src/ |
| H A D | u2f.c | 148 unsigned char *reply = NULL; in send_dummy_register() local 189 } while (((reply[0] << 8) | reply[1]) == SW_CONDITIONS_NOT_SATISFIED); in send_dummy_register() 204 unsigned char *reply = NULL; in key_lookup() local 258 switch ((reply[0] << 8) | reply[1]) { in key_lookup() 286 if (len < 2 || ((reply[len - 2] << 8) | reply[len - 1]) != SW_NO_ERROR) { in parse_auth_reply() 317 unsigned char *reply = NULL; in do_auth() local 379 } while (((reply[0] << 8) | reply[1]) == SW_CONDITIONS_NOT_SATISFIED); in do_auth() 602 if (len < 2 || ((reply[len - 2] << 8) | reply[len - 1]) != SW_NO_ERROR) { in parse_register_reply() 744 } while (((reply[0] << 8) | reply[1]) == SW_CONDITIONS_NOT_SATISFIED); in u2f_register() 920 unsigned char *reply; in u2f_get_touch_status() local [all …]
|
| /freebsd-14.2/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_handlers.c | 111 return reply; in wpas_dbus_error_invalid_args() 914 return reply; in wpas_dbus_handler_create_interface() 974 return reply; in wpas_dbus_handler_remove_interface() 1012 return reply; in wpas_dbus_handler_get_interface() 1779 return reply; in wpas_dbus_handler_scan() 1852 if (!reply) { in wpas_dbus_handler_add_cred() 1863 return reply; in wpas_dbus_handler_add_cred() 1868 return reply; in wpas_dbus_handler_add_cred() 2127 if (reply) in wpas_dbus_handler_signal_poll() 2663 if (!reply) in wpas_dbus_handler_get_blob() [all …]
|
| /freebsd-14.2/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-14.2/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-14.2/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() 181 radius_msg_free(reply); in radius_das_disconnect() 188 radius_msg_free(reply); in radius_das_disconnect() 193 return reply; in radius_das_disconnect() 202 struct radius_msg *reply; in radius_das_coa() local 373 if (!reply) in radius_das_coa() 377 radius_msg_free(reply); in radius_das_coa() 387 return reply; in radius_das_coa() 486 if (reply) { in radius_das_receive() [all …]
|
| /freebsd-14.2/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-14.2/contrib/ntp/sntp/libevent/include/event2/ |
| H A D | rpc.h | 180 struct rplystruct* reply; \ 197 struct evrpc_pool *pool, void *request, void *reply, 220 pool, request, reply, cb, cbarg) \ argument 221 evrpc_make_request_ctx(pool, request, reply, \ 241 struct reqstruct *request, struct rplystruct *reply, \ 245 return evrpc_send_request_generic(pool, request, reply, \ 336 (void *(*)(void *))reply##_new_with_arg, NULL, \ 337 (void (*)(void *))reply##_free, \ 338 (int (*)(void *))reply##_complete, \ 339 (void (*)(struct evbuffer *, void *))reply##_marshal) [all …]
|
| /freebsd-14.2/contrib/libevent/include/event2/ |
| H A D | rpc.h | 180 struct rplystruct* reply; \ 197 struct evrpc_pool *pool, void *request, void *reply, 220 pool, request, reply, cb, cbarg) \ argument 221 evrpc_make_request_ctx(pool, request, reply, \ 241 struct reqstruct *request, struct rplystruct *reply, \ 245 return evrpc_send_request_generic(pool, request, reply, \ 336 (void *(*)(void *))reply##_new_with_arg, NULL, \ 337 (void (*)(void *))reply##_free, \ 338 (int (*)(void *))reply##_complete, \ 339 (void (*)(struct evbuffer *, void *))reply##_marshal) [all …]
|
| /freebsd-14.2/stand/libsa/ |
| H A D | rpc.c | 112 struct rpc_reply *reply; in rpc_call() local 174 if (cc <= sizeof(*reply)) { in rpc_call() 184 auth = &reply->rp_u.rpu_rok.rok_auth; in rpc_call() 203 rsize = cc - sizeof(*reply); in rpc_call() 204 *rdata = (void *)((uintptr_t)reply + sizeof(*reply)); in rpc_call() 218 struct rpc_reply *reply; in recvrpc() local 235 x = ntohl(reply->rp_xid); in recvrpc() 245 x = ntohl(reply->rp_direction); in recvrpc() 255 x = ntohl(reply->rp_astatus); in recvrpc() 257 errno = ntohl(reply->rp_u.rpu_errno); in recvrpc() [all …]
|
| /freebsd-14.2/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-14.2/sbin/fsck_ffs/ |
| H A D | pass2.c | 85 if (reply("REALLOCATE")) { in pass2() 109 if (reply("FIX") == 0) { in pass2() 331 if (reply(errmsg) == 0) in pass2check() 338 if (reply(errmsg) == 0) in pass2check() 383 if (reply("FIX") == 1) in pass2check() 390 if (reply("FIX") == 1) in pass2check() 458 if (reply("FIX") == 1) in pass2check() 465 if (reply("FIX") == 1) in pass2check() 474 n = reply("REMOVE"); in pass2check() 480 if (reply("FIX") == 1) in pass2check() [all …]
|
| /freebsd-14.2/lib/libnetgraph/ |
| H A D | msg.c | 92 struct ng_mesg *reply, *binary, *ascii; in NgSendAsciiMsg() local 138 if (NgAllocRecvMsg(cs, &reply, NULL) < 0) in NgSendAsciiMsg() 142 binary = (struct ng_mesg *)reply->data; in NgSendAsciiMsg() 147 free(reply); in NgSendAsciiMsg() 151 free(reply); in NgSendAsciiMsg() 325 bufSize = 2 * sizeof(*reply) + replen; in NgRecvAsciiMsg() 334 memcpy(reply, msg, sizeof(*msg)); in NgRecvAsciiMsg() 352 strncpy(reply->data, ascii->data, ascii->header.arglen); in NgRecvAsciiMsg() 370 (*reply = malloc(len)) == NULL) in NgAllocRecvAsciiMsg() 372 if ((len = NgRecvAsciiMsg(cs, *reply, len, path)) < 0) in NgAllocRecvAsciiMsg() [all …]
|
| /freebsd-14.2/crypto/openssh/ |
| H A D | auth-pam.c | 416 if ((reply = calloc(n, sizeof(*reply))) == NULL) in sshpam_thread_conv() 419 free(reply); in sshpam_thread_conv() 463 *resp = reply; in sshpam_thread_conv() 470 free(reply); in sshpam_thread_conv() 639 if ((reply = calloc(n, sizeof(*reply))) == NULL) in sshpam_store_conv() 656 *resp = reply; in sshpam_store_conv() 663 free(reply); in sshpam_store_conv() 1148 if ((reply = calloc(n, sizeof(*reply))) == NULL) in sshpam_tty_conv() 1183 free(reply); in sshpam_tty_conv() 1307 if ((reply = calloc(n, sizeof(*reply))) == NULL) in sshpam_passwd_conv() [all …]
|
| /freebsd-14.2/crypto/heimdal/lib/krb5/ |
| H A D | changepw.c | 276 u_char reply[1024 * 3]; in process_reply() local 284 while (len < sizeof(reply)) { in process_reply() 287 ret = recvfrom (sock, reply + len, sizeof(reply) - len, in process_reply() 305 memmove(reply, reply + 4, size); in process_reply() 309 if (len == sizeof(reply)) { in process_reply() 316 ret = recvfrom (sock, reply, sizeof(reply), 0, NULL, NULL); in process_reply() 334 pkt_len = (reply[0] << 8) | (reply[1]); in process_reply() 335 pkt_ver = (reply[2] << 8) | (reply[3]); in process_reply() 337 if ((pkt_len != len) || (reply[1] == 0x7e || reply[1] == 0x5e)) { in process_reply() 380 ap_rep_data.data = reply + 6; in process_reply() [all …]
|