| /freebsd-12.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-12.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-12.1/usr.sbin/mpsutil/ |
| H A D | mps_cmd.c | 299 if (mps_pass_command(fd, &req, sizeof(req), &reply, sizeof(reply), in mps_read_config_page_header() 328 if (mps_pass_command(fd, &req, sizeof(req), &reply, sizeof(reply), in mps_read_ext_config_page_header() 372 if (mps_pass_command(fd, &req, sizeof(req), &reply, sizeof(reply), in mps_read_config_page() 384 reply.IOCStatus, mps_ioc_status(reply.IOCStatus)); in mps_read_config_page() 425 if (mps_pass_command(fd, &req, sizeof(req), &reply, sizeof(reply), in mps_read_extended_config_page() 452 bzero(&reply, sizeof(reply)); in mps_firmware_send() 458 if (mps_user_command(fd, &req, sizeof(req), &reply, sizeof(reply), in mps_firmware_send() 474 bzero(&reply, sizeof(reply)); in mps_firmware_get() 478 if (mps_user_command(fd, &req, sizeof(req), &reply, sizeof(reply), in mps_firmware_get() 492 if (mps_user_command(fd, &req, sizeof(req), &reply, sizeof(reply), in mps_firmware_get() [all …]
|
| /freebsd-12.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-12.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-12.1/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 | 1044 reply(331, in user() 1249 struct pam_response *reply; in auth_conv() local 1251 reply = calloc(num_msg, sizeof *reply); in auth_conv() 1252 if (reply == NULL) in auth_conv() 1270 reply[i].resp = NULL; in auth_conv() 1273 free(reply); in auth_conv() 1278 *resp = reply; in auth_conv() 2185 reply(226, "%s", msg); in send_data() 2550 reply(211, "End of status."); in statcmd() 3067 reply(228, in long_passive() [all …]
|
| /freebsd-12.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-12.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 | 110 return reply; in wpas_dbus_error_invalid_args() 652 return reply; in wpas_dbus_handler_create_interface() 693 return reply; in wpas_dbus_handler_remove_interface() 731 return reply; in wpas_dbus_handler_get_interface() 1454 return reply; in wpas_dbus_handler_scan() 1536 return reply; in wpas_dbus_handler_signal_poll() 1539 if (reply) in wpas_dbus_handler_signal_poll() 1626 return reply; in wpas_dbus_handler_add_network() 1633 return reply; in wpas_dbus_handler_add_network() 2037 if (!reply) in wpas_dbus_handler_get_blob() [all …]
|
| /freebsd-12.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-12.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-12.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-12.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-12.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-12.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-12.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-12.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 330 if (reply) { 333 os_free(reply); 582 char *reply; local 594 return reply; 611 char *reply = NULL; local 686 if (reply) { [all …]
|
| /freebsd-12.1/sbin/fsck_ffs/ |
| H A D | pass2.c | 110 if (reply("FIX") == 0) { in pass2() 216 if (reply("FIX") == 0) in pass2() 299 if (reply("FIX") == 1) in pass2check() 305 if (reply("FIX") == 1) in pass2check() 324 if (reply("FIX") == 1) in pass2check() 335 if (reply("FIX") == 1) in pass2check() 364 if (reply("FIX") == 1) in pass2check() 386 if (reply("FIX") == 1) in pass2check() 418 n = reply("REMOVE"); in pass2check() 424 if (reply("FIX") == 1) in pass2check() [all …]
|
| /freebsd-12.1/crypto/openssh/ |
| H A D | auth-pam.c | 397 if ((reply = calloc(n, sizeof(*reply))) == NULL) in sshpam_thread_conv() 400 free(reply); in sshpam_thread_conv() 444 *resp = reply; in sshpam_thread_conv() 451 free(reply); in sshpam_thread_conv() 620 if ((reply = calloc(n, sizeof(*reply))) == NULL) in sshpam_store_conv() 637 *resp = reply; in sshpam_store_conv() 644 free(reply); in sshpam_store_conv() 1084 if ((reply = calloc(n, sizeof(*reply))) == NULL) in sshpam_tty_conv() 1119 free(reply); in sshpam_tty_conv() 1245 if ((reply = calloc(n, sizeof(*reply))) == NULL) in sshpam_passwd_conv() [all …]
|
| /freebsd-12.1/lib/libnetgraph/ |
| H A D | msg.c | 94 struct ng_mesg *reply, *binary, *ascii; in NgSendAsciiMsg() local 140 if (NgAllocRecvMsg(cs, &reply, NULL) < 0) in NgSendAsciiMsg() 144 binary = (struct ng_mesg *)reply->data; in NgSendAsciiMsg() 149 free(reply); in NgSendAsciiMsg() 153 free(reply); in NgSendAsciiMsg() 327 bufSize = 2 * sizeof(*reply) + replen; in NgRecvAsciiMsg() 336 memcpy(reply, msg, sizeof(*msg)); in NgRecvAsciiMsg() 354 strncpy(reply->data, ascii->data, ascii->header.arglen); in NgRecvAsciiMsg() 372 (*reply = malloc(len)) == NULL) in NgAllocRecvAsciiMsg() 374 if ((len = NgRecvAsciiMsg(cs, *reply, len, path)) < 0) in NgAllocRecvAsciiMsg() [all …]
|