Home
last modified time | relevance | path

Searched refs:cmd (Results 3526 – 3550 of 6829) sorted by relevance

1...<<141142143144145146147148149150>>...274

/openbmc/linux/tools/power/cpupower/debug/kernel/
H A DMakefile15 - rm -rf *.o *.ko .*.cmd .*.mod.* *.mod.c
/openbmc/linux/fs/ocfs2/
H A Dfile.c1933 loff_t f_pos, unsigned int cmd, in __ocfs2_change_file_space() argument
1998 if (cmd == OCFS2_IOC_RESVSP || cmd == OCFS2_IOC_RESVSP64 || in __ocfs2_change_file_space()
1999 cmd == OCFS2_IOC_UNRESVSP || cmd == OCFS2_IOC_UNRESVSP64) { in __ocfs2_change_file_space()
2015 switch (cmd) { in __ocfs2_change_file_space()
2079 int ocfs2_change_file_space(struct file *file, unsigned int cmd, in ocfs2_change_file_space() argument
2086 if ((cmd == OCFS2_IOC_RESVSP || cmd == OCFS2_IOC_RESVSP64) && in ocfs2_change_file_space()
2089 else if ((cmd == OCFS2_IOC_UNRESVSP || cmd == OCFS2_IOC_UNRESVSP64) && in ocfs2_change_file_space()
2102 ret = __ocfs2_change_file_space(file, inode, file->f_pos, cmd, sr, 0); in ocfs2_change_file_space()
2114 int cmd = OCFS2_IOC_RESVSP64; in ocfs2_fallocate() local
2131 cmd = OCFS2_IOC_UNRESVSP64; in ocfs2_fallocate()
[all …]
/openbmc/linux/drivers/staging/ks7010/
H A Dks_wlan_net.c55 int cmd);
1158 iwe->cmd = IWEVCUSTOM; in ks_wlan_add_leader_event()
1192 iwe.cmd = SIOCGIWAP; in ks_wlan_translate_scan()
1204 iwe.cmd = SIOCGIWESSID; in ks_wlan_translate_scan()
1210 iwe.cmd = SIOCGIWMODE; in ks_wlan_translate_scan()
1220 iwe.cmd = SIOCGIWFREQ; in ks_wlan_translate_scan()
1228 iwe.cmd = IWEVQUAL; in ks_wlan_translate_scan()
1236 iwe.cmd = SIOCGIWENCODE; in ks_wlan_translate_scan()
1250 iwe.cmd = SIOCGIWRATE; in ks_wlan_translate_scan()
1668 switch (pmksa->cmd) { in ks_wlan_set_pmksa()
[all …]
/openbmc/linux/drivers/scsi/ibmvscsi/
H A Dibmvfc.c215 struct ibmvfc_cmd *vfc_cmd = &evt->iu.cmd; in ibmvfc_trc_start()
251 struct ibmvfc_cmd *vfc_cmd = &evt->xfer_iu->cmd; in ibmvfc_trc_end()
1692 evt->xfer_iu->cmd.tag = cpu_to_be64((u64)evt); in ibmvfc_send_event()
1764 struct ibmvfc_cmd *vfc_cmd = &evt->xfer_iu->cmd; in ibmvfc_log_error()
1822 struct ibmvfc_cmd *vfc_cmd = &evt->xfer_iu->cmd; in ibmvfc_scsi_done()
1900 struct ibmvfc_cmd *vfc_cmd = &evt->iu.cmd; in ibmvfc_init_vfc_cmd()
2257 mad->iu.cmd.va = cpu_to_be64(sg_dma_address(job->request_payload.sg_list)); in ibmvfc_bsg_request()
2258 mad->iu.cmd.len = cpu_to_be32(sg_dma_len(job->request_payload.sg_list)); in ibmvfc_bsg_request()
2316 struct ibmvfc_fcp_rsp *fc_rsp = ibmvfc_get_fcp_rsp(vhost, &rsp_iu.cmd); in ibmvfc_reset_device()
2357 if (rsp_iu.cmd.status) in ibmvfc_reset_device()
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dparselogs.py83 cmd = 'find %s -name \\*.log -maxdepth 1 -type f' % location
84 status, output = self.target.run(cmd)
H A Dsystemd.py24 cmd = 'SYSTEMD_BUS_TIMEOUT=240s systemctl status --full %s' % target
25 message += self.target.run(cmd)[1]
/openbmc/qemu/tests/qtest/libqos/
H A Dvirtio-9p.c67 g_autofree char *cmd = g_strdup_printf("rm -fr '%s'\n", local_test_path); in virtio_9p_remove_local_test_dir() local
68 int res = system(cmd); in virtio_9p_remove_local_test_dir()
/openbmc/linux/sound/soc/adi/
H A Daxi-spdif.c48 static int axi_spdif_trigger(struct snd_pcm_substream *substream, int cmd, in axi_spdif_trigger() argument
54 switch (cmd) { in axi_spdif_trigger()
/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/controllers/
H A Dfvp.py79 def run(self, cmd, timeout=None): argument
82 return super().run(cmd, timeout)
/openbmc/linux/drivers/watchdog/
H A Deurotechwdt.c233 unsigned int cmd, unsigned long arg) in eurwdt_ioctl() argument
247 switch (cmd) { in eurwdt_ioctl()
/openbmc/linux/drivers/net/ethernet/asix/
H A Dax88796c_ioctl.c232 int ax88796c_ioctl(struct net_device *ndev, struct ifreq *ifr, int cmd) in ax88796c_ioctl() argument
236 ret = phy_mii_ioctl(ndev->phydev, ifr, cmd); in ax88796c_ioctl()
/openbmc/linux/sound/pcmcia/pdaudiocf/
H A Dpdaudiocf_pcm.c34 static int pdacf_pcm_trigger(struct snd_pcm_substream *subs, int cmd) in pdacf_pcm_trigger() argument
44 switch (cmd) { in pdacf_pcm_trigger()
/openbmc/linux/include/linux/spi/
H A Dspi-mem.h106 } cmd; member
139 .cmd = __cmd, \
/openbmc/linux/drivers/crypto/ccp/
H A Ddbc.c113 static long dbc_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in dbc_ioctl() argument
126 switch (cmd) { in dbc_ioctl()
/openbmc/linux/drivers/input/touchscreen/
H A Dcy8ctmg110_ts.c83 unsigned char *data, unsigned char len, unsigned char cmd) in cy8ctmg110_read_regs() argument
92 .buf = &cmd in cy8ctmg110_read_regs()
/openbmc/linux/drivers/media/usb/dvb-usb/
H A Dvp7045.c25 int vp7045_usb_op(struct dvb_usb_device *d, u8 cmd, u8 *out, int outlen, u8 *in, int inlen, int mse… in vp7045_usb_op() argument
30 buf[0] = cmd; in vp7045_usb_op()
/openbmc/linux/drivers/staging/media/av7110/
H A Dav7110.h279 struct dvb_diseqc_master_cmd *cmd);
287 unsigned long cmd);
/openbmc/linux/tools/testing/selftests/kvm/
H A Dguest_print_test.c137 TEST_FAIL("Unknown ucall %lu", uc.cmd); in run_test()
169 uc.cmd, UCALL_ABORT); in test_limits()
/openbmc/openbmc/poky/meta/lib/oeqa/
H A Drunexported.py58 def run(self, cmd, timeout=None): argument
59 return self.connection.run(cmd, timeout)
/openbmc/linux/drivers/media/firewire/
H A Dfiredtv-fe.c51 struct dvb_diseqc_master_cmd *cmd) in fdtv_diseqc_send_master_cmd() argument
56 LNBCONTROL_DONTCARE, 1, cmd); in fdtv_diseqc_send_master_cmd()
/openbmc/linux/drivers/scsi/csiostor/
H A Dcsio_scsi.h196 static inline struct csio_cmd_priv *csio_priv(struct scsi_cmnd *cmd) in csio_priv() argument
198 return scsi_cmd_priv(cmd); in csio_priv()
/openbmc/qemu/target/i386/hvf/
H A Dx86_decode.h212 const char *decode_cmd_to_string(enum x86_decode_cmd cmd);
276 enum x86_decode_cmd cmd; member
/openbmc/u-boot/examples/standalone/
H A Dsmc911x_eeprom.c69 static int do_eeprom_cmd(struct eth_device *dev, int cmd, u8 reg) in do_eeprom_cmd() argument
77 smc911x_reg_write(dev, E2P_CMD, E2P_CMD_EPC_BUSY | cmd | reg); in do_eeprom_cmd()
/openbmc/linux/drivers/clk/hisilicon/
H A Dclk-hi6220-stub.c56 unsigned char cmd; member
85 data.msg.cmd = HI6220_MBOX_CMD_SET; in hi6220_acpu_set_freq()
/openbmc/linux/include/linux/
H A Dwait_bit.h242 #define ___wait_var_event(var, condition, state, exclusive, ret, cmd) \ argument
263 cmd; \

1...<<141142143144145146147148149150>>...274