/openbmc/linux/kernel/ |
H A D | pid_namespace.c | 320 int reboot_pid_ns(struct pid_namespace *pid_ns, int cmd) in reboot_pid_ns() argument 325 switch (cmd) { in reboot_pid_ns()
|
/openbmc/linux/drivers/sbus/char/ |
H A D | uctrl.c | 198 uctrl_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in uctrl_ioctl() argument 200 switch (cmd) { in uctrl_ioctl()
|
/openbmc/linux/sound/soc/codecs/ |
H A D | sti-sas.c | 215 static int sti_sas_spdif_trigger(struct snd_pcm_substream *substream, int cmd, in sti_sas_spdif_trigger() argument 220 switch (cmd) { in sti_sas_spdif_trigger()
|
/openbmc/linux/sound/soc/ti/ |
H A D | omap-hdmi.c | 230 static int hdmi_dai_trigger(struct snd_pcm_substream *substream, int cmd, in hdmi_dai_trigger() argument 238 switch (cmd) { in hdmi_dai_trigger()
|
/openbmc/linux/include/linux/ |
H A D | net.h | 180 int (*ioctl) (struct socket *sock, unsigned int cmd, 183 int (*compat_ioctl) (struct socket *sock, unsigned int cmd,
|
H A D | tpm.h | 432 extern int tpm_send(struct tpm_chip *chip, void *cmd, size_t buflen); 453 static inline int tpm_send(struct tpm_chip *chip, void *cmd, size_t buflen) in tpm_send() argument
|
/openbmc/linux/kernel/dma/ |
H A D | map_benchmark.c | 199 static long map_benchmark_ioctl(struct file *file, unsigned int cmd, in map_benchmark_ioctl() argument 210 switch (cmd) { in map_benchmark_ioctl()
|
/openbmc/linux/drivers/net/arcnet/ |
H A D | arc-rimi.c | 280 static void arcrimi_command(struct net_device *dev, int cmd) in arcrimi_command() argument 285 arcnet_writeb(cmd, ioaddr, COM9026_REG_W_COMMAND); in arcrimi_command()
|
/openbmc/linux/include/scsi/ |
H A D | libiscsi.h | 161 static inline struct iscsi_cmd *iscsi_cmd(struct scsi_cmnd *cmd) in iscsi_cmd() argument 163 return scsi_cmd_priv(cmd); in iscsi_cmd()
|
/openbmc/linux/drivers/scsi/ |
H A D | mac_esp.c | 198 u32 dma_count, int write, u8 cmd) in mac_esp_send_pdma_cmd() argument 210 scsi_esp_cmd(esp, cmd); in mac_esp_send_pdma_cmd()
|
H A D | mac_scsi.c | 405 struct scsi_cmnd *cmd) in macscsi_dma_xfer_len() argument 407 int resid = NCR5380_to_ncmd(cmd)->this_residual; in macscsi_dma_xfer_len()
|
/openbmc/linux/drivers/net/mdio/ |
H A D | mdio-i2c.c | 271 static int i2c_rollball_mii_cmd(struct mii_bus *bus, int bus_addr, u8 cmd, in i2c_rollball_mii_cmd() argument 279 cmdbuf[1] = cmd; in i2c_rollball_mii_cmd()
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | verify_pkcs7_sig.c | 77 static int _run_setup_process(const char *setup_dir, const char *cmd) in _run_setup_process() argument 83 execlp("./verify_sig_setup.sh", "./verify_sig_setup.sh", cmd, in _run_setup_process()
|
/openbmc/linux/drivers/media/platform/ti/omap3isp/ |
H A D | isph3a_aewb.c | 241 static long h3a_aewb_ioctl(struct v4l2_subdev *sd, unsigned int cmd, void *arg) in h3a_aewb_ioctl() argument 245 switch (cmd) { in h3a_aewb_ioctl()
|
/openbmc/linux/drivers/s390/char/ |
H A D | sclp_early_core.c | 64 int sclp_early_cmd(sclp_cmdw_t cmd, void *sccb) in sclp_early_cmd() argument 70 rc = sclp_service_call(cmd, sccb); in sclp_early_cmd()
|
/openbmc/linux/sound/core/ |
H A D | pcm_dmaengine.c | 187 int snd_dmaengine_pcm_trigger(struct snd_pcm_substream *substream, int cmd) in snd_dmaengine_pcm_trigger() argument 193 switch (cmd) { in snd_dmaengine_pcm_trigger()
|
/openbmc/linux/drivers/media/pci/solo6x10/ |
H A D | solo6x10-g723.c | 159 static int snd_solo_pcm_trigger(struct snd_pcm_substream *ss, int cmd) in snd_solo_pcm_trigger() argument 167 switch (cmd) { in snd_solo_pcm_trigger()
|
/openbmc/linux/arch/parisc/kernel/ |
H A D | sys_parisc.c | 231 asmlinkage long sys_fcntl64(unsigned int fd, unsigned int cmd, unsigned long arg) in sys_fcntl64() argument 233 return sys_fcntl(fd, cmd, arg); in sys_fcntl64()
|
H A D | process.c | 68 void machine_restart(char *cmd) in machine_restart() argument
|
/openbmc/linux/sound/soc/pxa/ |
H A D | pxa2xx-i2s.c | 214 static int pxa2xx_i2s_trigger(struct snd_pcm_substream *substream, int cmd, in pxa2xx_i2s_trigger() argument 219 switch (cmd) { in pxa2xx_i2s_trigger()
|
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/ |
H A D | npmsw.py | 275 cmd = 'cp -fpPRH "%s/." .' % (depsrcdir) 276 runfetchcmd(cmd, d, workdir=depdestdir)
|
/openbmc/linux/security/selinux/ |
H A D | hooks.c | 3645 u32 requested, u16 cmd) in ioctl_has_perm() argument 3654 u8 driver = cmd >> 8; in ioctl_has_perm() 3655 u8 xperm = cmd & 0xff; in ioctl_has_perm() 3659 ad.u.op->cmd = cmd; in ioctl_has_perm() 3681 static int selinux_file_ioctl(struct file *file, unsigned int cmd, in selinux_file_ioctl() argument 3687 switch (cmd) { in selinux_file_ioctl() 3716 error = ioctl_has_perm(cred, file, FILE__IOCTL, (u16) cmd); in selinux_file_ioctl() 3723 error = ioctl_has_perm(cred, file, FILE__IOCTL, (u16) cmd); in selinux_file_ioctl() 3728 static int selinux_file_ioctl_compat(struct file *file, unsigned int cmd, in selinux_file_ioctl_compat() argument 3735 switch (cmd) { in selinux_file_ioctl_compat() [all …]
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ |
H A D | ipoib.h | 89 int mlx5i_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd);
|
/openbmc/linux/drivers/net/can/softing/ |
H A D | softing.h | 81 int softing_bootloader_command(struct softing *card, int16_t cmd,
|
/openbmc/linux/arch/arm/mach-mvebu/ |
H A D | system-controller.c | 91 void mvebu_restart(enum reboot_mode mode, const char *cmd) in mvebu_restart() argument
|