Home
last modified time | relevance | path

Searched defs:cmd (Results 201 – 225 of 684) sorted by relevance

12345678910>>...28

/openbmc/u-boot/post/lib_powerpc/
H A Dthree.c32 ulong cmd; member
H A Dstore.c37 ulong cmd; member
H A Drlwinm.c28 ulong cmd; member
H A Drlwnm.c29 ulong cmd; member
/openbmc/u-boot/drivers/mmc/
H A Dsandbox_mmc.c25 static int sandbox_mmc_send_cmd(struct udevice *dev, struct mmc_cmd *cmd, in sandbox_mmc_send_cmd()
/openbmc/openbmc/poky/meta/lib/oeqa/core/target/
H A D__init__.py23 def run(self, cmd, timeout=None): argument
/openbmc/openpower-proc-control/extensions/phal/
H A Dfw_update_watch.cpp147 std::string cmd("/usr/bin/attributes "); in exportDevtree() local
/openbmc/u-boot/tools/
H A Dimximage.c174 int32_t cmd) in set_dcd_param_v2()
599 static void parse_cfg_cmd(struct imx_header *imxhdr, int32_t cmd, char *token, in parse_cfg_cmd()
681 static void parse_cfg_fld(struct imx_header *imxhdr, int32_t *cmd, in parse_cfg_fld()
745 int32_t cmd; in parse_cfg_file() local
/openbmc/u-boot/drivers/misc/
H A Dcros_ec.c94 void cros_ec_dump_data(const char *name, int cmd, const uint8_t *data, int len) in cros_ec_dump_data()
137 int cmd, int cmd_version, in create_proto3_request()
251 int cmd, int cmd_version, in send_command_proto3()
280 static int send_command(struct cros_ec_dev *dev, uint cmd, int cmd_version, in send_command()
316 static int ec_command_inptr(struct udevice *dev, uint8_t cmd, in ec_command_inptr()
383 static int ec_command(struct udevice *dev, uint cmd, int cmd_version, in ec_command()
572 int cros_ec_reboot(struct udevice *dev, enum ec_reboot_cmd cmd, uint8_t flags) in cros_ec_reboot()
H A Dcros_ec_spi.c79 int cros_ec_spi_command(struct udevice *udev, uint8_t cmd, int cmd_version, in cros_ec_spi_command()
/openbmc/u-boot/arch/arm/mach-keystone/
H A Dmon.c86 static int k2_hs_bm_auth(int cmd, void *arg1) in k2_hs_bm_auth()
/openbmc/qemu/chardev/
H A Dchar-parallel.c73 static int pp_ioctl(Chardev *chr, int cmd, void *arg) in pp_ioctl()
188 static int pp_ioctl(Chardev *chr, int cmd, void *arg) in pp_ioctl()
/openbmc/u-boot/drivers/ddr/marvell/a38x/
H A Dddr3_training_ip_flow.h52 u32 cmd; member
/openbmc/openbmc/poky/meta/lib/oeqa/
H A Drunexported.py58 def run(self, cmd, timeout=None): argument
/openbmc/u-boot/board/renesas/sh7785lcr/
H A Dselfcheck.c94 char *cmd; in do_hw_test() local
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Desdk.py30 def run_esdk_cmd(env_eSDK, tmpdir_eSDKQA, cmd, postconfig=None, **options): argument
/openbmc/openbmc/poky/bitbake/bin/
H A Dgit-make-shallow86 def check_output(cmd, input=None): argument
/openbmc/qemu/hw/scsi/
H A Dscsi-bus.c233 int scsi_bus_parse_cdb(SCSIDevice *dev, SCSICommand *cmd, uint8_t *buf, in scsi_bus_parse_cdb()
860 SCSICommand cmd = { .len = 0 }; in scsi_req_new() local
1138 static int scsi_req_xfer(SCSICommand *cmd, SCSIDevice *dev, uint8_t *buf) in scsi_req_xfer()
1280 static int scsi_req_stream_xfer(SCSICommand *cmd, SCSIDevice *dev, uint8_t *buf) in scsi_req_stream_xfer()
1340 static int scsi_req_medium_changer_xfer(SCSICommand *cmd, SCSIDevice *dev, uint8_t *buf) in scsi_req_medium_changer_xfer()
1362 static int scsi_req_scanner_length(SCSICommand *cmd, SCSIDevice *dev, uint8_t *buf) in scsi_req_scanner_length()
1386 static void scsi_cmd_xfer_mode(SCSICommand *cmd) in scsi_cmd_xfer_mode()
1450 int scsi_req_parse_cdb(SCSIDevice *dev, SCSICommand *cmd, uint8_t *buf, in scsi_req_parse_cdb()
/openbmc/u-boot/board/Arcturus/ucp1020/
H A Dcmd_arc.c192 const char *cmd; in do_arc_cmd() local
/openbmc/openbmc/poky/meta/lib/oe/
H A Dqa.py137 def set_objdump(self, cmd, output): argument
140 def run_objdump(self, cmd, d): argument
/openbmc/qemu/hw/i386/
H A Damd_iommu.c415 static void amdvi_completion_wait(AMDVIState *s, uint64_t *cmd) in amdvi_completion_wait()
442 static void amdvi_inval_devtab_entry(AMDVIState *s, uint64_t *cmd) in amdvi_inval_devtab_entry()
455 static void amdvi_complete_ppr(AMDVIState *s, uint64_t *cmd) in amdvi_complete_ppr()
472 static void amdvi_inval_all(AMDVIState *s, uint64_t *cmd) in amdvi_inval_all()
495 static void amdvi_inval_pages(AMDVIState *s, uint64_t *cmd) in amdvi_inval_pages()
510 static void amdvi_prefetch_pages(AMDVIState *s, uint64_t *cmd) in amdvi_prefetch_pages()
522 static void amdvi_inval_inttable(AMDVIState *s, uint64_t *cmd) in amdvi_inval_inttable()
539 static void iommu_inval_iotlb(AMDVIState *s, uint64_t *cmd) in iommu_inval_iotlb()
563 uint64_t cmd[2]; in amdvi_cmdbuf_exec() local
/openbmc/qemu/bsd-user/freebsd/
H A Dos-stat.c258 abi_long target_to_host_fcntl_cmd(int cmd) in target_to_host_fcntl_cmd()
/openbmc/qemu/tests/qemu-iotests/
H A Dqcow2.py139 def main(filename, cmd, args): argument
/openbmc/qemu/nbd/
H A Dcommon.c136 const char *nbd_cmd_lookup(uint16_t cmd) in nbd_cmd_lookup()
/openbmc/u-boot/drivers/usb/host/
H A Dehci-hcd.c180 uint32_t cmd; in ehci_reset() local
209 uint32_t cmd, reg; in ehci_shutdown() local
312 uint32_t cmd; in ehci_submit_async() local
996 uint32_t cmd; in ehci_common_init() local
1194 uint32_t cmd; in enable_periodic() local
1215 uint32_t cmd; in disable_periodic() local

12345678910>>...28