/openbmc/linux/fs/nfsd/ |
H A D | nfsctl.c | 551 enum vers_op cmd; in __write_versions() local 565 cmd = sign == '-' ? NFSD_CLEAR : NFSD_SET; in __write_versions() 571 nfsd_vers(nn, num, cmd); in __write_versions() 575 if (nfsd_minorversion(nn, minor, cmd) < 0) in __write_versions() 577 } else if ((cmd == NFSD_SET) != nfsd_vers(nn, num, NFSD_TEST)) { in __write_versions() 584 while (nfsd_minorversion(nn, minor, cmd) >= 0) in __write_versions() 590 if (cmd == NFSD_SET) in __write_versions()
|
/openbmc/openbmc/poky/scripts/lib/recipetool/ |
H A D | create_buildsys.py | 449 cmd = subst_defines(value[value.index('(')+1:-1]) 451 if '|' in cmd: 452 cmd = 'set -o pipefail; ' + cmd 453 stdout, _ = bb.process.run(cmd, cwd=srctree, shell=True)
|
/openbmc/linux/drivers/vdpa/pds/ |
H A D | vdpa_dev.c | 779 union pds_core_adminq_cmd cmd = { in pds_vdpa_get_mgmt_info() local 811 cmd.vdpa_ident.ident_pa = cpu_to_le64(ident_pa); in pds_vdpa_get_mgmt_info() 812 cmd.vdpa_ident.len = cpu_to_le32(sizeof(vdpa_aux->ident)); in pds_vdpa_get_mgmt_info() 813 err = pds_client_adminq_cmd(vdpa_aux->padev, &cmd, in pds_vdpa_get_mgmt_info() 814 sizeof(cmd.vdpa_ident), &comp, 0); in pds_vdpa_get_mgmt_info()
|
/openbmc/linux/drivers/net/ethernet/fungible/funeth/ |
H A D | funeth_rx.c | 590 struct fun_admin_epcq_req cmd; in fun_rxq_set_bpf() local 596 cmd.common = FUN_ADMIN_REQ_COMMON_INIT2(FUN_ADMIN_OP_EPCQ, in fun_rxq_set_bpf() 597 sizeof(cmd)); in fun_rxq_set_bpf() 598 cmd.u.modify = in fun_rxq_set_bpf() 601 err = fun_submit_admin_sync_cmd(fp->fdev, &cmd.common, NULL, 0, in fun_rxq_set_bpf()
|
/openbmc/linux/fs/afs/ |
H A D | flock.c | 764 int afs_lock(struct file *file, int cmd, struct file_lock *fl) in afs_lock() argument 771 vnode->fid.vid, vnode->fid.vnode, cmd, in afs_lock() 775 if (IS_GETLK(cmd)) in afs_lock() 799 int afs_flock(struct file *file, int cmd, struct file_lock *fl) in afs_flock() argument 806 vnode->fid.vid, vnode->fid.vnode, cmd, in afs_flock()
|
/openbmc/linux/drivers/spi/ |
H A D | spi-dw-core.c | 490 op->dummy.buswidth > 1 || op->cmd.buswidth > 1) in dw_spi_supports_mem_op() 505 len = op->cmd.nbytes + op->addr.nbytes + op->dummy.nbytes; in dw_spi_init_mem_buf() 522 for (i = 0; i < op->cmd.nbytes; ++i) in dw_spi_init_mem_buf() 523 out[i] = DW_SPI_GET_BYTE(op->cmd.opcode, op->cmd.nbytes - i - 1); in dw_spi_init_mem_buf()
|
/openbmc/linux/drivers/tty/ |
H A D | tty_ioctl.c | 775 int tty_mode_ioctl(struct tty_struct *tty, unsigned int cmd, unsigned long arg) in tty_mode_ioctl() argument 788 switch (cmd) { in tty_mode_ioctl() 946 int n_tty_ioctl_helper(struct tty_struct *tty, unsigned int cmd, in n_tty_ioctl_helper() argument 951 switch (cmd) { in n_tty_ioctl_helper() 992 return tty_mode_ioctl(tty, cmd, arg); in n_tty_ioctl_helper()
|
/openbmc/linux/kernel/ |
H A D | kcov.c | 584 static int kcov_ioctl_locked(struct kcov *kcov, unsigned int cmd, in kcov_ioctl_locked() argument 593 switch (cmd) { in kcov_ioctl_locked() 691 static long kcov_ioctl(struct file *filep, unsigned int cmd, unsigned long arg) in kcov_ioctl() argument 702 switch (cmd) { in kcov_ioctl() 751 res = kcov_ioctl_locked(kcov, cmd, arg); in kcov_ioctl()
|
/openbmc/fb-ipmi-oem/src/ |
H A D | usb-dbg.cpp | 550 int sendBicCmd(uint8_t netFn, uint8_t cmd, uint8_t bicAddr, in sendBicCmd() argument 560 method.append(bicAddr, netFn, lun, cmd, cmdData); in sendBicCmd() 579 int sendMeCmd(uint8_t netFn, uint8_t cmd, std::vector<uint8_t>& cmdData, in sendMeCmd() argument 586 std::cout << "ME NetFn:cmd " << (int)netFn << ":" << (int)cmd << "\n"; in sendMeCmd() 598 method.append(meAddress, netFn, lun, cmd, cmdData); in sendMeCmd()
|
/openbmc/linux/drivers/media/radio/ |
H A D | radio-miropcm20.c | 152 static int rds_cmd(struct snd_miro_aci *aci, u8 cmd, u8 databuffer[], u8 datasize) in rds_cmd() argument 156 rds_write(aci, cmd); in rds_cmd() 159 if (cmd == RDS_RESET) in rds_cmd()
|
/openbmc/u-boot/tools/buildman/ |
H A D | toolchain.py | 93 cmd = [fname, '--version'] 99 result = command.RunPipe([cmd], capture=True, env=env, 109 print 'Command: ', cmd
|
/openbmc/u-boot/drivers/misc/ |
H A D | aspeed-fsi.c | 349 __be32 cmd; in aspeed_fsi_break() local 353 cmd = cpu_to_be32(0xc0de0000); in aspeed_fsi_break() 357 rc = aspeed_fsi_write(aspeed, link, 0, addr, &cmd, 4); in aspeed_fsi_break()
|
/openbmc/linux/sound/drivers/mpu401/ |
H A D | mpu401_uart.c | 209 static int snd_mpu401_uart_cmd(struct snd_mpu401 * mpu, unsigned char cmd, in snd_mpu401_uart_cmd() argument 231 mpu->write(mpu, cmd, MPU401C(mpu)); in snd_mpu401_uart_cmd() 248 "(status = 0x%x, data = 0x%x)\n", cmd, mpu->port, in snd_mpu401_uart_cmd()
|
/openbmc/linux/drivers/scsi/elx/efct/ |
H A D | efct_unsol.c | 112 enum efct_scsi_tmf_cmd cmd; in efct_dispatch_unsol_tmf() member 124 io->tmf_cmd = tmflist[i].cmd; in efct_dispatch_unsol_tmf() 125 efct_scsi_recv_tmf(io, lun, tmflist[i].cmd, NULL, 0); in efct_dispatch_unsol_tmf()
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | srv6_hencap_red_l3vpn_test.sh | 243 local cmd="$1" 245 if [ ! -x "$(command -v "${cmd}")" ]; then 246 echo "SKIP: Could not run test without \"${cmd}\" tool";
|
H A D | srv6_hl2encap_red_l2vpn_test.sh | 194 local cmd="$1" 196 if [ ! -x "$(command -v "${cmd}")" ]; then 197 echo "SKIP: Could not run test without \"${cmd}\" tool";
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_bpftool_synctypes.py | 579 for cmd in [ 'btf', 'feature', 'gen', 'iter', 'link', 'net', 'perf', 'struct_ops', ]: 580 source_info = GenericSourceExtractor(cmd + '.c') 584 man_cmd_info = ManGenericExtractor(os.path.join(BPFTOOL_DOC_DIR, 'bpftool-' + cmd + '.rst'))
|
/openbmc/linux/drivers/scsi/ |
H A D | sun3_scsi.c | 335 struct scsi_cmnd *cmd) in sun3scsi_dma_xfer_len() argument 337 int wanted_len = NCR5380_to_ncmd(cmd)->this_residual; in sun3scsi_dma_xfer_len() 339 if (wanted_len < DMA_MIN_SIZE || blk_rq_is_passthrough(scsi_cmd_to_rq(cmd))) in sun3scsi_dma_xfer_len()
|
/openbmc/linux/drivers/nvdimm/ |
H A D | core.c | 284 int cmd, len = 0; in commands_show() local 288 for_each_set_bit(cmd, &nd_desc->cmd_mask, BITS_PER_LONG) in commands_show() 289 len += sprintf(buf + len, "%s ", nvdimm_bus_cmd_name(cmd)); in commands_show()
|
/openbmc/linux/drivers/misc/cxl/ |
H A D | flash.c | 459 static long device_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in device_ioctl() argument 465 if (cmd == CXL_IOCTL_DOWNLOAD_IMAGE) in device_ioctl() 469 else if (cmd == CXL_IOCTL_VALIDATE_IMAGE) in device_ioctl()
|
/openbmc/linux/sound/soc/fsl/ |
H A D | mpc5200_dma.c | 111 struct snd_pcm_substream *substream, int cmd) in psc_dma_trigger() argument 122 switch (cmd) { in psc_dma_trigger() 173 substream->pstr->stream, cmd); in psc_dma_trigger()
|
/openbmc/linux/drivers/net/wireless/ath/carl9170/ |
H A D | carl9170.h | 380 struct carl9170_cmd cmd; member 548 int __carl9170_exec_cmd(struct ar9170 *ar, struct carl9170_cmd *cmd, 582 const struct carl9170_rsp *cmd);
|
/openbmc/linux/drivers/misc/mei/ |
H A D | bus-fixup.c | 370 struct mei_nfc_cmd cmd = { in mei_nfc_if_version() local 384 ret = __mei_cl_send(cl, (u8 *)&cmd, sizeof(cmd), 0, in mei_nfc_if_version()
|
/openbmc/linux/sound/soc/uniphier/ |
H A D | aio-compress.c | 218 int cmd) in uniphier_aio_compr_trigger() argument 229 switch (cmd) { in uniphier_aio_compr_trigger() 242 dev_warn(dev, "Unknown trigger(%d)\n", cmd); in uniphier_aio_compr_trigger()
|
/openbmc/linux/drivers/ata/pata_parport/ |
H A D | bpck6.c | 63 static void bpck6_send_cmd(struct pi_adapter *pi, u8 cmd) in bpck6_send_cmd() argument 70 parport_write_data(pi->pardev->port, cmd); in bpck6_send_cmd() 76 pi->pardev->port->ops->epp_write_addr(pi->pardev->port, &cmd, 1, 0); in bpck6_send_cmd()
|