/openbmc/phosphor-net-ipmid/sol/ |
H A D | sol_manager.cpp | 43 boost::asio::socket_base::bytes_readable cmd(true); in consoleInputHandler() local 44 consoleSocket->io_control(cmd, ec); in consoleInputHandler() 48 readSize = cmd.get(); in consoleInputHandler()
|
/openbmc/qemu/tests/qtest/ |
H A D | ipmi-bt-test.c | 258 static void bt_cmd(uint8_t *cmd, unsigned int cmd_len, in bt_cmd() argument 270 bt_write_buf(cmd[0]); in bt_cmd() 273 bt_write_buf(cmd[i]); in bt_cmd()
|
/openbmc/qemu/hw/input/ |
H A D | adb-kbd.c | 230 int cmd, reg, olen; in adb_kbd_request() local 238 cmd = buf[0] & 0xc; in adb_kbd_request() 241 switch (cmd) { in adb_kbd_request()
|
/openbmc/qemu/hw/tpm/ |
H A D | tpm_spapr.c | 83 TPMBackendCmd cmd; member 99 s->cmd = (TPMBackendCmd) { in tpm_spapr_tpm_send() 107 tpm_backend_deliver_request(s->be_driver, &s->cmd); in tpm_spapr_tpm_send()
|
/openbmc/linux/drivers/media/pci/saa7164/ |
H A D | Makefile | 3 saa7164-fw.o saa7164-bus.o saa7164-cmd.o saa7164-api.o \
|
/openbmc/linux/arch/powerpc/sysdev/ |
H A D | fsl_soc.h | 44 void __noreturn fsl_hv_restart(char *cmd);
|
/openbmc/linux/tools/power/cpupower/debug/kernel/ |
H A D | Makefile | 15 - rm -rf *.o *.ko .*.cmd .*.mod.* *.mod.c
|
/openbmc/openpower-host-ipmi-oem/ |
H A D | host-interface.hpp | 57 void commandStatusHandler(IpmiCmdData cmd, bool status);
|
/openbmc/linux/include/linux/ |
H A D | wireless.h | 28 __u16 cmd; /* Wireless IOCTL */ member
|
H A D | tty.h | 461 int tty_mode_ioctl(struct tty_struct *tty, unsigned int cmd, unsigned long arg); 499 int n_tty_ioctl_helper(struct tty_struct *tty, unsigned int cmd, 504 int vt_ioctl(struct tty_struct *tty, unsigned int cmd, unsigned long arg); 506 long vt_compat_ioctl(struct tty_struct *tty, unsigned int cmd,
|
/openbmc/linux/sound/soc/intel/boards/ |
H A D | sof_maxim_common.h | 25 int max_98373_trigger(struct snd_pcm_substream *substream, int cmd);
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | kgdb.h | 40 extern int kgdb_ll_trap(int cmd, const char *str,
|
/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_formats.h | 70 const struct drm_mode_fb_cmd2 *cmd,
|
/openbmc/linux/drivers/net/ethernet/cavium/liquidio/ |
H A D | lio_main.c | 1169 ncmd->s.cmd = OCTNET_CMD_RX_CTL; in send_rx_ctrl_cmd() 1964 nctrl.ncmd.s.cmd = OCTNET_CMD_SET_MULTI_LIST; in liquidio_set_mcast_list() 2178 switch (cmd) { in liquidio_ioctl() 2273 (&sc->cmd.cmd3.ih3))->dlengsz; in send_nic_timestamp_pkt() 2276 (&sc->cmd.cmd2.ih2))->dlengsz; in send_nic_timestamp_pkt() 2401 ndata.cmd.cmd3.dptr = dptr; in liquidio_xmit() 2403 ndata.cmd.cmd2.dptr = dptr; in liquidio_xmit() 2477 ndata.cmd.cmd3.dptr = dptr; in liquidio_xmit() 2479 ndata.cmd.cmd2.dptr = dptr; in liquidio_xmit() 2637 nctrl.ncmd.s.cmd = command; in liquidio_set_rxcsum_command() [all …]
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | itcw.h | 24 struct dcw *itcw_add_dcw(struct itcw *itcw, u8 cmd, u8 flags, void *cd,
|
/openbmc/u-boot/cmd/ |
H A D | terminal.c | 15 int do_terminal(cmd_tbl_t * cmd, int flag, int argc, char * const argv[]) in do_terminal() argument
|
/openbmc/linux/drivers/staging/media/atomisp/pci/css_2401_system/ |
H A D | ibuf_ctrl_global.h | 53 u32 cmd; /* must be _DMA_V2_MOVE_A2B_NO_SYNC_CHK_COMMAND */ member
|
/openbmc/phosphor-pid-control/ipmi/ |
H A D | manualcmds.hpp | 38 ipmi_ret_t manualModeControl(ZoneControlIpmiHandler* handler, ipmi_cmd_t cmd,
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_lookup_key.c | 26 int BPF_PROG(bpf, int cmd, union bpf_attr *attr, unsigned int size) in BPF_PROG() argument
|
/openbmc/linux/arch/powerpc/platforms/embedded6xx/ |
H A D | gamecube.c | 33 static void __noreturn gamecube_restart(char *cmd) in gamecube_restart() argument
|
/openbmc/linux/drivers/power/reset/ |
H A D | brcm-kona-reset.c | 19 unsigned long mode, void *cmd) in kona_reset_handler() argument
|
/openbmc/linux/drivers/iio/chemical/ |
H A D | scd30.h | 44 typedef int (*scd30_command_t)(struct scd30_state *state, enum scd30_cmd cmd, u16 arg,
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | l2tp.sh | 48 local cmd 54 cmd="$*" 57 printf " COMMAND: $cmd\n" 60 out=$(eval ip netns exec ${ns} ${cmd} 2>&1)
|
/openbmc/u-boot/tools/dtoc/ |
H A D | dtb_platdata.py | 569 for cmd in args[0].split(','): 570 if cmd == 'struct': 572 elif cmd == 'platdata': 576 cmd)
|
/openbmc/linux/sound/core/ |
H A D | control_compat.c | 427 static inline long snd_ctl_ioctl_compat(struct file *file, unsigned int cmd, unsigned long arg) in snd_ctl_ioctl_compat() argument 438 switch (cmd) { in snd_ctl_ioctl_compat() 450 return snd_ctl_ioctl(file, cmd, (unsigned long)argp); in snd_ctl_ioctl_compat() 474 err = p->fioctl(ctl->card, ctl, cmd, arg); in snd_ctl_ioctl_compat()
|