Home
last modified time | relevance | path

Searched refs:cmd (Results 3451 – 3475 of 6824) sorted by relevance

1...<<131132133134135136137138139140>>...273

/openbmc/phosphor-host-ipmid/include/ipmid/
H A Doemrouter.hpp46 virtual void registerHandler(Number oen, ipmi_cmd_t cmd,
/openbmc/openbmc/meta-facebook/meta-greatlakes/recipes-phosphor/state/phosphor-state-manager/
H A Dhost-poweroff5 source /usr/libexec/phosphor-state-manager/power-cmd
H A Dhost-poweron5 source /usr/libexec/phosphor-state-manager/power-cmd
/openbmc/openbmc/meta-facebook/meta-greatlakes/recipes-greatlakes/greatlakes-sysinit/files/
H A Dgreatlakes-system-state-init5 source /usr/libexec/phosphor-state-manager/power-cmd
/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Dcr4_cpuid_sync_test.c78 TEST_FAIL("Unknown ucall %lu", uc.cmd); in main()
H A Dvmx_close_while_nested_test.c77 TEST_FAIL("Unknown ucall %lu", uc.cmd); in main()
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Ddra7-mmc-iodelay.dtsi12 DRA7XX_CORE_IOPAD(0x3758, PIN_INPUT_PULLUP | MUX_MODE0) /* mmc1_cmd.cmd */
/openbmc/linux/arch/arm/mach-s5pv210/
H A Ds5pv210.c49 static void s5pv210_dt_restart(enum reboot_mode mode, const char *cmd) in s5pv210_dt_restart() argument
/openbmc/linux/include/scsi/
H A Dscsi_eh.h18 extern bool scsi_command_normalize_sense(const struct scsi_cmnd *cmd,
/openbmc/qemu/include/hw/ide/
H A Dide-bus.h19 uint8_t cmd; member
/openbmc/u-boot/drivers/usb/dwc3/
H A Dcore.h1014 unsigned cmd, struct dwc3_gadget_ep_cmd_params *params);
1015 int dwc3_send_gadget_generic_command(struct dwc3 *dwc, unsigned cmd, u32 param);
1030 unsigned cmd, struct dwc3_gadget_ep_cmd_params *params) in dwc3_send_gadget_ep_cmd() argument
1033 int cmd, u32 param) in dwc3_send_gadget_generic_command() argument
/openbmc/ipmitool/lib/
H A Dipmi_tsol.c81 unsigned char cmd) in ipmi_tsol_command() argument
94 req.msg.cmd = cmd; in ipmi_tsol_command()
141 req.msg.cmd = IPMI_TSOL_CMD_SENDKEY; in ipmi_tsol_send_keystroke()
/openbmc/linux/drivers/isdn/capi/
H A Dcapiutil.c225 static unsigned char *capi_cmd2par(u8 cmd, u8 subcmd) in capi_cmd2par() argument
227 return cpars[command_2_index(cmd, subcmd)]; in capi_cmd2par()
313 char *capi_cmd2str(u8 cmd, u8 subcmd) in capi_cmd2str() argument
317 result = mnames[command_2_index(cmd, subcmd)]; in capi_cmd2str()
/openbmc/qemu/scripts/
H A Ddevice-crash-test272 types = vm.cmd('qom-list-types', **kwargs)
279 devhelp = vm.cmd('human-monitor-command', **args)
307 self.machines = list(m['name'] for m in vm.cmd('query-machines'))
309 self.kvm_available = vm.cmd('query-kvm')['enabled']
/openbmc/linux/drivers/net/ethernet/netronome/nfp/crypto/
H A Dipsec.c123 uint32_t cmd:16; /* One of nfp_ipsec_cfg_mssg_cmd_codes */ member
147 ret = nfp_net_mbox_reconfig(nn, entry->cmd); in nfp_net_ipsec_cfg()
495 msg.cmd = NFP_IPSEC_CFG_MSSG_ADD_SA; in nfp_net_xfrm_add_state()
513 .cmd = NFP_IPSEC_CFG_MSSG_INV_SA, in nfp_net_xfrm_del_state()
/openbmc/linux/drivers/block/aoe/
H A Daoeblk.c288 aoeblk_ioctl(struct block_device *bdev, blk_mode_t mode, uint cmd, ulong arg) in aoeblk_ioctl() argument
301 if (cmd == HDIO_GET_IDENTITY) { in aoeblk_ioctl()
309 if (cmd != SG_IO) in aoeblk_ioctl()
310 pr_info("aoe: unknown ioctl 0x%x\n", cmd); in aoeblk_ioctl()
/openbmc/linux/drivers/clk/at91/
H A Dclk-peripheral.c176 periph->layout->div_mask | periph->layout->cmd | in clk_sam9x5_peripheral_set()
179 periph->layout->cmd | enable); in clk_sam9x5_peripheral_set()
204 AT91_PMC_PCR_EN | periph->layout->cmd, in clk_sam9x5_peripheral_disable()
205 periph->layout->cmd); in clk_sam9x5_peripheral_disable()
/openbmc/linux/net/ipv4/
H A Dipip.c333 ipip_tunnel_ctl(struct net_device *dev, struct ip_tunnel_parm *p, int cmd) in ipip_tunnel_ctl() argument
335 if (cmd == SIOCADDTUNNEL || cmd == SIOCCHGTUNNEL) { in ipip_tunnel_ctl()
344 return ip_tunnel_ctl(dev, p, cmd); in ipip_tunnel_ctl()
/openbmc/linux/drivers/tee/optee/
H A Dcall.c300 msg_arg->cmd = OPTEE_MSG_CMD_OPEN_SESSION; in optee_open_session()
375 msg_arg->cmd = OPTEE_MSG_CMD_CLOSE_SESSION; in optee_close_session_helper()
425 msg_arg->cmd = OPTEE_MSG_CMD_INVOKE_COMMAND; in optee_invoke_func()
474 msg_arg->cmd = OPTEE_MSG_CMD_CANCEL; in optee_cancel_req()
/openbmc/linux/drivers/leds/trigger/
H A Dledtrig-netdev.c196 struct ethtool_link_ksettings cmd; in get_device_state() local
202 if (!__ethtool_get_link_ksettings(trigger_data->net_dev, &cmd)) { in get_device_state()
203 trigger_data->link_speed = cmd.base.speed; in get_device_state()
204 trigger_data->duplex = cmd.base.duplex; in get_device_state()
/openbmc/linux/drivers/tty/
H A Dn_hdlc.c583 static int n_hdlc_tty_ioctl(struct tty_struct *tty, unsigned int cmd, in n_hdlc_tty_ioctl() argument
592 pr_debug("%s() called %d\n", __func__, cmd); in n_hdlc_tty_ioctl()
594 switch (cmd) { in n_hdlc_tty_ioctl()
631 error = n_tty_ioctl_helper(tty, cmd, arg); in n_hdlc_tty_ioctl()
/openbmc/linux/drivers/iio/common/ssp_sensors/
H A Dssp_spi.c28 u8 cmd; member
75 static struct ssp_msg *ssp_create_msg(u8 cmd, u16 len, u16 opt, u32 data) in ssp_create_msg() argument
84 h.cmd = cmd; in ssp_create_msg()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmt7996.h349 int cmd);
392 int mt7996_mcu_rdd_cmd(struct mt7996_dev *dev, int cmd, u8 index,
399 int mt7996_mcu_wa_cmd(struct mt7996_dev *dev, int cmd, u32 a1, u32 a2, u32 a3);
490 struct mt76_wcid *wcid, enum set_key_cmd cmd);
/openbmc/linux/arch/arm64/boot/dts/mediatek/
H A Dmt7622-rfb1.dts255 conf-cmd-dat {
275 conf-cmd-dat {
399 conf-cmd-data {
423 conf-cmd-data {
/openbmc/linux/fs/fuse/
H A Dcuse.c155 static long cuse_file_ioctl(struct file *file, unsigned int cmd, in cuse_file_ioctl() argument
165 return fuse_do_ioctl(file, cmd, arg, flags); in cuse_file_ioctl()
168 static long cuse_file_compat_ioctl(struct file *file, unsigned int cmd, in cuse_file_compat_ioctl() argument
178 return fuse_do_ioctl(file, cmd, arg, flags); in cuse_file_compat_ioctl()

1...<<131132133134135136137138139140>>...273