Home
last modified time | relevance | path

Searched defs:cmd (Results 401 – 425 of 683) sorted by relevance

1...<<11121314151617181920>>...28

/openbmc/qemu/hw/scsi/
H A Dspapr_vscsi.c298 struct srp_cmd *cmd = &req_iu(req)->srp.cmd; in vscsi_fetch_desc() local
463 static int data_out_desc_size(struct srp_cmd *cmd) in data_out_desc_size()
486 struct srp_cmd *cmd = &req_iu(req)->srp.cmd; in vscsi_preprocess_desc() local
/openbmc/u-boot/drivers/mmc/
H A Dmtk-sd.c318 static u32 msdc_cmd_find_resp(struct msdc_host *host, struct mmc_cmd *cmd) in msdc_cmd_find_resp()
346 struct mmc_cmd *cmd, in msdc_cmd_prepare_raw_cmd()
394 struct mmc_cmd *cmd) in msdc_cmd_done()
457 static int msdc_start_command(struct msdc_host *host, struct mmc_cmd *cmd, in msdc_start_command()
645 static int msdc_ops_send_cmd(struct udevice *dev, struct mmc_cmd *cmd, in msdc_ops_send_cmd()
H A Dmmc_spi.c173 static int mmc_spi_request(struct mmc *mmc, struct mmc_cmd *cmd, in mmc_spi_request()
/openbmc/qemu/qga/
H A Dcommands-linux.c937 struct nvme_admin_cmd cmd = { in get_nvme_smart() local
1264 const char *cmd[4] = {"systemctl", "status", systemctl_args[mode], NULL}; in systemd_supports_mode() local
1288 const char *cmd[3] = {"systemctl", systemctl_args[mode], NULL}; in systemd_suspend() local
1317 const char *cmd[3] = {"pm-is-supported", pmutils_args[mode], NULL}; in pmutils_supports_mode() local
1346 const char *cmd[2] = {pmutils_binaries[mode], NULL}; in pmutils_suspend() local
/openbmc/hiomapd/
H A Dmboxctl.c66 static int mboxctl_directive(struct mboxctl_context *context, const char *cmd) in mboxctl_directive()
/openbmc/u-boot/test/py/
H A Du_boot_console_base.py140 def run_command(self, cmd, wait_for_echo=True, send_nl=True, argument
/openbmc/u-boot/drivers/video/
H A Dtegra.c147 static void basic_init(struct dc_cmd_reg *cmd) in basic_init()
/openbmc/openpower-pnor-code-mgmt/static/
H A Ditem_updater_static.cpp45 std::string cmd = concat_string("pflash", ts...); in pflash() local
/openbmc/qemu/hw/char/
H A Driscv_htif.c150 uint8_t cmd = val_written >> HTIF_CMD_SHIFT; in htif_handle_tohost_write() local
/openbmc/qemu/hw/sd/
H A Dssi-sd.c58 int cmd; member
/openbmc/qemu/hw/ide/
H A Dahci.c904 AHCICmdHdr *cmd, int64_t limit, uint64_t offset) in ahci_populate_sglist()
1199 AHCICmdHdr *cmd = get_cmd_header(s, port, slot); in handle_reg_h2d_fis() local
1313 AHCICmdHdr *cmd; in handle_cmd() local
/openbmc/qemu/hw/nvme/
H A Dctrl.c989 size_t *len, NvmeCmd *cmd) in nvme_map_sgl_data()
1049 size_t len, NvmeCmd *cmd) in nvme_map_sgl()
1186 NvmeCmd *cmd) in nvme_map_dptr()
1205 NvmeCmd *cmd) in nvme_map_mptr()
3907 NvmeZoneSendCmd *cmd = (NvmeZoneSendCmd *)&req->cmd; in nvme_open_zone() local
4226 NvmeZoneSendCmd *cmd = (NvmeZoneSendCmd *)&req->cmd; in nvme_zone_mgmt_send() local
4376 NvmeCmd *cmd = &req->cmd; in nvme_zone_mgmt_recv() local
4538 NvmeCmd *cmd = &req->cmd; in nvme_io_mgmt_recv() local
4556 NvmeCmd *cmd = &req->cmd; in nvme_io_mgmt_send_ruh_update() local
4593 NvmeCmd *cmd = &req->cmd; in nvme_io_mgmt_send() local
[all …]
/openbmc/qemu/tests/qtest/libqos/
H A Dvirtio-9p.c67 g_autofree char *cmd = g_strdup_printf("rm -fr '%s'\n", local_test_path); in virtio_9p_remove_local_test_dir() local
/openbmc/openbmc/poky/meta/lib/oeqa/
H A Dtargetcontrol.py76 def run(self, cmd, timeout=None): argument
/openbmc/u-boot/common/
H A Dsplash_source.c182 char cmd[32]; in splash_mount_ubifs() local
/openbmc/u-boot/arch/arm/mach-uniphier/dram/
H A Dcmd_ddrphy.c267 char *cmd; in do_ddr() local
/openbmc/u-boot/drivers/net/fsl-mc/dpio/
H A Dqbman_sys.h163 uint32_t offset, void *cmd) in qbman_cena_write_complete()
/openbmc/qemu/hw/usb/
H A Dhcd-uhci.h49 uint16_t cmd; /* cmd register */ member
/openbmc/qemu/hw/input/
H A Dadb.c54 int devaddr, cmd, olen, i; in do_adb_request() local
/openbmc/phosphor-bmc-code-mgmt/eeprom-device/
H A Deeprom_device.cpp360 std::string cmd = "dd if=" + path + " of=" + eepromPath + " bs=1k"; in writeEEPROM() local
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dlpc32xx_nand_mlc.c36 u32 cmd; member
158 static void lpc32xx_cmd_ctrl(struct mtd_info *mtd, int cmd, in lpc32xx_cmd_ctrl()
/openbmc/qemu/hw/block/
H A Dpflash_cfi02.c84 uint8_t cmd; member
437 uint8_t cmd; in pflash_write() local
/openbmc/fb-ipmi-oem/src/
H A Dusb-dbg.cpp547 int sendBicCmd(uint8_t netFn, uint8_t cmd, uint8_t bicAddr, in sendBicCmd()
576 int sendMeCmd(uint8_t netFn, uint8_t cmd, std::vector<uint8_t>& cmdData, in sendMeCmd()
/openbmc/qemu/hw/xen/
H A Dxen_pt.c458 static int xen_pt_register_regions(XenPCIPassthroughState *s, uint16_t *cmd) in xen_pt_register_regions()
827 uint16_t cmd = 0; in xen_pt_realize() local
/openbmc/u-boot/drivers/mtd/spi/
H A Dspi-nor-core.c400 u8 cmd; in set_4byte() local
543 u8 cmd, bank_sel = 0; in clean_bar() local
556 u8 cmd, bank_sel; in write_bar() local
2156 int i, cmd, err; in spi_nor_parse_bfpt() local
2600 int cmd, best_match = fls(shared_hwcaps & SNOR_HWCAPS_READ_MASK) - 1; in spi_nor_select_read() local
2632 int cmd, best_match = fls(shared_hwcaps & SNOR_HWCAPS_PP_MASK) - 1; in spi_nor_select_pp() local

1...<<11121314151617181920>>...28