/openbmc/linux/drivers/acpi/ |
H A D | acpi_ipmi.c | 256 msg->cmd = IPMI_OP_RGN_CMD(address); in acpi_format_ipmi_request()
|
/openbmc/linux/drivers/net/ethernet/ti/ |
H A D | cpsw_priv.h | 464 int cpsw_ndo_ioctl(struct net_device *dev, struct ifreq *req, int cmd);
|
/openbmc/linux/include/linux/pds/ |
H A D | pds_adminq.h | 1265 union pds_core_adminq_cmd *cmd,
|
/openbmc/linux/drivers/infiniband/hw/irdma/ |
H A D | main.h | 541 int irdma_ah_cqp_op(struct irdma_pci_f *rf, struct irdma_sc_ah *sc_ah, u8 cmd,
|
/openbmc/openbmc-test-automation/ipmi/ |
H A D | test_ipmi_network_configuration.robot | 52 # To verify changed static ip is communicable through external IPMI cmd.
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/pcie/ |
H A D | ctxt-info-gen3.c | 191 cpu_to_le64(trans->txqs.txq[trans->txqs.cmd.q_id]->dma_addr); in iwl_pcie_ctxt_info_gen3_init()
|
/openbmc/linux/drivers/net/ethernet/freescale/enetc/ |
H A D | enetc.h | 432 int enetc_ioctl(struct net_device *ndev, struct ifreq *rq, int cmd);
|
/openbmc/linux/arch/powerpc/ |
H A D | Makefile | 357 $(call cmd,install)
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | fuse.h | 938 uint32_t cmd; member
|
/openbmc/linux/drivers/usb/fotg210/ |
H A D | fotg210-hcd.c | 1266 u32 cmd, status; in fotg210_iaa_watchdog() local 1274 cmd = fotg210_readl(fotg210, &fotg210->regs->command); in fotg210_iaa_watchdog() 1284 if ((status & STS_IAA) || !(cmd & CMD_IAAD)) { in fotg210_iaa_watchdog() 1291 status, cmd); in fotg210_iaa_watchdog() 5113 u32 status, masked_status, pcd_status = 0, cmd; in fotg210_irq() local 5141 cmd = fotg210_readl(fotg210, &fotg210->regs->command); in fotg210_irq() 5176 if (cmd & CMD_IAAD) in fotg210_irq() 5220 dbg_cmd(fotg210, "fatal", cmd); in fotg210_irq()
|
/openbmc/linux/fs/f2fs/ |
H A D | file.c | 4364 static long __f2fs_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in __f2fs_ioctl() argument 4366 switch (cmd) { in __f2fs_ioctl() 4455 long f2fs_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in f2fs_ioctl() argument 4462 return __f2fs_ioctl(filp, cmd, arg); in f2fs_ioctl() 5068 long f2fs_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in f2fs_compat_ioctl() argument 5075 switch (cmd) { in f2fs_compat_ioctl() 5077 cmd = FS_IOC_GETVERSION; in f2fs_compat_ioctl() 5126 return __f2fs_ioctl(file, cmd, (unsigned long) compat_ptr(arg)); in f2fs_compat_ioctl()
|
/openbmc/linux/drivers/infiniband/hw/mlx4/ |
H A D | main.c | 444 struct mlx4_uverbs_ex_query_device cmd; in mlx4_ib_query_device() local 449 if (uhw->inlen < sizeof(cmd)) in mlx4_ib_query_device() 452 err = ib_copy_from_udata(&cmd, uhw, sizeof(cmd)); in mlx4_ib_query_device() 456 if (cmd.comp_mask) in mlx4_ib_query_device() 459 if (cmd.reserved) in mlx4_ib_query_device()
|
/openbmc/linux/arch/arm64/boot/dts/rockchip/ |
H A D | rk3568-pinctrl.dtsi | 459 emmc_cmd: emmc-cmd { 2057 sdmmc0_cmd: sdmmc0-cmd { 2100 sdmmc1_cmd: sdmmc1-cmd { 2143 sdmmc2m0_cmd: sdmmc2m0-cmd { 2184 sdmmc2m1_cmd: sdmmc2m1-cmd {
|
/openbmc/linux/drivers/net/dsa/ |
H A D | mt7530.c | 289 mt7530_fdb_cmd(struct mt7530_priv *priv, enum mt7530_fdb_cmd cmd, u32 *rsp) in mt7530_fdb_cmd() argument 296 val = ATC_BUSY | ATC_MAT(0) | cmd; in mt7530_fdb_cmd() 311 if ((cmd == MT7530_FDB_READ) && (val & ATC_INVALID)) in mt7530_fdb_cmd() 1725 mt7530_vlan_cmd(struct mt7530_priv *priv, enum mt7530_vlan_cmd cmd, u16 vid) in mt7530_vlan_cmd() argument 1731 val = VTCR_BUSY | VTCR_FUNC(cmd) | vid; in mt7530_vlan_cmd()
|
H A D | bcm_sf2_cfp.c | 1111 switch (nfc->cmd) { in bcm_sf2_get_rxnfc() 1154 switch (nfc->cmd) { in bcm_sf2_set_rxnfc()
|
/openbmc/linux/kernel/trace/ |
H A D | trace_events.c | 682 bool cmd = false, tgid = false; in __ftrace_event_enable_disable() local 689 cmd = true; in __ftrace_event_enable_disable() 702 if (cmd) in __ftrace_event_enable_disable() 3555 char *glob, char *cmd, char *param, int enabled) in event_enable_func() argument 3586 enable = strcmp(cmd, ENABLE_EVENT_STR) == 0; in event_enable_func()
|
/openbmc/fb-ipmi-oem/src/ |
H A D | oemcommands.cpp | 1375 if (sendBicCmd(ctx->netFn, ctx->cmd, bicAddr, reqData, respData)) in ipmiOemSetSystemGuid() 2090 [[maybe_unused]] uint8_t cmd, std::vector<uint8_t>& cmdData) in sendDCMICmd() argument 2098 if (sendBicCmd(ctx->netFn, ctx->cmd, bicAddr, cmdData, respData)) in sendDCMICmd() 2108 if (sendMeCmd(ipmi::netFnGroup, cmd, cmdData, respData)) in sendDCMICmd() 2396 pBank->cmd); in handlePcieAerBank()
|
/openbmc/linux/drivers/scsi/bnx2i/ |
H A D | 57xx_iscsi_hsi.h | 1394 struct bnx2i_cmd_request cmd; member 1515 struct bnx2i_cmd_response cmd; member
|
/openbmc/openbmc/poky/bitbake/lib/bb/server/ |
H A D | process.py | 169 def set_async_cmd(self, cmd): argument 174 self.cooker.command.currentAsyncCommand = cmd
|
/openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
H A D | qemurunner.py | 536 cmd = "ifconfig eth0 %s netmask %s up\n" % (self.ip, self.netmask) 537 output = self.run_serial(cmd, raw=True)[1]
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | ps3fb.c | 775 static int ps3fb_ioctl(struct fb_info *info, unsigned int cmd, in ps3fb_ioctl() argument 782 switch (cmd) { in ps3fb_ioctl()
|
/openbmc/linux/drivers/s390/scsi/ |
H A D | zfcp_fc.c | 375 static void zfcp_fc_ct_ns_init(struct fc_ct_hdr *ct_hdr, u16 cmd, u16 mr_size) in zfcp_fc_ct_ns_init() argument 380 ct_hdr->ct_cmd = cpu_to_be16(cmd); in zfcp_fc_ct_ns_init()
|
/openbmc/linux/drivers/hwmon/ |
H A D | fschmd.c | 879 static long watchdog_ioctl(struct file *filp, unsigned int cmd, in watchdog_ioctl() argument 890 switch (cmd) { in watchdog_ioctl()
|
/openbmc/linux/drivers/mtd/nand/raw/ |
H A D | pl35x-nand-controller.c | 681 cmd0 = PL35X_SMC_CMD_PHASE_CMD0(instr->ctx.cmd.opcode); in pl35x_nand_exec_op() 683 cmd1 = PL35X_SMC_CMD_PHASE_CMD1(instr->ctx.cmd.opcode); in pl35x_nand_exec_op()
|
/openbmc/linux/drivers/char/ |
H A D | sonypi.c | 938 unsigned int cmd, unsigned long arg) in sonypi_misc_ioctl() argument 946 switch (cmd) { in sonypi_misc_ioctl()
|