Home
last modified time | relevance | path

Searched defs:cmd (Results 26 – 50 of 684) sorted by relevance

12345678910>>...28

/openbmc/phosphor-host-ipmid/
H A Dhost-interface.cpp54 auto cmd = std::make_tuple( in execute() local
63 void Host::commandStatusHandler(IpmiCmdData cmd, bool status) in commandStatusHandler()
91 auto cmd = phosphor::host::command::CommandHandler( in currentFirmwareCondition() local
H A Dipmid-new.cpp103 static inline unsigned int makeCmdKey(unsigned int cluster, unsigned int cmd) in makeCmdKey()
137 bool registerHandler(int prio, NetFn netFn, Cmd cmd, Privilege priv, in registerHandler()
162 bool registerGroupHandler(int prio, Group group, Cmd cmd, Privilege priv, in registerGroupHandler()
180 bool registerOemHandler(int prio, Iana iana, Cmd cmd, Privilege priv, in registerOemHandler()
249 Cmd cmd = request->ctx->cmd; in executeIpmiCommandCommon() local
493 NetFn netFn, uint8_t lun, Cmd cmd, ipmi::SecureBuffer& data, in executionEntry()
693 void ipmi_register_callback(ipmi_netfn_t netFn, ipmi_cmd_t cmd, in ipmi_register_callback()
750 void registerHandler(Number oen, ipmi_cmd_t cmd, Handler handler) override in registerHandler()
775 unsigned char seq = 0, netFn = 0, lun = 0, cmd = 0; in handleLegacyIpmiCommand() local
815 void ipmid_send_cmd_to_host(CommandHandler&& cmd) in ipmid_send_cmd_to_host()
/openbmc/qemu/contrib/vhost-user-gpu/
H A Dvhost-user-gpu.c56 vg_cmd_to_string(int cmd) in vg_cmd_to_string()
58 #define CMD(cmd) [cmd] = #cmd in vg_cmd_to_string() argument
232 struct virtio_gpu_ctrl_command *cmd, in vg_ctrl_response()
256 struct virtio_gpu_ctrl_command *cmd, in vg_ctrl_response_nodata()
272 struct virtio_gpu_ctrl_command *cmd = QTAILQ_LAST(&vg->fenceq); in get_display_info_cb() local
291 vg_get_display_info(VuGpu *vg, struct virtio_gpu_ctrl_command *cmd) in vg_get_display_info()
311 struct virtio_gpu_ctrl_command *cmd = QTAILQ_LAST(&vg->fenceq); in get_edid_cb() local
330 vg_get_edid(VuGpu *vg, struct virtio_gpu_ctrl_command *cmd) in vg_get_edid()
355 struct virtio_gpu_ctrl_command *cmd) in vg_resource_create_2d()
460 struct virtio_gpu_ctrl_command *cmd) in vg_resource_unref()
[all …]
/openbmc/fb-ipmi-oem/include/
H A Dcommandutils.hpp73 inline static void printRegistration(unsigned int netfn, unsigned int cmd) in printRegistration()
83 ipmi_netfn_t netfn, ipmi_cmd_t cmd, ipmi_context_t context, in ipmiPrintAndRegister()
90 inline static void printCommand(unsigned int netfn, unsigned int cmd) in printCommand()
/openbmc/qemu/hw/display/
H A Dvirtio-gpu.c161 struct virtio_gpu_ctrl_command *cmd, in virtio_gpu_ctrl_response()
185 struct virtio_gpu_ctrl_command *cmd, in virtio_gpu_ctrl_response_nodata()
196 struct virtio_gpu_ctrl_command *cmd) in virtio_gpu_get_display_info()
209 struct virtio_gpu_ctrl_command *cmd) in virtio_gpu_get_edid()
243 struct virtio_gpu_ctrl_command *cmd) in virtio_gpu_resource_create_2d()
316 struct virtio_gpu_ctrl_command *cmd) in virtio_gpu_resource_create_blob()
408 struct virtio_gpu_ctrl_command *cmd) in virtio_gpu_resource_unref()
432 struct virtio_gpu_ctrl_command *cmd) in virtio_gpu_transfer_to_host_2d()
489 struct virtio_gpu_ctrl_command *cmd) in virtio_gpu_resource_flush()
684 struct virtio_gpu_ctrl_command *cmd) in virtio_gpu_set_scanout()
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D23662 cmd = "write -P%s %s %s" % p variable
100 cmd = "write -P%s %s %s" % p variable
/openbmc/u-boot/drivers/mmc/
H A Dmmc_private.h79 static inline void mmmc_trace_before_send(struct mmc *mmc, struct mmc_cmd *cmd) in mmmc_trace_before_send()
83 static inline void mmmc_trace_after_send(struct mmc *mmc, struct mmc_cmd *cmd, in mmmc_trace_after_send()
88 static inline void mmc_trace_state(struct mmc *mmc, struct mmc_cmd *cmd) in mmc_trace_state()
H A Dmmc.c67 void mmmc_trace_before_send(struct mmc *mmc, struct mmc_cmd *cmd) in mmmc_trace_before_send()
73 void mmmc_trace_after_send(struct mmc *mmc, struct mmc_cmd *cmd, int ret) in mmmc_trace_after_send()
125 void mmc_trace_state(struct mmc *mmc, struct mmc_cmd *cmd) in mmc_trace_state()
197 int mmc_send_cmd(struct mmc *mmc, struct mmc_cmd *cmd, struct mmc_data *data) in mmc_send_cmd()
211 struct mmc_cmd cmd; in mmc_send_status() local
256 struct mmc_cmd cmd; in mmc_set_blocklen() local
319 struct mmc_cmd cmd; in mmc_send_tuning() local
359 struct mmc_cmd cmd; in mmc_read_blocks() local
456 struct mmc_cmd cmd; in mmc_go_idle() local
478 struct mmc_cmd cmd; in mmc_switch_voltage() local
[all …]
H A Dsh_mmcif.c313 struct mmc_cmd *cmd) in sh_mmcif_get_response()
328 struct mmc_cmd *cmd) in sh_mmcif_get_cmd12response()
334 struct mmc_data *data, struct mmc_cmd *cmd) in sh_mmcif_set_cmd()
432 struct mmc_data *data, struct mmc_cmd *cmd) in sh_mmcif_start_cmd()
517 struct mmc_cmd *cmd, struct mmc_data *data) in sh_mmcif_send_cmd_common()
574 static int sh_mmcif_send_cmd(struct mmc *mmc, struct mmc_cmd *cmd, in sh_mmcif_send_cmd()
642 int sh_mmcif_dm_send_cmd(struct udevice *dev, struct mmc_cmd *cmd, in sh_mmcif_dm_send_cmd()
/openbmc/qemu/hw/ide/
H A Dcore.c1409 static bool cmd_nop(IDEState *s, uint8_t cmd) in cmd_nop()
1414 static bool cmd_device_reset(IDEState *s, uint8_t cmd) in cmd_device_reset()
1431 static bool cmd_data_set_management(IDEState *s, uint8_t cmd) in cmd_data_set_management()
1446 static bool cmd_identify(IDEState *s, uint8_t cmd) in cmd_identify()
1468 static bool cmd_verify(IDEState *s, uint8_t cmd) in cmd_verify()
1478 static bool cmd_set_multiple_mode(IDEState *s, uint8_t cmd) in cmd_set_multiple_mode()
1494 static bool cmd_read_multiple(IDEState *s, uint8_t cmd) in cmd_read_multiple()
1509 static bool cmd_write_multiple(IDEState *s, uint8_t cmd) in cmd_write_multiple()
1532 static bool cmd_read_pio(IDEState *s, uint8_t cmd) in cmd_read_pio()
1554 static bool cmd_write_pio(IDEState *s, uint8_t cmd) in cmd_write_pio()
[all …]
/openbmc/google-misc/subprojects/ncsid/src/platforms/nemora/portable/
H A Dncsi_client.c132 ncsi_set_mac_command_t* cmd = (ncsi_set_mac_command_t*)buf; in ncsi_cmd_set_mac() local
147 ncsi_enable_broadcast_filter_command_t* cmd = in ncsi_cmd_enable_broadcast_filter() local
219 ncsi_oem_simple_cmd_t* cmd = (ncsi_oem_simple_cmd_t*)buf; in ncsi_oem_cmd_get_host_mac() local
231 ncsi_oem_simple_cmd_t* cmd = (ncsi_oem_simple_cmd_t*)buf; in ncsi_oem_cmd_get_filter() local
244 ncsi_oem_set_filter_cmd_t* cmd = (ncsi_oem_set_filter_cmd_t*)buf; in ncsi_oem_cmd_set_filter() local
264 ncsi_oem_echo_cmd_t* cmd = (ncsi_oem_echo_cmd_t*)buf; in ncsi_oem_cmd_echo() local
/openbmc/openpower-host-ipmi-oem/
H A Dhost-interface.cpp44 auto cmd = std::make_tuple( in execute() local
55 void Host::commandStatusHandler(IpmiCmdData cmd, bool status) in commandStatusHandler()
/openbmc/qemu/tests/qtest/
H A Dqmp-cmd-test.c24 static int query_error_class(const char *cmd) in query_error_class()
27 const char *cmd; in query_error_class() member
69 const char *cmd = data; in test_query() local
94 static bool query_is_ignored(const char *cmd) in query_is_ignored()
/openbmc/qemu/scripts/
H A Drender_block_graph.py97 def cmd(self, cmd): argument
/openbmc/qemu/tests/guest-debug/
H A Drun-test.py82 cmd = f'{args.qemu} {args.qargs} {args.binary}' \ variable
89 cmd = f'{args.qemu} {args.qargs} -g {socket_name}{suspend}' \ variable
/openbmc/qemu/hw/audio/
H A Dvirtio-snd.c116 virtio_snd_ctrl_cmd_free(virtio_snd_ctrl_command *cmd) in virtio_snd_ctrl_cmd_free()
157 virtio_snd_ctrl_command *cmd) in virtio_snd_handle_pcm_info()
289 virtio_snd_ctrl_command *cmd) in virtio_snd_handle_pcm_set_params()
510 virtio_snd_ctrl_command *cmd) in virtio_snd_handle_pcm_prepare()
533 virtio_snd_ctrl_command *cmd, in virtio_snd_handle_pcm_start_stop()
601 virtio_snd_ctrl_command *cmd) in virtio_snd_handle_pcm_release()
661 process_cmd(VirtIOSound *s, virtio_snd_ctrl_command *cmd) in process_cmd()
738 virtio_snd_ctrl_command *cmd; in virtio_snd_process_cmdq() local
772 virtio_snd_ctrl_command *cmd; in virtio_snd_handle_ctrl() local
1346 virtio_snd_ctrl_command *cmd; in virtio_snd_reset() local
/openbmc/qemu/monitor/
H A Dhmp.c207 static bool cmd_can_preconfig(const HMPCommand *cmd) in cmd_can_preconfig()
216 static bool cmd_available(const HMPCommand *cmd) in cmd_available()
222 const HMPCommand *cmd, in help_cmd_dump_one()
242 const HMPCommand *cmd; in help_cmd_dump() local
622 const HMPCommand *cmd; in search_dispatch_table() local
650 const HMPCommand *cmd; in monitor_parse_command() local
694 const HMPCommand *cmd) in monitor_parse_arguments()
1099 const HMPCommand *cmd, in handle_hmp_command_exec()
1112 const HMPCommand *cmd; member
1128 const HMPCommand *cmd; in handle_hmp_command() local
[all …]
/openbmc/u-boot/include/fsl-mc/
H A Dfsl_dpni.h47 #define DPNI_CMD_OPEN(cmd, dpni_id) \ argument
75 #define DPNI_CMD_CREATE(cmd, cfg) \ argument
87 #define DPNI_CMD_SET_POOLS(cmd, cfg) \ argument
117 #define DPNI_RSP_GET_ATTR(cmd, attr) \ argument
132 #define DPNI_CMD_SET_ERRORS_BEHAVIOR(cmd, cfg) \ argument
140 #define DPNI_CMD_SET_BUFFER_LAYOUT(cmd, layout, queue) \ argument
154 #define DPNI_RSP_GET_QDID(cmd, qdid) \ argument
158 #define DPNI_RSP_GET_TX_DATA_OFFSET(cmd, data_offset) \ argument
162 #define DPNI_CMD_SET_LINK_CFG(cmd, cfg) \ argument
169 #define DPNI_RSP_GET_LINK_STATE(cmd, state) \ argument
[all …]
H A Dfsl_dpio.h27 #define DPIO_CMD_OPEN(cmd, dpio_id) \ argument
31 #define DPIO_CMD_CREATE(cmd, cfg) \ argument
39 #define DPIO_RSP_GET_ATTR(cmd, attr) \ argument
/openbmc/u-boot/tools/patman/
H A Dpatman167 cmd = '' variable
170 cmd = gitutil.EmailPatches(series, cover_fname, args, variable
H A Dpatman.py167 cmd = '' variable
170 cmd = gitutil.EmailPatches(series, cover_fname, args, variable
/openbmc/phosphor-ipmi-blobs/
H A Dprocess.cpp54 IpmiBlobHandler validateBlobCommand(uint8_t cmd, std::span<const uint8_t> data) in validateBlobCommand()
126 Resp processBlobCommand(IpmiBlobHandler cmd, ManagerInterface* mgr, in processBlobCommand()
176 Resp handleBlobCommand(uint8_t cmd, std::vector<uint8_t> data, size_t maxSize) in handleBlobCommand()
/openbmc/qemu/tests/vm/
H A Dbasevm.py230 def _ssh_do(self, user, cmd, check): argument
253 def ssh(self, *cmd):
256 def ssh_root(self, *cmd):
259 def ssh_check(self, *cmd):
262 def ssh_root_check(self, *cmd):
435 def wait_ssh(self, wait_root=False, seconds=300, cmd="exit 0"): argument
/openbmc/qemu/scripts/simplebench/
H A Dbench_block_job.py33 def bench_block_job(cmd, cmd_args, qemu_args): argument
97 def bench_block_copy(qemu_binary, cmd, cmd_options, source, target): argument
/openbmc/qemu/hw/scsi/
H A Dscsi-generic.c433 static void scsi_generic_command_dump(uint8_t *cmd, int len) in scsi_generic_command_dump()
453 static int32_t scsi_send_command(SCSIRequest *req, uint8_t *cmd) in scsi_send_command()
527 int scsi_SG_IO_FROM_DEV(BlockBackend *blk, uint8_t *cmd, uint8_t cmd_size, in scsi_SG_IO_FROM_DEV()
564 uint8_t cmd[6]; in scsi_generic_set_vpd_bl_emulation() local
600 uint8_t cmd[6]; in scsi_generic_read_device_identification() local
655 uint8_t cmd[6]; in get_stream_blocksize() local
782 static int scsi_generic_parse_cdb(SCSIDevice *dev, SCSICommand *cmd, in scsi_generic_parse_cdb()

12345678910>>...28