Home
last modified time | relevance | path

Searched defs:reply (Results 1 – 25 of 341) sorted by relevance

12345678910>>...14

/openbmc/qemu/hw/scsi/
H A Dmptendian.c63 void mptsas_fix_scsi_io_reply_endianness(MPIMsgSCSIIOReply *reply) in mptsas_fix_scsi_io_reply_endianness()
80 void mptsas_fix_scsi_task_mgmt_reply_endianness(MPIMsgSCSITaskMgmtReply *reply) in mptsas_fix_scsi_task_mgmt_reply_endianness()
101 void mptsas_fix_ioc_init_reply_endianness(MPIMsgIOCInitReply *reply) in mptsas_fix_ioc_init_reply_endianness()
113 void mptsas_fix_ioc_facts_reply_endianness(MPIMsgIOCFactsReply *reply) in mptsas_fix_ioc_facts_reply_endianness()
145 void mptsas_fix_config_reply_endianness(MPIMsgConfigReply *reply) in mptsas_fix_config_reply_endianness()
158 void mptsas_fix_port_facts_reply_endianness(MPIMsgPortFactsReply *reply) in mptsas_fix_port_facts_reply_endianness()
176 void mptsas_fix_port_enable_reply_endianness(MPIMsgPortEnableReply *reply) in mptsas_fix_port_enable_reply_endianness()
188 void mptsas_fix_event_notification_reply_endianness(MPIMsgEventNotifyReply *reply) in mptsas_fix_event_notification_reply_endianness()
H A Dmptsas.c103 static void mptsas_post_reply(MPTSASState *s, MPIDefaultReply *reply) in mptsas_post_reply()
128 void mptsas_reply(MPTSASState *s, MPIDefaultReply *reply) in mptsas_reply()
295 MPIMsgSCSIIOReply reply; in mptsas_process_scsi_io_request() local
385 MPIMsgSCSITaskMgmtReply *reply; member
406 MPIMsgSCSITaskMgmtReply reply; in mptsas_process_scsi_task_mgmt() local
562 MPIMsgIOCInitReply reply; in mptsas_process_ioc_init() local
596 MPIMsgIOCFactsReply reply; in mptsas_process_ioc_facts() local
636 MPIMsgPortFactsReply reply; in mptsas_process_port_facts() local
664 MPIMsgPortEnableReply reply; in mptsas_process_port_enable() local
685 MPIMsgEventNotifyReply reply; in mptsas_process_event_notification() local
[all …]
/openbmc/phosphor-power/
H A Dutility.cpp45 auto reply = bus.call(method); in getService() local
85 auto reply = bus.call(method); in getAllProperties() local
106 auto reply = bus.call(mapperCall); in getSubTree() local
127 auto reply = bus.call(mapperCall); in getAssociatedSubTreePaths() local
213 auto reply = bus.call(method); in getPSUInventoryPaths() local
/openbmc/linux/sound/soc/intel/common/
H A Dsst-ipc.c46 struct ipc_message *msg, struct sst_ipc_message *reply) in tx_wait_done()
80 struct sst_ipc_message *reply, int wait) in ipc_tx_message()
181 struct sst_ipc_message request, struct sst_ipc_message *reply) in sst_ipc_tx_message_wait()
212 struct sst_ipc_message request, struct sst_ipc_message *reply) in sst_ipc_tx_message_nopm()
/openbmc/phosphor-objmgr/fail-monitor/
H A Dmonitor.cpp56 auto reply = bus.call(method); in inFailedState() local
78 auto reply = bus.call(method); in getSourceUnitPath() local
110 auto reply = bus.call(method); in runTargetAction() local
/openbmc/intel-ipmi-oem/src/
H A Dsmbiosmdrv2handler.cpp71 sdbusplus::message_t reply = bus->call(method); in sdplusMdrv2GetProperty() local
75 sdbusplus::message_t reply = bus->call(method); in sdplusMdrv2GetProperty() local
101 sdbusplus::message_t reply = bus->call(method); in syncDirCommonData() local
147 sdbusplus::message_t reply = bus->call(method); in findDataId() local
327 sdbusplus::message_t reply = bus->call(method); in mdr2GetDir() local
414 sdbusplus::message_t reply = bus->call(method); in mdr2SendDir() local
480 sdbusplus::message_t reply = bus->call(method); in mdr2GetDataInfo() local
533 sdbusplus::message_t reply = bus->call(method); in mdr2DataInfoOffer() local
614 sdbusplus::message_t reply = bus->call(method); in mdr2SendDataInfo() local
1247 sdbusplus::message_t reply = bus->call(method); in cmd_mdr2_data_done() local
/openbmc/linux/include/uapi/linux/
H A Dcec-funcs.h59 int reply) in cec_msg_request_active_source()
84 int reply, in cec_msg_routing_change()
131 static inline void cec_msg_record_off(struct cec_msg *msg, int reply) in cec_msg_record_off()
293 int reply, in cec_msg_record_on()
360 int reply) in cec_msg_record_tv_screen()
434 int reply, in cec_msg_clear_analogue_timer()
489 int reply, in cec_msg_clear_digital_timer()
535 int reply, in cec_msg_clear_ext_timer()
590 int reply, in cec_msg_set_analogue_timer()
645 int reply, in cec_msg_set_digital_timer()
[all …]
/openbmc/linux/drivers/net/ethernet/netronome/nfp/bpf/
H A Dcmsg.c60 struct cmsg_reply_map_simple *reply) in nfp_bpf_ctrl_rc_to_errno()
86 struct cmsg_reply_map_alloc_tbl *reply; in nfp_bpf_ctrl_alloc_map() local
124 struct cmsg_reply_map_free_tbl *reply; in nfp_bpf_ctrl_free_map() local
168 nfp_bpf_ctrl_reply_key(struct nfp_app_bpf *bpf, struct cmsg_reply_map_op *reply, in nfp_bpf_ctrl_reply_key()
175 nfp_bpf_ctrl_reply_val(struct nfp_app_bpf *bpf, struct cmsg_reply_map_op *reply, in nfp_bpf_ctrl_reply_val()
207 struct cmsg_reply_map_op *reply; in nfp_bpf_ctrl_op_cache_get() local
301 struct cmsg_reply_map_op *reply; in nfp_bpf_ctrl_entry_op() local
/openbmc/linux/sound/soc/intel/catpt/
H A Dipc.c45 struct catpt_ipc_msg *reply) in catpt_ipc_msg_init()
87 struct catpt_ipc_msg *reply, int timeout) in catpt_dsp_do_send_msg()
126 struct catpt_ipc_msg *reply, int timeout) in catpt_dsp_send_msg_timeout()
139 struct catpt_ipc_msg *reply) in catpt_dsp_send_msg()
/openbmc/linux/sound/soc/intel/avs/
H A Dipc.c431 static void avs_ipc_msg_init(struct avs_ipc *ipc, struct avs_ipc_msg *reply) in avs_ipc_msg_init()
461 struct avs_ipc_msg *reply, int timeout) in avs_dsp_do_send_msg()
501 struct avs_ipc_msg *reply, int timeout, bool wake_d0i0, in avs_dsp_send_msg_sequence()
525 struct avs_ipc_msg *reply, int timeout) in avs_dsp_send_msg_timeout()
534 struct avs_ipc_msg *reply) in avs_dsp_send_msg()
540 struct avs_ipc_msg *reply, int timeout, bool wake_d0i0) in avs_dsp_send_pm_msg_timeout()
546 struct avs_ipc_msg *reply, bool wake_d0i0) in avs_dsp_send_pm_msg()
/openbmc/ibm-logging/
H A Ddbus.cpp42 auto reply = bus.call(method); in getManagedObjects() local
59 auto reply = bus.call(method); in getAllProperties() local
76 auto reply = bus.call(method); in getSubtree() local
/openbmc/linux/net/ethtool/
H A Deeprom.c54 struct eeprom_reply_data *reply) in eeprom_fallback()
107 struct eeprom_reply_data *reply = MODULE_EEPROM_REPDATA(reply_base); in eeprom_prepare_data() local
203 struct eeprom_reply_data *reply = MODULE_EEPROM_REPDATA(reply_base); in eeprom_fill_reply() local
210 struct eeprom_reply_data *reply = MODULE_EEPROM_REPDATA(reply_base); in eeprom_cleanup_data() local
/openbmc/phosphor-bmc-code-mgmt/bmc/
H A Dactivation.cpp242 auto reply = bus.call(method); in deleteImageManagerObject() local
385 auto reply = bus.call(method); in checkApplyTimeImmediate() local
412 auto reply = bus.call(method); in flashWriteHost() local
476 auto reply = bus.call(method); in rebootBmc() local
/openbmc/phosphor-led-manager/
H A Dutils.cpp56 auto reply = bus.call(method); in getAllProperties() local
80 auto reply = bus.call(method); in getProperty() local
117 auto reply = bus.call(method); in getSubTreePaths() local
/openbmc/openpower-occ-control/
H A Dutils.cpp72 auto reply = bus.call(method); in getProperty() local
105 auto reply = bus.call(method); in setProperty() local
130 auto reply = bus.call(method); in getSubtreePaths() local
198 auto reply = bus.call(method); in getStateValue() local
/openbmc/linux/drivers/net/wireless/ath/wil6210/
H A Dwmi.c2042 u16 reply_id, void *reply, u16 reply_size, int to_msec) in wmi_call()
2137 } __packed reply = { in wmi_led_cfg() local
2182 } __packed reply = { in wmi_rbufcap_cfg() local
2224 } __packed reply = { in wmi_pcp_start() local
2300 } __packed reply; in wmi_get_ssid() local
2339 } __packed reply; in wmi_get_channel() local
2369 } __packed reply = { in wmi_p2p_cfg() local
2392 } __packed reply = { in wmi_start_listen() local
2416 } __packed reply = { in wmi_start_search() local
2589 } __packed reply = { in wmi_rxon() local
[all …]
/openbmc/openpower-debug-collector/watchdog/
H A Dwatchdog_dbus.cpp37 auto reply = bus.call(newMethod); in dbusMethod() local
114 std::tuple<uint32_t, uint32_t> reply = {0, 0}; in createPel() local
146 std::variant<std::string> reply; in isHostStateRunning() local
/openbmc/openpower-host-ipmi-flash/
H A Dhiomap.cpp475 auto reply = ctx->bus->call(m); in hiomap_get_info() local
509 auto reply = ctx->bus->call(m); in hiomap_get_flash_info() local
547 auto reply = ctx->bus->call(m); in hiomap_create_window() local
605 auto reply = ctx->bus->call(m); in hiomap_close_window() local
637 auto reply = ctx->bus->call(m); in hiomap_mark_dirty() local
661 auto reply = ctx->bus->call(m); in hiomap_flush() local
692 auto reply = ctx->bus->call(m); in hiomap_ack() local
724 auto reply = ctx->bus->call(m); in hiomap_erase() local
/openbmc/openpower-hw-diags/util/
H A Ddbus.cpp38 auto reply = bus.call(method); in find() local
82 auto reply = bus.call(method); in findService() local
125 auto reply = bus.call(method); in getProperty() local
378 std::tuple<uint32_t, uint32_t> reply = {0, 0}; in createPel() local
494 auto reply = bus.call(method); in getStateEffecterPdrs() local
529 auto reply = bus.call(method); in getStateSensorPdrs() local
/openbmc/qemu/nbd/
H A Dclient.c115 NBDOptionReply *reply, Error **errp) in nbd_receive_option_reply()
154 static int nbd_handle_reply_err(QIOChannel *ioc, NBDOptionReply *reply, in nbd_handle_reply_err()
253 NBDOptionReply reply; in nbd_receive_list() local
343 NBDOptionReply reply; in nbd_opt_info_or_go() local
565 NBDOptionReply reply; in nbd_request_simple_option() local
722 NBDOptionReply reply; in nbd_receive_one_meta_context() local
1409 static int nbd_receive_simple_reply(QIOChannel *ioc, NBDSimpleReply *reply, in nbd_receive_simple_reply()
1535 NBDReply *reply, NBDMode mode, Error **errp) in nbd_receive_reply()
/openbmc/openpower-pnor-code-mgmt/
H A Dactivation.cpp184 auto reply = bus.call(method); in checkApplyTimeImmediate() local
220 auto reply = bus.call(method); in rebootHost() local
284 auto reply = bus.call(method); in fieldModeEnabled() local
/openbmc/phosphor-host-ipmid/test/
H A Doemrouter_unittest.cpp112 uint8_t reply[256]; in TEST() local
131 uint8_t reply[256]; in TEST() local
153 uint8_t reply[256]; in TEST() local
/openbmc/google-ipmi-sys/test/
H A Deth_unittest.cpp48 auto reply = getEthDevice(request, &hMock); in TEST() local
72 auto reply = getEthDevice(request, &hMock); in TEST() local
H A Dpsu_unittest.cpp53 auto reply = psuHardReset(request, &hMock); in TEST() local
66 auto reply = psuHardResetOnShutdown(request, &hMock); in TEST() local
/openbmc/google-ipmi-sys/
H A Dbios_setting.cpp69 std::vector<std::uint8_t> reply; in readBiosSetting() local
119 std::vector<std::uint8_t> reply; in writeBiosSetting() local

12345678910>>...14