/openbmc/linux/include/target/iscsi/ |
H A D | iscsi_transport.h | 37 static inline void *iscsit_priv_cmd(struct iscsit_cmd *cmd) in iscsit_priv_cmd() argument 39 return (void *)(cmd + 1); in iscsit_priv_cmd()
|
/openbmc/openpower-pnor-code-mgmt/test/ |
H A D | test_signature.cpp | 18 void command(const std::string& cmd) in command() argument 20 auto val = std::system(cmd.c_str()); in command()
|
/openbmc/qemu/tests/qtest/ |
H A D | erst-test.c | 96 static void setup_vm_cmd(ERSTState *s, const char *cmd) in setup_vm_cmd() argument 101 s->qs = qtest_pc_boot("%s", cmd); in setup_vm_cmd()
|
/openbmc/qemu/include/hw/i3c/ |
H A D | aspeed_i3c.h | 99 uint16_t cmd:8; member 132 uint16_t cmd:8; member
|
/openbmc/linux/drivers/mtd/ |
H A D | mtdchar.c | 822 static int mtdchar_ioctl(struct file *file, u_int cmd, u_long arg) in mtdchar_ioctl() argument 837 switch (cmd) { in mtdchar_ioctl() 877 switch (cmd) { in mtdchar_ioctl() 928 if (cmd == MEMERASE64) { in mtdchar_ioctl() 1127 if (cmd == OTPGETREGIONCOUNT) { in mtdchar_ioctl() 1148 if (cmd == OTPLOCK) in mtdchar_ioctl() 1231 static long mtdchar_unlocked_ioctl(struct file *file, u_int cmd, u_long arg) in mtdchar_unlocked_ioctl() argument 1239 ret = mtdchar_ioctl(file, cmd, arg); in mtdchar_unlocked_ioctl() 1256 static long mtdchar_compat_ioctl(struct file *file, unsigned int cmd, in mtdchar_compat_ioctl() argument 1267 switch (cmd) { in mtdchar_compat_ioctl() [all …]
|
/openbmc/linux/drivers/crypto/ccp/ |
H A D | ccp-dev-v5.c | 1009 struct ccp_cmd *cmd; in ccp5_destroy() local 1051 while (!list_empty(&ccp->cmd)) { in ccp5_destroy() 1053 cmd = list_first_entry(&ccp->cmd, struct ccp_cmd, entry); in ccp5_destroy() 1054 list_del(&cmd->entry); in ccp5_destroy() 1055 cmd->callback(cmd->data, -ENODEV); in ccp5_destroy() 1059 cmd = list_first_entry(&ccp->backlog, struct ccp_cmd, entry); in ccp5_destroy() 1060 list_del(&cmd->entry); in ccp5_destroy() 1061 cmd->callback(cmd->data, -ENODEV); in ccp5_destroy()
|
/openbmc/linux/drivers/isdn/capi/ |
H A D | capi.c | 756 capi_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in capi_ioctl() argument 763 switch (cmd) { in capi_ioctl() 874 return capi20_manufacturer(mcmd.cmd, mcmd.data); in capi_ioctl() 884 if (cmd == CAPI_SET_FLAGS) in capi_ioctl() 945 capi_unlocked_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in capi_unlocked_ioctl() argument 950 ret = capi_ioctl(file, cmd, arg); in capi_unlocked_ioctl() 958 capi_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in capi_compat_ioctl() argument 962 if (cmd == CAPI_MANUFACTURER_CMD) { in capi_compat_ioctl() 964 compat_ulong_t cmd; in capi_compat_ioctl() member 974 ret = capi20_manufacturer(mcmd32.cmd, compat_ptr(mcmd32.data)); in capi_compat_ioctl() [all …]
|
/openbmc/linux/drivers/spi/ |
H A D | spi-aspeed-smc.c | 211 aspeed_spi_write_to_ahb(chip->ahb_base, &op->cmd.opcode, 1); in aspeed_spi_read_reg() 222 aspeed_spi_write_to_ahb(chip->ahb_base, &op->cmd.opcode, 1); in aspeed_spi_write_reg() 240 ret = aspeed_spi_send_cmd_addr(chip, op->addr.nbytes, offset, op->cmd.opcode); in aspeed_spi_read_user() 263 ret = aspeed_spi_send_cmd_addr(chip, op->addr.nbytes, op->addr.val, op->cmd.opcode); in aspeed_spi_write_user() 275 if (op->cmd.buswidth > 1) in aspeed_spi_supports_op() 309 op->cmd.opcode, op->cmd.buswidth, op->addr.buswidth, in do_aspeed_spi_exec_op() 319 ctl_val |= op->cmd.opcode << CTRL_COMMAND_SHIFT; in do_aspeed_spi_exec_op() 568 op->cmd.opcode, op->cmd.buswidth, op->addr.buswidth, in aspeed_spi_dirmap_create() 587 op->cmd.opcode << CTRL_COMMAND_SHIFT | in aspeed_spi_dirmap_create()
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | i915_ioc32.h | 11 long i915_ioc32_compat_ioctl(struct file *filp, unsigned int cmd,
|
/openbmc/linux/arch/arm/kernel/ |
H A D | v7m.c | 10 void armv7m_restart(enum reboot_mode mode, const char *cmd) in armv7m_restart() argument
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | vrf_route_leaking.sh | 123 local cmd="$*" 128 echo "COMMAND: $cmd" 132 out=$(eval $cmd 2>&1) 147 local cmd="$*" 152 echo "COMMAND: $cmd" 156 out=$(eval $cmd 2>&1)
|
/openbmc/linux/drivers/s390/cio/ |
H A D | chp.c | 250 char cmd[10]; in chp_status_write() local 254 num_args = sscanf(buf, "%5s", cmd); in chp_status_write() 261 if (!strncasecmp(cmd, "on", 2) || !strcmp(cmd, "1")) { in chp_status_write() 265 } else if (!strncasecmp(cmd, "off", 3) || !strcmp(cmd, "0")) { in chp_status_write()
|
/openbmc/linux/drivers/media/cec/platform/seco/ |
H A D | seco-cec.c | 34 #define smb_wr16(cmd, data) smb_word_op(SECOCEC_MICRO_ADDRESS, \ argument 35 cmd, data, SMBUS_WRITE, NULL) 36 #define smb_rd16(cmd, res) smb_word_op(SECOCEC_MICRO_ADDRESS, \ argument 37 cmd, 0, SMBUS_READ, res) 39 static int smb_word_op(u16 slave_addr, u8 cmd, u16 data, in smb_word_op() argument 58 outb(cmd, HCMD); in smb_word_op()
|
/openbmc/linux/drivers/vfio/platform/ |
H A D | vfio_platform_common.c | 276 unsigned int cmd, unsigned long arg) in vfio_platform_ioctl() argument 283 if (cmd == VFIO_DEVICE_GET_INFO) { in vfio_platform_ioctl() 303 } else if (cmd == VFIO_DEVICE_GET_REGION_INFO) { in vfio_platform_ioctl() 325 } else if (cmd == VFIO_DEVICE_GET_IRQ_INFO) { in vfio_platform_ioctl() 345 } else if (cmd == VFIO_DEVICE_SET_IRQS) { in vfio_platform_ioctl() 377 } else if (cmd == VFIO_DEVICE_RESET) { in vfio_platform_ioctl()
|
/openbmc/linux/drivers/usb/host/ |
H A D | uhci-hcd.c | 213 unsigned int cmd, intr; in uhci_generic_check_and_reset_hc() local 225 cmd = uhci_readw(uhci, USBCMD); in uhci_generic_check_and_reset_hc() 226 if ((cmd & USBCMD_RS) || !(cmd & USBCMD_CF) || !(cmd & USBCMD_EGSM)) { in uhci_generic_check_and_reset_hc() 228 __func__, cmd); in uhci_generic_check_and_reset_hc()
|
/openbmc/linux/drivers/fpga/ |
H A D | dfl-fme-main.c | 164 unsigned int cmd, unsigned long arg) in fme_hdr_ioctl() argument 168 switch (cmd) { in fme_hdr_ioctl() 640 static long fme_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in fme_ioctl() argument 647 dev_dbg(&pdev->dev, "%s cmd 0x%x\n", __func__, cmd); in fme_ioctl() 649 switch (cmd) { in fme_ioctl() 663 ret = f->ops->ioctl(pdev, f, cmd, arg); in fme_ioctl()
|
/openbmc/linux/drivers/staging/vme_user/ |
H A D | vme_user.c | 291 unsigned int cmd, unsigned long arg) in vme_user_ioctl() argument 304 switch (cmd) { in vme_user_ioctl() 319 switch (cmd) { in vme_user_ioctl() 365 switch (cmd) { in vme_user_ioctl() 411 vme_user_unlocked_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in vme_user_unlocked_ioctl() argument 418 ret = vme_user_ioctl(inode, file, cmd, arg); in vme_user_unlocked_ioctl()
|
/openbmc/linux/drivers/net/ethernet/cavium/liquidio/ |
H A D | cn23xx_vf_device.c | 377 mbox_cmd.msg.s.cmd = OCTEON_VF_FLR_REQUEST; in cn23xx_vf_ask_pf_to_do_flr() 390 struct octeon_mbox_cmd *cmd, in octeon_pfvf_hs_callback() argument 395 memcpy((uint8_t *)&oct->pfvf_hsword, cmd->msg.s.params, in octeon_pfvf_hs_callback() 397 if (cmd->recv_len > 1) { in octeon_pfvf_hs_callback() 398 major = ((struct lio_version *)(cmd->data))->major; in octeon_pfvf_hs_callback() 420 mbox_cmd.msg.s.cmd = OCTEON_VF_ACTIVE; in cn23xx_octeon_pfvf_handshake()
|
/openbmc/linux/drivers/gpu/host1x/ |
H A D | job.c | 129 struct host1x_job_cmd *cmd = &job->cmds[job->num_cmds]; in host1x_job_add_wait() local 131 cmd->is_wait = true; in host1x_job_add_wait() 132 cmd->wait.id = id; in host1x_job_add_wait() 133 cmd->wait.threshold = thresh; in host1x_job_add_wait() 134 cmd->wait.next_class = next_class; in host1x_job_add_wait() 135 cmd->wait.relative = relative; in host1x_job_add_wait()
|
/openbmc/linux/drivers/i2c/busses/ |
H A D | i2c-bcm-kona.c | 160 enum bcm_kona_cmd_t cmd) in bcm_kona_i2c_send_cmd_to_ctrl() argument 162 dev_dbg(dev->device, "%s, %d\n", __func__, cmd); in bcm_kona_i2c_send_cmd_to_ctrl() 164 switch (cmd) { in bcm_kona_i2c_send_cmd_to_ctrl() 192 dev_err(dev->device, "Unknown command %d\n", cmd); in bcm_kona_i2c_send_cmd_to_ctrl() 243 enum bcm_kona_cmd_t cmd) in bcm_kona_send_i2c_cmd() argument 260 bcm_kona_i2c_send_cmd_to_ctrl(dev, cmd); in bcm_kona_send_i2c_cmd()
|
/openbmc/linux/drivers/i2c/ |
H A D | i2c-core-acpi.c | 567 u8 cmd, u8 *data, u8 data_len) in acpi_gsb_i2c_read_bytes() argument 581 msgs[0].buf = &cmd; in acpi_gsb_i2c_read_bytes() 593 data_len, client->addr, cmd, ret); in acpi_gsb_i2c_read_bytes() 596 data_len, client->addr, cmd, ret); in acpi_gsb_i2c_read_bytes() 610 u8 cmd, u8 *data, u8 data_len) in acpi_gsb_i2c_write_bytes() argument 621 buffer[0] = cmd; in acpi_gsb_i2c_write_bytes()
|
/openbmc/linux/drivers/scsi/aacraid/ |
H A D | comminit.c | 275 static bool wait_for_io_iter(struct scsi_cmnd *cmd, void *data) in wait_for_io_iter() argument 279 if (aac_priv(cmd)->owner == AAC_OWNER_FIRMWARE) in wait_for_io_iter() 316 struct aac_close *cmd; in aac_send_shutdown() local 335 cmd = (struct aac_close *) fib_data(fibctx); in aac_send_shutdown() 336 cmd->command = cpu_to_le32(VM_CloseAll); in aac_send_shutdown() 337 cmd->cid = cpu_to_le32(0xfffffffe); in aac_send_shutdown()
|
/openbmc/openbmc/meta-openembedded/meta-networking/dynamic-layers/meta-python/recipes-connectivity/firewalld/ |
H A D | firewalld_2.2.1.bb | 39 PACKAGES =+ "python3-firewall ${PN}-applet ${PN}-config ${PN}-offline-cmd ${PN}-zsh-completion ${PN… 243 SUMMARY:${PN}-offline-cmd = "${SUMMARY} (offline configuration utility)" 244 FILES:${PN}-offline-cmd += " \ 245 ${bindir}/firewall-offline-cmd \ 247 RDEPENDS:${PN}-offline-cmd += "python3-core" 260 ${PN}-offline-cmd \
|
/openbmc/linux/include/uapi/linux/ |
H A D | baycom.h | 23 int cmd; member
|
/openbmc/linux/drivers/media/usb/pwc/ |
H A D | pwc-dec1.c | 15 void pwc_dec1_init(struct pwc_device *pdev, const unsigned char *cmd) in pwc_dec1_init() argument
|