Home
last modified time | relevance | path

Searched refs:reply (Results 1 – 25 of 166) sorted by relevance

1234567

/dragonfly/sbin/vinum/
H A Dcommands.c146 reply->msg, in vinum_create()
264 reply.msg[0] ? reply.msg : strerror(reply.error), in vinum_rm()
288 fgets(reply, sizeof(reply), stdin); in vinum_resetconfig()
637 reply.msg[0] ? reply.msg : strerror(reply.error), in vinum_start()
685 reply.msg[0] ? reply.msg : strerror(reply.error), in vinum_start()
744 reply.msg[0] ? reply.msg : strerror(reply.error), in vinum_stop()
779 reply.msg[0] ? reply.msg : strerror(reply.error), in vinum_label()
1005 reply->msg[0] ? reply->msg : strerror(reply->error), in vinum_attach()
1096 reply->msg[0] ? reply->msg : strerror(reply->error), in vinum_detach()
1151 reply->msg[0] ? reply->msg : strerror(reply->error), in dorename()
[all …]
/dragonfly/sys/dev/raid/vinum/
H A Dvinumioctl.c440 reply->error = 0; in resetstats()
454 reply->error = 0; in resetstats()
475 reply->error = 0; in resetstats()
492 reply->error = 0; in resetstats()
555 reply->error = 0; in attachobject()
651 reply->error = 0; in detachobject()
714 reply->error = 0; in detachobject()
742 reply->error = 0; in renameobject()
757 reply->error = 0; in renameobject()
772 reply->error = 0; in renameobject()
[all …]
/dragonfly/sys/dev/raid/mpr/
H A Dmpr_config.c97 if (error || (reply == NULL)) { in mpr_config_get_ioc_pg8()
156 if (error || (reply == NULL)) { in mpr_config_get_ioc_pg8()
229 if (error || (reply == NULL)) { in mpr_config_get_iounit_pg8()
288 if (error || (reply == NULL)) { in mpr_config_get_iounit_pg8()
399 if (error || (reply == NULL)) { in mpr_config_get_dpm_pg0()
460 if (error || (reply == NULL)) { in mpr_config_get_dpm_pg0()
537 if (error || (reply == NULL)) { in mpr_config_set_dpm_pg0()
600 if (error || (reply == NULL)) { in mpr_config_set_dpm_pg0()
674 if (error || (reply == NULL)) { in mpr_config_get_sas_device_pg0()
735 if (error || (reply == NULL)) { in mpr_config_get_sas_device_pg0()
[all …]
/dragonfly/usr.sbin/mpsutil/
H A Dmps_cmd.c300 if (mps_pass_command(fd, &req, sizeof(req), &reply, sizeof(reply), in mps_read_config_page_header()
329 if (mps_pass_command(fd, &req, sizeof(req), &reply, sizeof(reply), in mps_read_ext_config_page_header()
373 if (mps_pass_command(fd, &req, sizeof(req), &reply, sizeof(reply), in mps_read_config_page()
385 reply.IOCStatus, mps_ioc_status(reply.IOCStatus)); in mps_read_config_page()
426 if (mps_pass_command(fd, &req, sizeof(req), &reply, sizeof(reply), in mps_read_extended_config_page()
453 bzero(&reply, sizeof(reply)); in mps_firmware_send()
459 if (mps_user_command(fd, &req, sizeof(req), &reply, sizeof(reply), in mps_firmware_send()
475 bzero(&reply, sizeof(reply)); in mps_firmware_get()
479 if (mps_user_command(fd, &req, sizeof(req), &reply, sizeof(reply), in mps_firmware_get()
493 if (mps_user_command(fd, &req, sizeof(req), &reply, sizeof(reply), in mps_firmware_get()
[all …]
/dragonfly/sys/dev/raid/mps/
H A Dmps_config.c69 MPI2_CONFIG_REPLY *reply; in mps_config_get_ioc_pg8() local
94 if (error || (reply == NULL)) { in mps_config_get_ioc_pg8()
145 if (error || (reply == NULL)) { in mps_config_get_ioc_pg8()
185 MPI2_CONFIG_REPLY *reply; in mps_config_get_man_pg10() local
533 MPI2_CONFIG_REPLY *reply; in mps_config_get_dpm_pg0() local
657 MPI2_CONFIG_REPLY *reply; in mps_config_set_dpm_pg0() local
782 MPI2_CONFIG_REPLY *reply; in mps_config_get_sas_device_pg0() local
903 MPI2_CONFIG_REPLY *reply; in mps_config_get_bios_pg3() local
1021 MPI2_CONFIG_REPLY *reply; in mps_config_get_raid_volume_pg0() local
1141 MPI2_CONFIG_REPLY *reply; in mps_config_get_raid_volume_pg1() local
[all …]
H A Dmps.c582 if (reply == NULL) { in mps_get_portfacts()
589 __func__, error, reply->IOCStatus, reply->IOCLogInfo, in mps_get_portfacts()
590 reply->PortType); in mps_get_portfacts()
604 MPI2_DEFAULT_REPLY reply; in mps_send_iocinit() local
612 bzero(&reply, reply_sz); in mps_send_iocinit()
1522 uint8_t *reply; in mps_intr_locked() local
1580 reply); in mps_intr_locked()
1583 cm->cm_reply = reply; in mps_intr_locked()
1624 event = reply->Event; in mps_dispatch_event()
1722 if ((reply == NULL) || in mps_update_events()
[all …]
/dragonfly/libexec/ftpd/
H A Dftpcmd.y252 reply(500,
392 reply(200,
635 reply(200,
657 reply(200,
665 reply(501,
671 reply(200,
701 reply(211, "End.");
753 reply(213,
765 reply(221, "Goodbye.");
1284 reply(421,
[all …]
H A Dftpd.c1001 reply(331, in user()
1189 struct pam_response *reply; in auth_conv() local
1191 reply = calloc(num_msg, sizeof *reply); in auth_conv()
1192 if (reply == NULL) in auth_conv()
1210 reply[i].resp = NULL; in auth_conv()
1213 free(reply); in auth_conv()
1218 *resp = reply; in auth_conv()
2102 reply(226, "%s", msg); in send_data()
2463 reply(211, "End of status."); in statcmd()
2975 reply(228, in long_passive()
[all …]
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/dbus/
H A Ddbus_new_handlers_wps.c36 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 Ddbus_new_helpers.c84 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 Ddbus_new_handlers.c110 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 …]
H A Ddbus_new_handlers_p2p.c155 return reply; in wpas_dbus_handler_p2p_find()
162 return reply; in wpas_dbus_handler_p2p_find()
368 reply = in wpas_dbus_handler_p2p_group_add()
400 return reply; in wpas_dbus_handler_p2p_group_add()
452 return reply; in wpas_dbus_handler_p2p_remove_client()
487 reply = NULL; in wpas_dbus_handler_p2p_remove_client()
491 return reply; in wpas_dbus_handler_p2p_remove_client()
504 return reply; in wpas_dbus_handler_p2p_flush()
539 return reply; in wpas_dbus_handler_p2p_connect()
656 return reply; in wpas_dbus_handler_p2p_connect()
[all …]
/dragonfly/sbin/fsck/
H A Dpass2.c96 if (reply("FIX") == 0) { in pass2()
201 if (reply("FIX") == 0) in pass2()
209 if (reply("FIX") == 0) in pass2()
250 if (reply("FIX") == 1) in pass2check()
256 if (reply("FIX") == 1) in pass2check()
287 if (reply("FIX") == 1) in pass2check()
298 if (reply("FIX") == 1) in pass2check()
361 if (reply("FIX") == 1) in pass2check()
393 n = reply("REMOVE"); in pass2check()
400 if (reply("FIX") == 1) in pass2check()
[all …]
/dragonfly/contrib/wpa_supplicant/src/radius/
H A Dradius_das.c40 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 …]
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A Dctrl_iface_udp.c201 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 …]
/dragonfly/crypto/openssh/
H A Dauth-pam.c411 if ((reply = calloc(n, sizeof(*reply))) == NULL) in sshpam_thread_conv()
414 free(reply); in sshpam_thread_conv()
458 *resp = reply; in sshpam_thread_conv()
465 free(reply); in sshpam_thread_conv()
634 if ((reply = calloc(n, sizeof(*reply))) == NULL) in sshpam_store_conv()
651 *resp = reply; in sshpam_store_conv()
658 free(reply); in sshpam_store_conv()
1132 if ((reply = calloc(n, sizeof(*reply))) == NULL) in sshpam_tty_conv()
1167 free(reply); in sshpam_tty_conv()
1291 if ((reply = calloc(n, sizeof(*reply))) == NULL) in sshpam_passwd_conv()
[all …]
H A Dmux.c524 reply_ok(reply, rid); in mux_master_process_terminate()
773 reply_ok(reply, rid); in mux_master_process_open_fwd()
785 if ((r = sshbuf_put_u32(reply, in mux_master_process_open_fwd()
788 (r = sshbuf_put_u32(reply, in mux_master_process_open_fwd()
835 reply_ok(reply, rid); in mux_master_process_open_fwd()
942 reply_ok(reply, rid); in mux_master_process_close_fwd()
1047 struct sshbuf *reply; in mux_stdio_confirm() local
1079 sshbuf_free(reply); in mux_stdio_confirm()
1114 reply_ok(reply, rid); in mux_master_process_stop_listening()
1348 struct sshbuf *reply; in mux_session_confirm() local
[all …]
/dragonfly/lib/libnetgraph7/
H A Dmsg.c94 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()
151 free(reply); in NgSendAsciiMsg()
155 free(reply); in NgSendAsciiMsg()
329 bufSize = 2 * sizeof(*reply) + replen; in NgRecvAsciiMsg()
338 memcpy(reply, msg, sizeof(*msg)); in NgRecvAsciiMsg()
356 strncpy(reply->data, ascii->data, ascii->header.arglen); in NgRecvAsciiMsg()
374 (*reply = malloc(len)) == NULL) in NgAllocRecvAsciiMsg()
376 if ((len = NgRecvAsciiMsg(cs, *reply, len, path)) < 0) in NgAllocRecvAsciiMsg()
[all …]
/dragonfly/stand/lib/
H A Drpc.c123 struct rpc_reply *reply; in rpc_call() local
184 recv_head -= sizeof(*reply); in rpc_call()
197 if (cc <= sizeof(*reply)) { in rpc_call()
208 reply = (struct rpc_reply *)recv_head; in rpc_call()
209 auth = &reply->rp_u.rpu_rok.rok_auth; in rpc_call()
225 recv_head += sizeof(*reply); in rpc_call()
238 struct rpc_reply *reply; in recvrpc() local
252 reply = (struct rpc_reply *)pkt; in recvrpc()
254 x = ntohl(reply->rp_xid); in recvrpc()
263 x = ntohl(reply->rp_direction); in recvrpc()
[all …]
/dragonfly/sys/vfs/nfs/
H A Dbootp_subr.c111 struct bootp_packet reply; member
162 struct bootp_packet reply; member
530 bcopy(&gctx->reply, in bootpc_received()
531 &ifctx->reply, in bootpc_received()
796 aio.iov_len = sizeof(gctx->reply); in bootpc_call()
846 if (bcmp(gctx->reply.chaddr, in bootpc_call()
856 &gctx->reply, in bootpc_call()
879 if (gctx->reply.giaddr.s_addr != in bootpc_call()
1365 print_in_addr(ifctx->reply.siaddr); in bootpc_decode_reply()
1378 if (ifctx->reply.sname[0] != '\0') in bootpc_decode_reply()
[all …]
H A Dkrpc_subr.c196 struct rpc_reply *reply; in krpc_call() local
374 reply = mtod(m, struct rpc_reply *); in krpc_call()
377 if (reply->rp_direction != txdr_unsigned(RPC_REPLY)) in krpc_call()
380 if (reply->rp_xid != txdr_unsigned(xid)) in krpc_call()
384 if (reply->rp_astatus != 0) { in krpc_call()
385 error = fxdr_unsigned(u_int32_t, reply->rp_errno); in krpc_call()
391 if (reply->rp_status != 0) { in krpc_call()
392 error = fxdr_unsigned(u_int32_t, reply->rp_status); in krpc_call()
415 len = sizeof(*reply); in krpc_call()
423 reply = mtod(m, struct rpc_reply *); in krpc_call()
[all …]
/dragonfly/contrib/pam_passwdqc/
H A Dpam_macros.h32 pwqc_drop_pam_reply(struct pam_response *reply, int replies) in pwqc_drop_pam_reply() argument
34 if (reply) { in pwqc_drop_pam_reply()
38 pwqc_overwrite_string(reply[reply_i].resp); in pwqc_drop_pam_reply()
39 pwqc_drop_mem(reply[reply_i].resp); in pwqc_drop_pam_reply()
41 pwqc_drop_mem(reply); in pwqc_drop_pam_reply()
/dragonfly/contrib/lvm2/dist/daemons/clvmd/
H A Dclvmd.c646 while (reply && strcmp(reply->node, nodename) != 0) { in timedout_callback()
647 reply = reply->next; in timedout_callback()
652 if (!reply) { in timedout_callback()
1048 reply.flags = 0; in read_from_local_sock()
1049 send_message(&reply, sizeof(reply), our_csid, in read_from_local_sock()
1074 reply.flags = 0; in read_from_local_sock()
1075 send_message(&reply, sizeof(reply), our_csid, in read_from_local_sock()
1127 reply.flags = 0; in read_from_local_sock()
1129 send_message(&reply, sizeof(reply), our_csid, in read_from_local_sock()
1160 send_message(&reply, sizeof(reply), our_csid, in read_from_local_sock()
[all …]
/dragonfly/sys/dev/drm/amd/display/dc/i2caux/dce110/
H A Daux_engine_dce110.c332 struct aux_reply_transaction_data *reply) in process_channel_reply() argument
338 bytes_replied = read_channel_reply(engine, reply->length, reply->data, in process_channel_reply()
343 reply->status = AUX_CHANNEL_OPERATION_FAILED_HPD_DISCON; in process_channel_reply()
355 reply->status = AUX_TRANSACTION_REPLY_INVALID; in process_channel_reply()
363 reply->status = AUX_TRANSACTION_REPLY_AUX_ACK; in process_channel_reply()
366 reply->status = AUX_TRANSACTION_REPLY_AUX_NACK; in process_channel_reply()
369 reply->status = AUX_TRANSACTION_REPLY_AUX_DEFER; in process_channel_reply()
372 reply->status = AUX_TRANSACTION_REPLY_I2C_NACK; in process_channel_reply()
375 reply->status = AUX_TRANSACTION_REPLY_I2C_DEFER; in process_channel_reply()
378 reply->status = AUX_TRANSACTION_REPLY_INVALID; in process_channel_reply()
/dragonfly/contrib/wpa_supplicant/src/wps/
H A Dwps_upnp_web.c459 if (*reply == NULL) { in web_process_get_device_info()
464 *reply = NULL; in web_process_get_device_info()
465 if (*reply == NULL) { in web_process_get_device_info()
559 *reply = NULL; in web_process_put_message()
566 if (*reply == NULL) in web_process_put_message()
670 *reply = NULL; in web_process_put_wlan_response()
701 struct wpabuf **reply, in web_process_set_selected_registrar() argument
730 *reply = NULL; in web_process_set_selected_registrar()
766 if (reply) { in web_connection_send_reply()
769 wpabuf_len(reply), &len); in web_connection_send_reply()
[all …]

1234567