Home
last modified time | relevance | path

Searched refs:cmd (Results 4326 – 4350 of 6825) sorted by relevance

1...<<171172173174175176177178179180>>...273

/openbmc/linux/kernel/
H A Dpid_namespace.c320 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 Ductrl.c198 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 Dsti-sas.c215 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 Domap-hdmi.c230 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 Dnet.h180 int (*ioctl) (struct socket *sock, unsigned int cmd,
183 int (*compat_ioctl) (struct socket *sock, unsigned int cmd,
H A Dtpm.h432 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 Dmap_benchmark.c199 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 Darc-rimi.c280 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 Dlibiscsi.h161 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 Dmac_esp.c198 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 Dmac_scsi.c405 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 Dmdio-i2c.c271 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 Dverify_pkcs7_sig.c77 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 Disph3a_aewb.c241 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 Dsclp_early_core.c64 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 Dpcm_dmaengine.c187 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 Dsolo6x10-g723.c159 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 Dsys_parisc.c231 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 Dprocess.c68 void machine_restart(char *cmd) in machine_restart() argument
/openbmc/linux/sound/soc/pxa/
H A Dpxa2xx-i2s.c214 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 Dnpmsw.py275 cmd = 'cp -fpPRH "%s/." .' % (depsrcdir)
276 runfetchcmd(cmd, d, workdir=depdestdir)
/openbmc/linux/security/selinux/
H A Dhooks.c3645 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 Dipoib.h89 int mlx5i_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd);
/openbmc/linux/drivers/net/can/softing/
H A Dsofting.h81 int softing_bootloader_command(struct softing *card, int16_t cmd,
/openbmc/linux/arch/arm/mach-mvebu/
H A Dsystem-controller.c91 void mvebu_restart(enum reboot_mode mode, const char *cmd) in mvebu_restart() argument

1...<<171172173174175176177178179180>>...273