| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/get_diff/ |
| H A D | get_diff.c | 68 while ((bytes = pread(fd1, buf1, DEV_BSIZE, off)) > 0) { in main() 69 if (pread(fd2, buf2, DEV_BSIZE, off) < 0) { in main()
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/tmpfile/ |
| H A D | tmpfile_001_pos.c | 74 if (pread(fd, buf2, BSZ, 0) < 0) { in main()
|
| /f-stack/dpdk/lib/librte_eal/x86/ |
| H A D | rte_cycles.c | 40 ret = pread(fd, val, sizeof(uint64_t), msr); in rdmsr()
|
| /f-stack/dpdk/examples/vm_power_manager/ |
| H A D | oob_monitor_x86.c | 50 ret = pread(ci->cd[core].msr_fd, &counter, in apply_policy() 59 ret = pread(ci->cd[core].msr_fd, &counter, in apply_policy()
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/readmmap/ |
| H A D | readmmap.c | 113 bytes = pread(fd, buf, size, 0); in main()
|
| /f-stack/dpdk/drivers/raw/ifpga/ |
| H A D | ifpga_rawdev.c | 154 ret = pread(fd, &header, sizeof(header), pos); in ifpga_pci_find_next_ext_capability() 172 ret = pread(fd, &header, sizeof(header), pos); in ifpga_pci_find_next_ext_capability() 200 ret = pread(fd, &header, sizeof(header), 0); in ifpga_get_dev_vendor_id() 445 ret = pread(fd, &data, sizeof(data), pos+0x08); in set_surprise_link_check_aer() 450 ret = pread(fd, &data, sizeof(data), pos+0x14); in set_surprise_link_check_aer() 466 ret = pread(fd, &data, sizeof(data), pos+0x08); in set_surprise_link_check_aer() 471 ret = pread(fd, &data, sizeof(data), pos+0x14); in set_surprise_link_check_aer()
|
| /f-stack/freebsd/kern/ |
| H A D | capabilities.conf | 521 pread
|
| H A D | init_sysent.c | 231 …{ compat6(AS(freebsd6_pread_args),pread), .sy_auevent = AUE_PREAD, .sy_flags = SYF_CAPENABLED, .sy…
|
| /f-stack/app/nginx-1.16.1/src/os/unix/ |
| H A D | ngx_files.c | 40 n = pread(file->fd, buf, size, offset); in ngx_read_file() 164 n = pread(ctx->fd, ctx->buf, ctx->size, ctx->offset); in ngx_thread_read_handler() 185 #error pread() is required!
|
| /f-stack/dpdk/drivers/bus/pci/linux/ |
| H A D | pci_uio.c | 38 return pread(intr_handle->uio_cfg_fd, buf, len, offset); in pci_uio_read_config() 54 ret = pread(dev_fd, ®, sizeof(reg), PCI_COMMAND); in pci_uio_set_bus_master()
|
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | ccompile.h | 229 #define pread64 pread
|
| /f-stack/freebsd/contrib/openzfs/cmd/zstream/ |
| H A D | zstream_redup.c | 103 ssize_t err = pread(fd, buf, count, offset); in spread()
|
| /f-stack/freebsd/sys/ |
| H A D | syscall.mk | 323 pread.o \
|
| /f-stack/dpdk/lib/librte_eal/linux/ |
| H A D | eal_interrupts.c | 404 if (pread(intr_handle->uio_cfg_fd, &command_high, 1, 5) != 1) { in uio_intx_intr_disable() 428 if (pread(intr_handle->uio_cfg_fd, &command_high, 1, 5) != 1) { in uio_intx_intr_enable()
|
| /f-stack/app/nginx-1.16.1/auto/ |
| H A D | unix | 692 ngx_feature="pread()" 698 ngx_feature_test="char buf[1]; ssize_t n; n = pread(0, buf, 1, 0);
|
| /f-stack/dpdk/lib/librte_power/ |
| H A D | power_pstate_cpufreq.c | 134 ret = pread(fd, val, sizeof(uint64_t), msr); in power_rdmsr()
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/libzfs_input_check/ |
| H A D | libzfs_input_check.c | 535 count = pread(fd, &drr, sizeof (drr), 0); in test_recv_new()
|