| /openbmc/phosphor-ipmi-flash/internal/ |
| H A D | sys.cpp | 59 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 D | sys.hpp | 37 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 D | internal_sys_mock.hpp | 22 MOCK_METHOD(int, pwrite, (int, const void*, std::size_t, off_t),
|
| H A D | io_unittest.cpp | 156 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 D | 004.out | 17 pwrite past image boundary
|
| H A D | 002.out | 16 unaligned pwrite
|
| /openbmc/qemu/tests/qemu-iotests/tests/ |
| H A D | nbd-multiconn | 124 clients[1].pwrite(updated_data, 0)
|
| /openbmc/phosphor-ipmi-flash/tools/ |
| H A D | io.cpp | 144 ssize_t ret = sys->pwrite(ppcMemFd, source, length, offset); in write()
|
| /openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsprogs/files/ |
| H A D | 0005-Replace-off64_t-stat64-with-off_t-stat.patch | 29 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 D | ccw.c | 91 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 D | display.c | 36 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 D | backend.c | 138 rc = pwrite(priv->fd, erase_buf, count, offset); in file_erase()
|
| /openbmc/openbmc/poky/meta/recipes-devtools/binutils/ |
| H A D | binutils_2.44.bb | 21 # | ../../../gprofng/libcollector/../src/collector_module.h:78:13: error: duplicate member 'pwrite'
|
| /openbmc/qemu/tests/qtest/migration/ |
| H A D | migration-util.c | 324 ret = pwrite(fd, buf, len, offset); in probe_o_direct_support()
|
| /openbmc/qemu/bsd-user/netbsd/ |
| H A D | strace.list | 93 { TARGET_NETBSD_NR_pwrite, "pwrite", NULL, NULL, NULL },
|
| /openbmc/qemu/hw/xen/ |
| H A D | xen-host-pci-device.c | 295 rc = pwrite(d->config_fd, buf, len, pos); in xen_host_pci_config_write()
|
| /openbmc/qemu/bsd-user/openbsd/ |
| H A D | strace.list | 116 { TARGET_OPENBSD_NR_pwrite, "pwrite", NULL, NULL, NULL },
|
| /openbmc/qemu/bsd-user/freebsd/ |
| H A D | os-syscall.c | 59 safe_syscall4(ssize_t, pwrite, int, fd, void *, buf, size_t, nbytes, off_t,
|
| H A D | strace.list | 183 { TARGET_FREEBSD_NR_pwrite, "pwrite", NULL, NULL, NULL },
|
| /openbmc/phosphor-networkd/src/ |
| H A D | ncsi_util.cpp | 823 rc = pwrite(iidFd.fd, &iid, sizeof(iid), eid); in allocateIID()
|
| /openbmc/qemu/util/ |
| H A D | vfio-helpers.c | 260 pwrite(s->device, buf, size, s->config_region_info.offset + ofs) in qemu_vfio_pci_write_config()
|
| /openbmc/libmctp/ |
| H A D | astlpc.c | 1475 rc = pwrite(astlpc->kcs_fd, &val, 1, offset); in __mctp_astlpc_fileio_kcs_write()
|