/openbmc/openbmc-test-automation/lib/ |
H A D | os_utilities.robot | 177 ${cmd}= Catenate lscpu | grep min | tr -dc '0-9.\n' 190 ${cmd}= Catenate ppc64_cpu --frequency -t 10 | grep min 202 ${cmd}= Catenate lscpu | grep max | tr -dc '0-9.\n' 215 ${cmd}= Catenate ppc64_cpu --frequency -t 10 | grep max 229 ${cpu_temperatuture_objs} Evaluate ${cmd} modules=re 246 ${cpu_temperatuture_objs}= Evaluate ${cmd} modules=re 271 # Collects the output of ndivia-smi cmd output. 320 ${cmd}= Catenate nvidia-smi --query-gpu=power.limit 339 ${cmd}= Catenate nvidia-smi --query-gpu=power.draw 427 ${cmd}= Catenate nvidia-smi --query-gpu=clocks.max.gr [all …]
|
H A D | openbmc_ffdc_methods.robot | 161 FOR ${cmd} IN @{cmd_list} 162 Execute Command and Write FFDC ${cmd[0]} ${cmd[1]} 235 FOR ${cmd} IN @{cmd_list} 237 ${ffdc_file_sub_list}= Execute Command and Write FFDC ${cmd[0]} ${cmd[1]} ${logpath} 238 Run Key U scp.Get File \ /tmp/${cmd[0]} \ ${LOG_PREFIX}${cmd[0]} ignore=1 295 FOR ${cmd} IN @{cmd_list} 321 FOR ${cmd} IN @{cmd_list} 381 FOR ${cmd} IN @{cmd_list} 385 Run Key U scp.Get File \ /tmp/${cmd[0]} \ ${LOG_PREFIX}${cmd[0]} ignore=1 407 FOR ${cmd} IN @{cmd_list} [all …]
|
/openbmc/linux/drivers/net/ethernet/intel/igb/ |
H A D | igb_ethtool.c | 166 cmd->base.port = PORT_TP; in igb_get_link_ksettings() 192 cmd->base.port = PORT_FIBRE; in igb_get_link_ksettings() 226 cmd->base.duplex = DUPLEX_FULL; in igb_get_link_ksettings() 233 cmd->base.speed = speed; in igb_get_link_ksettings() 328 u32 speed = cmd->base.speed; in igb_set_link_ksettings() 2500 if (cnt == cmd->rule_cnt) in igb_get_ethtool_nfc_all() 2506 cmd->rule_cnt = cnt; in igb_get_ethtool_nfc_all() 2514 cmd->data = 0; in igb_get_rss_hash_opts() 2517 switch (cmd->flow_type) { in igb_get_rss_hash_opts() 2559 switch (cmd->cmd) { in igb_get_rxnfc() [all …]
|
/openbmc/linux/drivers/net/ethernet/sun/ |
H A D | sungem.c | 119 u32 cmd; in __sungem_phy_read() local 122 cmd = (1 << 30); in __sungem_phy_read() 123 cmd |= (2 << 28); in __sungem_phy_read() 126 cmd |= (MIF_FRAME_TAMSB); in __sungem_phy_read() 138 cmd = 0xffff; in __sungem_phy_read() 156 u32 cmd; in __sungem_phy_write() local 159 cmd = (1 << 30); in __sungem_phy_write() 160 cmd |= (1 << 28); in __sungem_phy_write() 2555 cmd->base.speed = 0; in gem_get_link_ksettings() 2557 cmd->base.port = 0; in gem_get_link_ksettings() [all …]
|
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/ |
H A D | __init__.py | 125 def __init__(self, url, cmd): argument 128 self.cmd = cmd 130 self.args = (url, cmd) 922 cmd = 'export ' + var + '=\"%s\"; %s' % (val, cmd) 925 cmd = 'export PSEUDO_DISABLED=1; ' + cmd 1517 cmd = None 1557 cmd = '%s -a' % cmd 1558 cmd = "%s '%s'" % (cmd, file) 1594 if not unpack or not cmd: 1613 if not cmd: [all …]
|
/openbmc/linux/drivers/net/wireless/marvell/libertas/ |
H A D | if_usb.h | 28 uint8_t cmd; member 39 uint8_t cmd; member 99 __le32 cmd; member
|
/openbmc/u-boot/drivers/mtd/nand/raw/ |
H A D | kirkwood_nand.c | 32 static void kw_nand_hwcontrol(struct mtd_info *mtd, int cmd, in kw_nand_hwcontrol() argument 38 if (cmd == NAND_CMD_NONE) in kw_nand_hwcontrol() 48 writeb(cmd, nc->IO_ADDR_W + offs); in kw_nand_hwcontrol()
|
/openbmc/u-boot/drivers/reset/ |
H A D | tegra186-reset.c | 29 enum mrq_reset_commands cmd) in tegra186_reset_common() argument 34 req.cmd = cmd; in tegra186_reset_common()
|
/openbmc/qemu/hw/net/rocker/ |
H A D | rocker_world.h | 32 char *buf, uint16_t cmd, 40 world_cmd *cmd; member 46 char *buf, uint16_t cmd, RockerTlv *cmd_info_tlv);
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7921/ |
H A D | pci_mcu.c | 23 int cmd, int *seq) in mt7921_mcu_send_message() argument 29 ret = mt76_connac2_mcu_fill_message(mdev, skb, cmd, seq); in mt7921_mcu_send_message() 35 if (cmd == MCU_CMD(FW_SCATTER)) in mt7921_mcu_send_message()
|
/openbmc/linux/tools/testing/selftests/kvm/lib/ |
H A D | assert.c | 34 char cmd[strlen(addr2line) + strlen(pipeline) + in test_dump_stack() local 39 char *c = cmd; in test_dump_stack() 60 system(cmd); in test_dump_stack()
|
/openbmc/linux/drivers/net/wireless/intel/ipw2x00/ |
H A D | ipw2100.c | 712 command_types[cmd->host_command], cmd->host_command, in ipw2100_hw_send_command() 754 packet->info.c_struct.cmd->host_command_reg = cmd->host_command; in ipw2100_hw_send_command() 755 packet->info.c_struct.cmd->host_command_reg1 = cmd->host_command1; in ipw2100_hw_send_command() 758 packet->info.c_struct.cmd->sequence = cmd->host_command_sequence; in ipw2100_hw_send_command() 1389 struct host_command cmd = { in ipw2100_hw_phy_off() local 1420 struct host_command cmd = { in ipw2100_enable_adapter() local 1466 struct host_command cmd = { in ipw2100_hw_stop_adapter() local 1570 struct host_command cmd = { in ipw2100_disable_adapter() local 1615 struct host_command cmd = { in ipw2100_set_scan_options() local 1647 struct host_command cmd = { in ipw2100_start_scan() local [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_uvd.c | 577 uint32_t cmd; in amdgpu_uvd_cs_pass1() local 590 if (cmd == 0x0 || cmd == 0x3) { in amdgpu_uvd_cs_pass1() 909 uint32_t cmd; in amdgpu_uvd_cs_pass2() local 932 if (cmd < 0x4) { in amdgpu_uvd_cs_pass2() 936 ctx->buf_sizes[cmd]); in amdgpu_uvd_cs_pass2() 940 } else if (cmd == 0x206) { in amdgpu_uvd_cs_pass2() 947 } else if ((cmd != 0x100) && (cmd != 0x204)) { in amdgpu_uvd_cs_pass2() 959 if ((cmd == 0 || cmd == 0x3) && in amdgpu_uvd_cs_pass2() 967 if (cmd == 0) { in amdgpu_uvd_cs_pass2() 1045 ctx->reg = CP_PACKET0_GET_REG(cmd); in amdgpu_uvd_cs_packets() [all …]
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | iotests.py | 164 cmd = ' '.join(args) 411 def cmd(self, cmd): member in QemuIoInteractive 413 assert '\n' not in cmd 414 cmd = cmd.strip() 469 def cmd(self, cmd: str, args: Optional[Dict[str, object]] = None) \ member in QemuStorageDaemon 472 return self._qmp.cmd(cmd, **(args or {})) 523 cmd = list(qemu_nbd_args) 525 cmd.extend(args) 528 with subprocess.Popen(cmd) as p: 913 cmd = 'human-monitor-command' [all …]
|
/openbmc/linux/fs/nfs/ |
H A D | file.c | 740 status = NFS_PROTO(inode)->lock(filp, cmd, fl); in do_getlk() 778 status = NFS_PROTO(inode)->lock(filp, cmd, fl); in do_unlk() 803 status = NFS_PROTO(inode)->lock(filp, cmd, fl); in do_setlk() 829 int nfs_lock(struct file *filp, int cmd, struct file_lock *fl) in nfs_lock() argument 853 if (IS_GETLK(cmd)) in nfs_lock() 854 ret = do_getlk(filp, cmd, fl, is_local); in nfs_lock() 856 ret = do_unlk(filp, cmd, fl, is_local); in nfs_lock() 858 ret = do_setlk(filp, cmd, fl, is_local); in nfs_lock() 867 int nfs_flock(struct file *filp, int cmd, struct file_lock *fl) in nfs_flock() argument 883 return do_unlk(filp, cmd, fl, is_local); in nfs_flock() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/trace-cmd/files/ |
H A D | 0001-Replace-LFS64-interfaces-off64_t-and-lseek64.patch | 19 lib/trace-cmd/include/trace-cmd-local.h | 4 +- 29 diff --git a/lib/trace-cmd/include/private/trace-cmd-private.h b/lib/trace-cmd/include/private/trac… 31 --- a/lib/trace-cmd/include/private/trace-cmd-private.h 32 +++ b/lib/trace-cmd/include/private/trace-cmd-private.h 80 diff --git a/lib/trace-cmd/include/trace-cmd-local.h b/lib/trace-cmd/include/trace-cmd-local.h 82 --- a/lib/trace-cmd/include/trace-cmd-local.h 83 +++ b/lib/trace-cmd/include/trace-cmd-local.h 100 diff --git a/lib/trace-cmd/trace-compress.c b/lib/trace-cmd/trace-compress.c 221 diff --git a/lib/trace-cmd/trace-input.c b/lib/trace-cmd/trace-input.c 626 diff --git a/lib/trace-cmd/trace-msg.c b/lib/trace-cmd/trace-msg.c [all …]
|
/openbmc/linux/sound/soc/ |
H A D | soc-compress.c | 244 static int soc_compr_trigger(struct snd_compr_stream *cstream, int cmd) in soc_compr_trigger() argument 254 ret = snd_soc_component_compr_trigger(cstream, cmd); in soc_compr_trigger() 258 ret = snd_soc_dai_compr_trigger(cpu_dai, cstream, cmd); in soc_compr_trigger() 262 switch (cmd) { in soc_compr_trigger() 283 if (cmd == SND_COMPR_TRIGGER_PARTIAL_DRAIN || in soc_compr_trigger_fe() 284 cmd == SND_COMPR_TRIGGER_DRAIN) in soc_compr_trigger_fe() 285 return snd_soc_component_compr_trigger(cstream, cmd); in soc_compr_trigger_fe() 289 ret = snd_soc_dai_compr_trigger(cpu_dai, cstream, cmd); in soc_compr_trigger_fe() 293 ret = snd_soc_component_compr_trigger(cstream, cmd); in soc_compr_trigger_fe() 299 ret = dpcm_be_dai_trigger(fe, stream, cmd); in soc_compr_trigger_fe() [all …]
|
/openbmc/linux/drivers/mtd/spi-nor/ |
H A D | core.c | 113 op->cmd.opcode = (op->cmd.opcode << 8) | ext; in spi_nor_spimem_setup_op() 1636 cmd = kmalloc(sizeof(*cmd), GFP_KERNEL); in spi_nor_init_erase_cmd() 1637 if (!cmd) in spi_nor_init_erase_cmd() 1642 cmd->count = 1; in spi_nor_init_erase_cmd() 1649 return cmd; in spi_nor_init_erase_cmd() 1662 kfree(cmd); in spi_nor_destroy_erase_cmd_list() 1712 cmd->count++; in spi_nor_init_erase_cmd_list() 1760 cmd->size, cmd->opcode, cmd->count); in spi_nor_erase_multi_sectors() 1785 kfree(cmd); in spi_nor_erase_multi_sectors() 2480 if (cmd < 0) in spi_nor_select_read() [all …]
|
/openbmc/linux/drivers/mmc/core/ |
H A D | mmc_test.c | 226 mrq->cmd->arg <<= 9; in mmc_test_prepare_mrq() 299 mrq.cmd = &cmd; in mmc_test_buffer_transfer() 309 if (cmd.error) in mmc_test_buffer_transfer() 310 return cmd.error; in mmc_test_buffer_transfer() 704 ret = mrq->cmd->error; in mmc_test_check_result() 733 ret = mrq->cmd->error; in mmc_test_check_broken_result() 757 struct mmc_command cmd; member 770 rq->mrq.cmd = &rq->cmd; in mmc_test_req_reset() 882 mrq.cmd = &cmd; in mmc_test_simple_transfer() 909 mrq.cmd = &cmd; in mmc_test_broken_transfer() [all …]
|
/openbmc/qemu/hw/ide/ |
H A D | core.c | 1252 bus->cmd &= ~(IDE_CTRL_HOB); in ide_clear_hob() 1471 bool lba48 = (cmd == WIN_VERIFY_EXT); in cmd_verify() 1535 bool lba48 = (cmd == WIN_READ_EXT); in cmd_read_pio() 1557 bool lba48 = (cmd == WIN_WRITE_EXT); in cmd_write_pio() 1828 if (cmd == CFA_WEAR_LEVEL) { in cmd_cfa_erase_sectors() 1832 if (cmd == CFA_ERASE_SECTORS) { in cmd_cfa_erase_sectors() 2230 hob = bus->cmd & (IDE_CTRL_HOB); in ide_ioport_read() 2353 bus->cmd &= ~IDE_CTRL_RESET; in ide_bus_perform_srst() 2375 bus->cmd = val; in ide_ctrl_write() 2551 bus->cmd = 0; in ide_bus_reset() [all …]
|
/openbmc/ipmitool/src/plugins/imb/ |
H A D | imbapi.c | 518 req->req.cmd = WRITE_READ_I2C; in SendTimedI2cRequest() 605 req->req.cmd = SEND_MESSAGE; in SendTimedEmpMessageResponse() 626 req->req.data[i++] = ptr->cmd; in SendTimedEmpMessageResponse() 760 req->req.data[i++] = ptr->cmd; in SendTimedEmpMessageResponse_Ex() 879 req->req.data[i++] = ptr->cmd; in SendTimedLanMessageResponse() 1011 req->req.data[i++] = ptr->cmd; in SendTimedLanMessageResponse_Ex() 1854 ShutdownCmdBuffer cmd; in SetShutDownCode() local 1862 cmd.code = code; in SetShutDownCode() 1863 cmd.delayTime = delayTime; in SetShutDownCode() 1867 & cmd, in SetShutDownCode() [all …]
|
/openbmc/linux/drivers/isdn/hardware/mISDN/ |
H A D | avmfritz.c | 101 u8 cmd; member 103 u8 cmd; 367 hdlc->ctrl.sr.cmd = HDLC_CMD_XRS; in modehdlc() 369 hdlc->ctrl.sr.cmd = 0; in modehdlc() 377 hdlc->ctrl.sr.cmd = HDLC_CMD_XRS; in modehdlc() 379 hdlc->ctrl.sr.cmd = 0; in modehdlc() 461 hdlc->ctrl.sr.cmd &= ~HDLC_CMD_XME; in hdlc_fill_fifo() 586 hdlc->ctrl.sr.cmd |= HDLC_CMD_XRS; in HDLC_irq() 844 switch (cmd) { in avm_bctrl() 924 switch (cmd) { in avm_dctrl() [all …]
|
/openbmc/linux/drivers/hsi/clients/ |
H A D | ssi_protocol.c | 65 #define SSIP_CMD(cmd, payload) (((cmd) << 28) | ((payload) & 0xfffffff)) argument 156 *data = cmd; in ssip_set_cmd() 662 if (cmd == SSIP_CMT_LOADER_SYNC) in ssip_rx_bootinforeq() 717 unsigned int wkres = SSIP_PAYLOAD(cmd); in ssip_rx_waketest() 773 int len = SSIP_PDU_LENGTH(cmd); in ssip_rx_strans() 786 SSIP_MSG_ID(cmd), ssi->rxid); in ssip_rx_strans() 816 u32 cmd = ssip_get_cmd(msg); in ssip_rxcmd_complete() local 832 ssip_rx_bootinforeq(cl, cmd); in ssip_rxcmd_complete() 835 ssip_rx_bootinforesp(cl, cmd); in ssip_rxcmd_complete() 838 ssip_rx_waketest(cl, cmd); in ssip_rxcmd_complete() [all …]
|
/openbmc/openbmc/poky/meta/lib/oeqa/buildperf/ |
H A D | test_basic.py | 55 cmd = ['bitbake', '-R', postfile, self.build_target] 56 self.measure_cmd_resources(cmd, 'build', 73 cmd = ['bitbake', self.build_target, '-c', 'rootfs'] 74 self.measure_cmd_resources(cmd, 'do_rootfs', 'bitbake do_rootfs')
|
/openbmc/u-boot/cmd/mvebu/ |
H A D | Kconfig | 10 in doc/mvebu/cmd/bubt.txt 23 in doc/mvebu/cmd/bubt.txt 32 in doc/mvebu/cmd/bubt.txt 41 in doc/mvebu/cmd/bubt.txt
|