| /openbmc/phosphor-ipmi-flash/internal/ |
| H A D | sys.cpp | 54 int SysImpl::pread(int fd, void* buf, std::size_t count, off_t offset) const in pread() function in internal::SysImpl 56 return static_cast<int>(::pread(fd, buf, count, offset)); in pread()
|
| H A D | sys.hpp | 35 virtual int pread(int fd, void* buf, std::size_t count, 70 int pread(int fd, void* buf, std::size_t count,
|
| /openbmc/qemu/tests/qemu-iotests/tests/ |
| H A D | nbd-multiconn | 120 initial_data = clients[0].pread(1024 * 1024, 0) 126 current_data = clients[0].pread(1024 * 1024, 0)
|
| /openbmc/phosphor-ipmi-flash/tools/test/ |
| H A D | internal_sys_mock.hpp | 21 MOCK_METHOD(int, pread, (int, void*, std::size_t, off_t), (const override));
|
| H A D | io_unittest.cpp | 124 EXPECT_CALL(sys_mock, pread(fd, _, 1, 0)).WillOnce(Return(-1)); in TEST_F() 134 EXPECT_CALL(sys_mock, pread(fd, _, 1, 0)).WillOnce(Return(0)); in TEST_F()
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 004.out | 36 pread past image boundary
|
| /openbmc/phosphor-ipmi-flash/tools/ |
| H A D | io.cpp | 120 int ret = sys->pread(ppcMemFd, destination, length, offset); in read()
|
| /openbmc/qemu/hw/vfio/ |
| H A D | ccw.c | 132 ret = pread(vcdev->vdev.fd, region, vcdev->schib_region_size, in vfio_ccw_handle_store() 257 size = pread(vcdev->vdev.fd, region, vcdev->crw_region_size, in vfio_ccw_crw_read() 317 size = pread(vcdev->vdev.fd, region, vcdev->io_region_size, in vfio_ccw_io_notifier_handler()
|
| H A D | display.c | 31 pread(_fd, &(_ptr->_fld), sizeof(_ptr->_fld), \
|
| /openbmc/qemu/scripts/ |
| H A D | qcow2-to-stdout.py | 194 cluster = os.pread(fd, cluster_size, cluster_size * idx) 361 cluster = os.pread(fd, cluster_size, cluster_size * idx)
|
| /openbmc/openbmc/poky/meta/recipes-support/sqlite/ |
| H A D | sqlite3.inc | 47 # pread() is in POSIX.1-2001 so any reasonable system must surely support it
|
| /openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsprogs/files/ |
| H A D | 0005-Replace-off64_t-stat64-with-off_t-stat.patch | 28 io/pread.c | 22 +++++++++++----------- 309 diff --git a/io/pread.c b/io/pread.c 311 --- a/io/pread.c 312 +++ b/io/pread.c
|
| /openbmc/hiomapd/file/ |
| H A D | backend.c | 251 rc = pread(priv->fd, buf, len, 0); in file_reset()
|
| /openbmc/dbus-sensors/src/intel-cpu/ |
| H A D | IntelCPUSensor.cpp | 275 rdLen = pread(fd, response.data(), bufLen, 0); in handleResponse()
|
| /openbmc/qemu/tools/i386/ |
| H A D | qemu-vmsr-helper.c | 156 if (pread(fd, &result, sizeof(result), msr_register) != sizeof(result)) { in vmsr_read_msr()
|
| /openbmc/qemu/gdbstub/ |
| H A D | user-target.c | 351 ssize_t n = pread(fd, buf, bufsiz, offset); in gdb_handle_v_file_pread()
|
| /openbmc/qemu/monitor/ |
| H A D | hmp-cmds-target.c | 341 if (pread(fd, &pinfo, sizeof(pinfo), offset) != sizeof(pinfo)) { in vtop()
|
| /openbmc/qemu/bsd-user/netbsd/ |
| H A D | strace.list | 89 { TARGET_NETBSD_NR_pread, "pread", NULL, NULL, NULL },
|
| /openbmc/qemu/hw/xen/ |
| H A D | xen-host-pci-device.c | 281 rc = pread(d->config_fd, buf, len, pos); in xen_host_pci_config_read()
|
| /openbmc/qemu/linux-user/ |
| H A D | flatload.c | 100 ret = pread(fd, buf, len, offset); in target_pread()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/build/ |
| H A D | 0001-Riscv-Add-risc-v-Android-config-header.patch | 334 + * Define if pread() exists
|
| /openbmc/qemu/bsd-user/openbsd/ |
| H A D | strace.list | 112 { TARGET_OPENBSD_NR_pread, "pread", NULL, NULL, NULL },
|
| /openbmc/qemu/bsd-user/freebsd/ |
| H A D | os-syscall.c | 52 safe_syscall4(ssize_t, pread, int, fd, void *, buf, size_t, nbytes, off_t,
|
| /openbmc/phosphor-networkd/src/ |
| H A D | ncsi_util.cpp | 805 rc = pread(iidFd.fd, &iid, sizeof(iid), eid); in allocateIID()
|
| /openbmc/qemu/util/ |
| H A D | vfio-helpers.c | 246 pread(s->device, buf, size, s->config_region_info.offset + ofs) in qemu_vfio_pci_read_config()
|