Home
last modified time | relevance | path

Searched refs:pwrite (Results 1 – 22 of 22) sorted by relevance

/openbmc/phosphor-ipmi-flash/internal/
H A Dsys.cpp59 int SysImpl::pwrite(int fd, const void* buf, std::size_t count, in pwrite() function in internal::SysImpl
62 return static_cast<int>(::pwrite(fd, buf, count, offset)); in pwrite()
H A Dsys.hpp37 virtual int pwrite(int fd, const void* buf, std::size_t count,
72 int pwrite(int fd, const void* buf, std::size_t count,
/openbmc/phosphor-ipmi-flash/tools/test/
H A Dinternal_sys_mock.hpp22 MOCK_METHOD(int, pwrite, (int, const void*, std::size_t, off_t),
H A Dio_unittest.cpp156 EXPECT_CALL(sys_mock, pwrite(fd, _, 1, 0)).WillOnce(Return(-1)); in TEST_F()
166 EXPECT_CALL(sys_mock, pwrite(fd, _, 1, 0)).WillOnce(Return(0)); in TEST_F()
/openbmc/qemu/tests/qemu-iotests/
H A D004.out17 pwrite past image boundary
H A D002.out16 unaligned pwrite
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dnbd-multiconn124 clients[1].pwrite(updated_data, 0)
/openbmc/phosphor-ipmi-flash/tools/
H A Dio.cpp144 ssize_t ret = sys->pwrite(ppcMemFd, source, length, offset); in write()
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsprogs/files/
H A D0005-Replace-off64_t-stat64-with-off_t-stat.patch29 io/pwrite.c | 20 ++++++++++----------
407 diff --git a/io/pwrite.c b/io/pwrite.c
409 --- a/io/pwrite.c
410 +++ b/io/pwrite.c
657 if (pwrite(dev_fd, lb, sizeof(lb), off) < 0)
/openbmc/qemu/hw/vfio/
H A Dccw.c91 ret = pwrite(vcdev->vdev.fd, region, in vfio_ccw_handle_request()
177 ret = pwrite(vcdev->vdev.fd, region, in vfio_ccw_handle_clear()
216 ret = pwrite(vcdev->vdev.fd, region, in vfio_ccw_handle_halt()
H A Ddisplay.c36 pwrite(_fd, &(_ptr->_fld), sizeof(_ptr->_fld), \
95 if (pwrite(fd, dpy->edid_blob, dpy->edid_regs->edid_size, in vfio_display_edid_update()
/openbmc/hiomapd/file/
H A Dbackend.c138 rc = pwrite(priv->fd, erase_buf, count, offset); in file_erase()
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/
H A Dbinutils_2.44.bb21 # | ../../../gprofng/libcollector/../src/collector_module.h:78:13: error: duplicate member 'pwrite'
/openbmc/qemu/tests/qtest/migration/
H A Dmigration-util.c324 ret = pwrite(fd, buf, len, offset); in probe_o_direct_support()
/openbmc/qemu/bsd-user/netbsd/
H A Dstrace.list93 { TARGET_NETBSD_NR_pwrite, "pwrite", NULL, NULL, NULL },
/openbmc/qemu/hw/xen/
H A Dxen-host-pci-device.c295 rc = pwrite(d->config_fd, buf, len, pos); in xen_host_pci_config_write()
/openbmc/qemu/bsd-user/openbsd/
H A Dstrace.list116 { TARGET_OPENBSD_NR_pwrite, "pwrite", NULL, NULL, NULL },
/openbmc/qemu/bsd-user/freebsd/
H A Dos-syscall.c59 safe_syscall4(ssize_t, pwrite, int, fd, void *, buf, size_t, nbytes, off_t,
H A Dstrace.list183 { TARGET_FREEBSD_NR_pwrite, "pwrite", NULL, NULL, NULL },
/openbmc/phosphor-networkd/src/
H A Dncsi_util.cpp823 rc = pwrite(iidFd.fd, &iid, sizeof(iid), eid); in allocateIID()
/openbmc/qemu/util/
H A Dvfio-helpers.c260 pwrite(s->device, buf, size, s->config_region_info.offset + ofs) in qemu_vfio_pci_write_config()
/openbmc/libmctp/
H A Dastlpc.c1475 rc = pwrite(astlpc->kcs_fd, &val, 1, offset); in __mctp_astlpc_fileio_kcs_write()