Home
last modified time | relevance | path

Searched refs:lseek (Results 1 – 25 of 93) sorted by relevance

1234

/linux-6.6.21/arch/sparc/boot/
Dpiggyback.c141 if (lseek(kernelfd, 0, SEEK_SET) < 0) in get_hdrs_offset()
161 if (lseek(kernelfd, offset, SEEK_SET) < 0) in get_hdrs_offset()
218 if (lseek(image, offset, 0) < 0) in main()
239 if (lseek(image, 4, 0) < 0) in main()
253 if (lseek(image, AOUT_TEXT_OFFSET - start + align(end + 32), 0) < 0) in main()
/linux-6.6.21/tools/testing/selftests/kvm/lib/
Delf.c79 offset_rv = lseek(fd, 0, SEEK_SET); in elfhdr_get()
140 offset_rv = lseek(fd, offset, SEEK_SET); in kvm_vm_elf_load()
182 offset_rv = lseek(fd, phdr.p_offset, SEEK_SET); in kvm_vm_elf_load()
/linux-6.6.21/tools/testing/selftests/mm/
Dcompaction_test.c112 lseek(fd, 0, SEEK_SET); in check_compaction()
121 lseek(fd, 0, SEEK_SET); in check_compaction()
143 lseek(fd, 0, SEEK_SET); in check_compaction()
Dhugepage-vmemmap.c59 lseek(fd, (unsigned long)addr / pagesize * sizeof(pagemap), SEEK_SET); in virt_to_pfn()
75 lseek(fd, pfn * sizeof(pageflags), SEEK_SET); in check_page_flags()
Dmkdirty.c110 lseek(mem_fd, (uintptr_t) mem, SEEK_SET); in test_ptrace_write()
140 lseek(mem_fd, (uintptr_t) mem, SEEK_SET); in test_ptrace_write_thp()
/linux-6.6.21/tools/power/cpupower/utils/helpers/
Dmsr.c35 if (lseek(fd, idx, SEEK_CUR) == -1) in read_msr()
64 if (lseek(fd, idx, SEEK_CUR) == -1) in write_msr()
/linux-6.6.21/tools/power/acpi/tools/ec/
Dec_access.c151 lseek(fd, 0, SEEK_SET); in dump_ec()
180 error = lseek(fd, byte_offset, SEEK_SET); in read_ec_val()
196 error = lseek(fd, byte_offset, SEEK_SET); in write_ec_val()
/linux-6.6.21/tools/testing/selftests/bpf/prog_tests/
Dsubprogs.c19 lseek(ctx->fd, SEEK_SET, 0); in toggle_jit_harden()
21 lseek(ctx->fd, SEEK_SET, 0); in toggle_jit_harden()
/linux-6.6.21/arch/powerpc/boot/
Dmktree.c110 if (lseek(in_fd, (64 * 1024), SEEK_SET) < 0) { in main()
141 if (lseek(out_fd, 0, SEEK_SET) < 0) { in main()
Dhack-coff.c69 if (lseek(fd, (long) sizeof(struct external_filehdr), 0) == -1 in main()
/linux-6.6.21/tools/testing/selftests/arm64/mte/
Dcheck_user_mem.c54 lseek(fd, 0, 0); in check_usermem_access_fault()
84 lseek(fd, 0, 0); in check_usermem_access_fault()
Dmte_common_util.c190 lseek(fd, 0, SEEK_SET); in mte_allocate_file_memory()
217 lseek(fd, 0, SEEK_SET); in mte_allocate_file_memory_tag_range()
/linux-6.6.21/drivers/pci/hotplug/
Dcpqphp_sysfs.c154 static loff_t lseek(struct file *file, loff_t off, int whence) in lseek() function
179 .llseek = lseek,
/linux-6.6.21/arch/alpha/boot/tools/
Dobjstrip.c170 lseek(fd, elf->e_phoff, SEEK_SET); in main()
228 if (lseek(fd, offset, SEEK_SET) != offset) { in main()
Dmkbb.c142 lseek(dev, 0L, SEEK_SET); in main()
/linux-6.6.21/tools/testing/selftests/proc/
Dproc-loadavg-001.c64 lseek(fd, 0, SEEK_SET); in main()
Dread.c49 (void)lseek(fd, 0, SEEK_SET); in f_reg()
/linux-6.6.21/tools/leds/
Dled_hw_brightness_mon.c73 ret = lseek(pollfd.fd, 0, SEEK_SET); in main()
/linux-6.6.21/tools/bootconfig/
Dmain.c191 if (lseek(fd, -BOOTCONFIG_MAGIC_LEN, SEEK_END) < 0) in load_xbc_from_initrd()
201 if (lseek(fd, -(8 + BOOTCONFIG_MAGIC_LEN), SEEK_END) < 0) in load_xbc_from_initrd()
218 if (lseek(fd, stat.st_size - (size + 8 + BOOTCONFIG_MAGIC_LEN), in load_xbc_from_initrd()
/linux-6.6.21/tools/power/cpupower/debug/i386/
Dcentrino-decode.c47 if (lseek(fd, msr, SEEK_CUR) == -1) in rdmsr()
Dpowernow-k8-decode.c42 lseek(fd, MSR_FIDVID_STATUS, SEEK_CUR); in get_fidvid()
/linux-6.6.21/samples/seccomp/
Duser-trap.c155 if (lseek(mem, req->data.args[0], SEEK_SET) < 0) { in handle_req()
166 if (lseek(mem, req->data.args[1], SEEK_SET) < 0) { in handle_req()
/linux-6.6.21/tools/perf/util/
Dheader.c2407 if (lseek(input, orig_offset, SEEK_SET) == (off_t)-1) in perf_header__read_build_ids()
3459 if (lseek(fd, section->offset, SEEK_SET) == (off_t)-1) { in perf_file_section__fprintf_info()
3552 (*p)->offset = lseek(ff->fd, 0, SEEK_CUR); in do_write_feat()
3575 lseek(ff->fd, (*p)->offset, SEEK_SET); in do_write_feat()
3579 (*p)->size = lseek(ff->fd, 0, SEEK_CUR) - (*p)->offset; in do_write_feat()
3613 lseek(fd, sec_start + sec_size, SEEK_SET); in perf_header__adds_write()
3620 lseek(fd, sec_start, SEEK_SET); in perf_header__adds_write()
3668 lseek(fd, sizeof(f_header), SEEK_SET); in perf_session__do_write_header()
3671 evsel->id_offset = lseek(fd, 0, SEEK_CUR); in perf_session__do_write_header()
3679 attr_offset = lseek(ff.fd, 0, SEEK_CUR); in perf_session__do_write_header()
[all …]
/linux-6.6.21/tools/testing/selftests/net/
Dtcp_fastopen_backup_key.c59 lseek(proc_fd, 0, SEEK_SET); in get_keys()
84 lseek(proc_fd, 0, SEEK_SET); in set_keys()
/linux-6.6.21/tools/testing/selftests/powerpc/mm/
Dsubpage_prot.c204 filesize = lseek(fd, 0, SEEK_END); in test_file()

1234