Home
last modified time | relevance | path

Searched defs:cmd (Results 2376 – 2400 of 4689) sorted by relevance

1...<<919293949596979899100>>...188

/openbmc/qemu/hw/char/
H A Driscv_htif.c158 uint8_t cmd = val_written >> HTIF_CMD_SHIFT; in htif_handle_tohost_write() local
H A Dterminal3270.c242 static int write_payload_3270(EmulatedCcw3270Device *dev, uint8_t cmd) in write_payload_3270()
/openbmc/linux/arch/xtensa/kernel/
H A Dsetup.c534 void machine_restart(char * cmd) in machine_restart()
/openbmc/linux/security/
H A Dsecurity.c2645 int security_file_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in security_file_ioctl()
2662 int security_file_ioctl_compat(struct file *file, unsigned int cmd, in security_file_ioctl_compat()
2769 int security_file_lock(struct file *file, unsigned int cmd) in security_file_lock()
2788 int security_file_fcntl(struct file *file, unsigned int cmd, unsigned long arg) in security_file_fcntl()
3596 int security_msg_queue_msgctl(struct kern_ipc_perm *msq, int cmd) in security_msg_queue_msgctl()
3700 int security_shm_shmctl(struct kern_ipc_perm *shp, int cmd) in security_shm_shmctl()
3783 int security_sem_semctl(struct kern_ipc_perm *sma, int cmd) in security_sem_semctl()
5190 int security_bpf(int cmd, union bpf_attr *attr, unsigned int size) in security_bpf()
/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Ddp_rx.c566 struct ath12k_dp_rx_reo_cmd *cmd, *tmp; in ath12k_dp_rx_reo_cmd_list_cleanup() local
607 struct ath12k_hal_reo_cmd *cmd, in ath12k_dp_reo_cmd_send()
653 struct ath12k_hal_reo_cmd cmd = {0}; in ath12k_dp_reo_cache_flush() local
795 struct ath12k_hal_reo_cmd cmd = {0}; in ath12k_dp_rx_peer_tid_delete() local
905 struct ath12k_hal_reo_cmd cmd = {0}; in ath12k_peer_rx_tid_reo_update() local
1114 struct ath12k_hal_reo_cmd cmd = {0}; in ath12k_dp_rx_peer_pn_replay_config() local
3853 struct ath12k_dp_rx_reo_cmd *cmd, *tmp; in ath12k_dp_rx_process_reo_status() local
/openbmc/linux/net/netfilter/ipvs/
H A Dip_vs_ctl.c2621 #define CMDID(cmd) (cmd - IP_VS_BASE_CTL) argument
2691 do_ip_vs_set_ctl(struct sock *sk, int cmd, sockptr_t ptr, unsigned int len) in do_ip_vs_set_ctl()
3014 do_ip_vs_get_ctl(struct sock *sk, int cmd, void __user *user, int *len) in do_ip_vs_get_ctl()
3887 int ret = -EINVAL, cmd; in ip_vs_genl_set_daemon() local
3916 int ret = 0, cmd; in ip_vs_genl_set_cmd() local
4043 int ret, cmd, reply_cmd; in ip_vs_genl_get_cmd() local
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_scsi.c435 struct scsi_cmnd *cmd; in lpfc_sli4_io_xri_aborted() local
2685 struct scsi_cmnd *cmd = lpfc_cmd->pCmd; in lpfc_calc_bg_err() local
2863 struct scsi_cmnd *cmd = lpfc_cmd->pCmd; in lpfc_parse_bg_err() local
4005 struct scsi_cmnd *cmd; in lpfc_fcp_io_cmd_wqe_cmpl() local
4335 struct scsi_cmnd *cmd; in lpfc_scsi_cmd_iocb_cmpl() local
5184 static char *lpfc_is_command_vm_io(struct scsi_cmnd *cmd) in lpfc_is_command_vm_io()
/openbmc/linux/drivers/net/ethernet/realtek/
H A D8139cp.c1417 struct ethtool_link_ksettings *cmd) in cp_get_link_ksettings()
1430 const struct ethtool_link_ksettings *cmd) in cp_set_link_ksettings()
1606 static int cp_ioctl (struct net_device *dev, struct ifreq *rq, int cmd) in cp_ioctl()
1680 static void eeprom_cmd(void __iomem *ee_addr, int cmd, int cmd_len) in eeprom_cmd()
1705 int cmd = (EE_EXTEND_CMD << addr_len) | (extend_cmd << (addr_len - 2)); in eeprom_extend_cmd() local
/openbmc/linux/drivers/scsi/elx/efct/
H A Defct_hw.c605 u8 cmd[SLI4_BMBX_SIZE]; in efct_hw_init_prereg_io() local
1375 efct_hw_command(struct efct_hw *hw, u8 *cmd, u32 opts, void *cb, void *arg) in efct_hw_command()
1547 efct_issue_mbox_rqst(void *base, void *cmd, void *cb, void *arg) in efct_issue_mbox_rqst()
2647 u8 *cmd = io->req.virt; in efct_fill_els_params() local
3214 u8 cmd[SLI4_BMBX_SIZE]; member
/openbmc/linux/sound/soc/
H A Dsoc-pcm.c1122 static int soc_pcm_trigger(struct snd_pcm_substream *substream, int cmd) in soc_pcm_trigger()
2125 int cmd) in dpcm_be_dai_trigger()
2295 int cmd, bool fe_first) in dpcm_dai_trigger_fe_be()
2326 static int dpcm_fe_dai_do_trigger(struct snd_pcm_substream *substream, int cmd) in dpcm_fe_dai_do_trigger()
2413 static int dpcm_fe_dai_trigger(struct snd_pcm_substream *substream, int cmd) in dpcm_fe_dai_trigger()
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dmsgbuf.c86 __le32 cmd; member
158 __le32 cmd; member
432 uint cmd, void *buf, uint len) in brcmf_msgbuf_tx_ioctl()
493 uint cmd, void *buf, uint len, int *fwerr) in brcmf_msgbuf_query_dcmd()
531 uint cmd, void *buf, uint len, int *fwerr) in brcmf_msgbuf_set_dcmd()
/openbmc/u-boot/arch/arm/include/asm/arch-tegra/
H A Dbpmp_abi.h587 uint32_t cmd; member
651 uint32_t cmd; member
759 uint32_t cmd; member
1516 uint32_t cmd; member
/openbmc/linux/drivers/infiniband/hw/efa/
H A Defa_verbs.c636 struct efa_ibv_create_qp cmd = {}; in efa_create_qp() local
1076 struct efa_ibv_create_cq cmd = {}; in efa_create_cq() local
1790 const struct efa_ibv_alloc_ucontext_cmd *cmd) in efa_user_comp_handshake()
1817 struct efa_ibv_alloc_ucontext_cmd cmd = {}; in efa_alloc_ucontext() local
/openbmc/qemu/hw/riscv/
H A Driscv-iommu.c1435 struct riscv_iommu_command *cmd, IOMMUNotifierFlag flag, in riscv_iommu_ats()
1481 struct riscv_iommu_command *cmd) in riscv_iommu_ats_inval()
1488 struct riscv_iommu_command *cmd) in riscv_iommu_ats_prgr()
1540 struct riscv_iommu_command cmd; in riscv_iommu_process_cq_tail() local
/openbmc/linux/include/uapi/linux/
H A Dhdlcdrv.h52 int cmd; member
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dtable.js638 'cmd': 'filterinfo', property in tableInit.filterOpenClicked.params
/openbmc/u-boot/drivers/net/phy/
H A Dmv88e6352.c267 const char *cmd, *ethname; in do_mvsw_reg() local
/openbmc/u-boot/drivers/axi/
H A Dihs_axi.c150 enum axi_cmd cmd) in ihs_axi_transfer()
/openbmc/linux/tools/testing/selftests/netfilter/
H A Dnf-queue.c124 struct nfqnl_msg_config_cmd cmd = { in nfq_build_cfg_request() local
/openbmc/linux/drivers/media/mc/
H A Dmc-request.c221 static long media_request_ioctl(struct file *filp, unsigned int cmd, in media_request_ioctl()
/openbmc/linux/drivers/atm/
H A Dsuni.c255 static int suni_ioctl(struct atm_dev *dev,unsigned int cmd,void __user *arg) in suni_ioctl()
/openbmc/linux/drivers/net/ethernet/dec/tulip/
H A Dmedia.c113 int cmd = (0x5002 << 16) | ((phy_id & 0x1f) << 23) | (location<<18) | (val & 0xffff); in tulip_mdio_write() local
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/displays/
H A Dpanel-nec-nl8048hl11.c88 unsigned int cmd = 0, data = 0; in nec_8048_spi_send() local
/openbmc/linux/drivers/net/ethernet/microsoft/mana/
H A Dmana_ethtool.c187 static int mana_get_rxnfc(struct net_device *ndev, struct ethtool_rxnfc *cmd, in mana_get_rxnfc()
/openbmc/linux/sound/hda/
H A Dhdac_controller.c129 static unsigned int azx_command_addr(u32 cmd) in azx_command_addr()

1...<<919293949596979899100>>...188