/openbmc/linux/tools/perf/util/ |
H A D | header.c | 139 int do_write(struct feat_fd *ff, const void *buf, size_t size) in do_write() function 152 ret = do_write(ff, &size, sizeof(size)); in do_write_bitmap() 157 ret = do_write(ff, p + i, sizeof(*p)); in do_write_bitmap() 170 int err = do_write(ff, bf, count); in write_padded() 173 err = do_write(ff, zero_buf, count_aligned - count); in write_padded() 191 ret = do_write(ff, &len, sizeof(len)); in do_write_string() 493 ret = do_write(ff, &nrc, sizeof(nrc)); in write_nrcpus() 497 return do_write(ff, &nra, sizeof(nra)); in write_nrcpus() 512 ret = do_write(ff, &nre, sizeof(nre)); in write_event_desc() 520 ret = do_write(ff, &sz, sizeof(sz)); in write_event_desc() [all …]
|
H A D | header.h | 177 int do_write(struct feat_fd *fd, const void *buf, size_t size);
|
H A D | build-id.c | 323 err = do_write(fd, &b, sizeof(b)); in write_buildid()
|
/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/ |
H A D | localhostbecontroller.py | 367 do_write = True 373 do_write = False 376 do_write = True 377 elif do_write: 393 do_write = True 399 do_write = False 402 do_write = True 403 elif do_write:
|
/openbmc/linux/tools/testing/selftests/kvm/ |
H A D | kvm_page_table_test.c | 90 static void guest_code(bool do_write) in guest_code() argument 117 if (do_write) in guest_code() 188 bool do_write = !(vcpu->id % 2); in vcpu_worker() local 194 vcpu_args_set(vcpu, 1, do_write); in vcpu_worker()
|
/openbmc/linux/tools/testing/selftests/powerpc/mm/ |
H A D | subpage_prot.c | 60 static inline void do_write(const volatile void *addr) in do_write() function 124 do_write(addr); in run_test()
|
/openbmc/u-boot/cmd/ |
H A D | pmic.c | 152 static int do_write(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_write() function 191 U_BOOT_CMD_MKENT(write, 3, 1, do_write, "", ""),
|
/openbmc/linux/drivers/mtd/tests/ |
H A D | stresstest.c | 82 static int do_write(void) in do_write() function 124 return do_write(); in do_operation()
|
/openbmc/linux/sound/pcmcia/vx/ |
H A D | vxp_ops.c | 313 static void vx_setup_pseudo_dma(struct vx_core *_chip, int do_write) in vx_setup_pseudo_dma() argument 318 vx_outb(chip, ICR, do_write ? ICR_TREQ : ICR_RREQ); in vx_setup_pseudo_dma() 325 chip->regDIALOG |= do_write ? VXP_DLG_DMAWRITE_SEL_MASK : VXP_DLG_DMAREAD_SEL_MASK; in vx_setup_pseudo_dma()
|
/openbmc/qemu/util/ |
H A D | osdep.c | 555 readv_writev(int fd, const struct iovec *iov, int iov_cnt, bool do_write) in readv_writev() argument 561 ssize_t r = do_write in readv_writev()
|
/openbmc/openbmc/poky/meta/lib/bblayers/ |
H A D | makesetup.py | 82 p.do_write(self, args)
|
/openbmc/openbmc/poky/meta/lib/bblayers/setupwriters/ |
H A D | oe-setup-layers.py | 65 def do_write(self, parent, args): member in OeSetupLayersWriter
|
/openbmc/linux/drivers/mmc/core/ |
H A D | mmc_test.c | 166 bool do_write; member 2117 tdata->do_write, 0, 1, size / reqsize, in mmc_test_rw_multiple() 2176 .do_write = true, in mmc_test_profile_mult_write_blocking_perf() 2195 .do_write = true, in mmc_test_profile_mult_write_nonblock_perf() 2214 .do_write = false, in mmc_test_profile_mult_read_blocking_perf() 2233 .do_write = false, in mmc_test_profile_mult_read_nonblock_perf() 2252 .do_write = true, in mmc_test_profile_sglen_wr_blocking_perf() 2271 .do_write = true, in mmc_test_profile_sglen_wr_nonblock_perf() 2290 .do_write = false, in mmc_test_profile_sglen_r_blocking_perf() 2309 .do_write = false, in mmc_test_profile_sglen_r_nonblock_perf()
|
/openbmc/qemu/hw/rtc/ |
H A D | m48t59.c | 201 goto do_write; in m48t59_write() 346 do_write: in m48t59_write()
|
/openbmc/linux/sound/pci/vx222/ |
H A D | vx222_ops.c | 220 static void vx2_setup_pseudo_dma(struct vx_core *chip, int do_write) in vx2_setup_pseudo_dma() argument 225 vx_outl(chip, ICR, do_write ? ICR_TREQ : ICR_RREQ); in vx2_setup_pseudo_dma()
|
/openbmc/linux/drivers/ata/ |
H A D | libata-sff.c | 581 bool do_write = (qc->tf.flags & ATA_TFLAG_WRITE); in ata_pio_xfer() local 585 qc->ap->ops->sff_data_xfer(qc, buf + offset, xfer_size, do_write); in ata_pio_xfer() 588 if (!do_write && !PageSlab(page)) in ata_pio_xfer() 806 int i_write, do_write = (qc->tf.flags & ATA_TFLAG_WRITE) ? 1 : 0; in atapi_pio_bytes() local 826 if (unlikely(do_write != i_write)) in atapi_pio_bytes()
|
/openbmc/linux/drivers/s390/char/ |
H A D | vmur.c | 418 static ssize_t do_write(struct urdev *urd, const char __user *udata, in do_write() function 460 return do_write(urf->urd, udata, count, urf->dev_reclen, ppos); in ur_write()
|
/openbmc/u-boot/drivers/usb/gadget/ |
H A D | f_mass_storage.c | 810 static int do_write(struct fsg_common *common) in do_write() function 1977 reply = do_write(common); in do_scsi_command() 1987 reply = do_write(common); in do_scsi_command() 1997 reply = do_write(common); in do_scsi_command()
|
/openbmc/linux/drivers/mmc/host/ |
H A D | cavium.c | 334 static void do_write(struct mmc_request *req) in do_write() function 474 do_write(req); in cvm_mmc_interrupt()
|
/openbmc/linux/drivers/usb/gadget/function/ |
H A D | f_mass_storage.c | 737 static int do_write(struct fsg_common *common) in do_write() function 2102 reply = do_write(common); in do_scsi_command() 2113 reply = do_write(common); in do_scsi_command() 2124 reply = do_write(common); in do_scsi_command() 2135 reply = do_write(common); in do_scsi_command()
|
/openbmc/linux/tools/testing/selftests/net/mptcp/ |
H A D | mptcp_connect.c | 449 static size_t do_write(const int fd, char *buf, const size_t len) in do_write() function 681 do_write(outfd, rbuf, len); in copyfd_io_poll()
|
/openbmc/linux/drivers/md/ |
H A D | dm-raid1.c | 654 static void do_write(struct mirror_set *ms, struct bio *bio) in do_write() function 777 do_write(ms, bio); in do_writes()
|
/openbmc/qemu/hw/display/ |
H A D | vga.c | 975 goto do_write; in vga_mem_writeb() 1016 do_write: in vga_mem_writeb()
|
/openbmc/linux/drivers/infiniband/sw/rdmavt/ |
H A D | qp.c | 3035 goto do_write; in rvt_ruc_loopback() 3040 do_write: in rvt_ruc_loopback()
|
/openbmc/linux/sound/pci/hda/ |
H A D | patch_sigmatel.c | 435 bool enable, bool do_write) in stac_toggle_power_map() argument 458 if (do_write) in stac_toggle_power_map()
|