/linux-3.4.99/arch/sparc/boot/ |
D | piggyback.c | 152 if (lseek(kernelfd, 0, SEEK_SET) < 0) in get_hdrs_offset() 168 if (lseek(kernelfd, offset, SEEK_SET) < 0) in get_hdrs_offset() 225 if (lseek(image, offset, 0) < 0) in main() 246 if (lseek(image, 4, 0) < 0) in main() 260 if (lseek(image, AOUT_TEXT_OFFSET - start + align(end + 32), 0) < 0) in main()
|
/linux-3.4.99/arch/mips/include/asm/ |
D | pmon.h | 19 off_t (*lseek) (int, off_t, int); member 37 #define pmon_lseek(fd, off, whence) debug_vectors->lseek(fd, off, whence)
|
/linux-3.4.99/tools/power/cpupower/utils/helpers/ |
D | msr.c | 35 if (lseek(fd, idx, SEEK_CUR) == -1) in read_msr() 64 if (lseek(fd, idx, SEEK_CUR) == -1) in write_msr()
|
/linux-3.4.99/tools/perf/util/ |
D | header.c | 1466 if (lseek(input, orig_offset, SEEK_SET) == (off_t)-1) in perf_header__read_build_ids() 1548 if (lseek(fd, section->offset, SEEK_SET) == (off_t)-1) { in perf_file_section__fprintf_info() 1593 (*p)->offset = lseek(fd, 0, SEEK_CUR); in do_write_feat() 1600 lseek(fd, (*p)->offset, SEEK_SET); in do_write_feat() 1604 (*p)->size = lseek(fd, 0, SEEK_CUR) - (*p)->offset; in do_write_feat() 1631 lseek(fd, sec_start + sec_size, SEEK_SET); in perf_header__adds_write() 1638 lseek(fd, sec_start, SEEK_SET); in perf_header__adds_write() 1679 lseek(fd, sizeof(f_header), SEEK_SET); in perf_session__write_header() 1685 attr->id_offset = lseek(fd, 0, SEEK_CUR); in perf_session__write_header() 1701 header->attr_offset = lseek(fd, 0, SEEK_CUR); in perf_session__write_header() [all …]
|
D | trace-event-read.c | 319 save_seek = lseek(input_fd, 0, SEEK_CUR); in get_next_page() 321 ret = lseek(input_fd, cpu_data[cpu].offset, SEEK_SET); in get_next_page() 329 lseek(input_fd, save_seek, SEEK_SET); in get_next_page()
|
D | trace-event-info.c | 166 off_t hdr_pos = lseek(output_fd, 0, SEEK_CUR); in record_file() 509 tdata->size = lseek(output_fd, 0, SEEK_CUR); in tracing_data_get()
|
/linux-3.4.99/arch/powerpc/boot/ |
D | mktree.c | 109 if (lseek(in_fd, (64 * 1024), SEEK_SET) < 0) { in main() 140 if (lseek(out_fd, 0, SEEK_SET) < 0) { in main()
|
D | hack-coff.c | 73 if (lseek(fd, (long) sizeof(struct external_filehdr), 0) == -1 in main()
|
D | addnote.c | 184 lseek(fd, (long) 0, SEEK_SET); in main()
|
/linux-3.4.99/arch/cris/boot/tools/ |
D | build.c | 238 lseek(id, GCC_HEADER, SEEK_SET); in main() 276 if (lseek(1, 497, 0) == 497) { in main() 280 if (lseek(1,500,0) == 500) { in main()
|
/linux-3.4.99/arch/mn10300/boot/tools/ |
D | build.c | 177 if (lseek(1, 497, SEEK_SET) != 497) in main() 182 if (lseek(1, 500, SEEK_SET) != 500) in main()
|
/linux-3.4.99/arch/alpha/boot/tools/ |
D | objstrip.c | 166 lseek(fd, elf->e_phoff, SEEK_SET); in main() 224 if (lseek(fd, offset, SEEK_SET) != offset) { in main()
|
D | mkbb.c | 141 lseek(dev, 0L, SEEK_SET); in main()
|
/linux-3.4.99/tools/power/cpupower/debug/i386/ |
D | centrino-decode.c | 48 if (lseek(fd, msr, SEEK_CUR) == -1) in rdmsr()
|
D | powernow-k8-decode.c | 43 lseek(fd, MSR_FIDVID_STATUS, SEEK_CUR); in get_fidvid()
|
/linux-3.4.99/drivers/pci/hotplug/ |
D | cpqphp_sysfs.c | 168 static loff_t lseek(struct file *file, loff_t off, int whence) in lseek() function 211 .llseek = lseek,
|
/linux-3.4.99/arch/um/os-Linux/ |
D | user_syms.c | 66 EXPORT_SYMBOL_PROTO(lseek);
|
/linux-3.4.99/arch/mips/boot/ |
D | elf2ecoff.c | 71 if (lseek(in, offset, SEEK_SET) < 0) { in copy() 135 if ((off = lseek(file, offset, SEEK_SET)) < 0) { in saveRead()
|
/linux-3.4.99/scripts/ |
D | recordmcount.c | 82 off_t const w = lseek(fd, offset, whence); in ulseek()
|
/linux-3.4.99/tools/perf/ |
D | builtin-record.c | 314 u64 size = lseek(rec->output, 0, SEEK_CUR); in process_buildids() 518 rec->post_processing_offset = lseek(output, 0, SEEK_CUR); in __cmd_record()
|
/linux-3.4.99/tools/lguest/ |
D | lguest.c | 395 if (lseek(elf_fd, ehdr->e_phoff, SEEK_SET) < 0) in map_elf() 441 lseek(fd, 0, SEEK_SET); in load_bzimage() 449 lseek(fd, (boot.hdr.setup_sects+1) * 512, SEEK_SET); in load_bzimage()
|
/linux-3.4.99/arch/parisc/kernel/ |
D | syscall_table.S | 79 ENTRY_DIFF(lseek)
|
/linux-3.4.99/arch/x86/syscalls/ |
D | syscall_64.tbl | 17 8 common lseek sys_lseek
|
D | syscall_32.tbl | 28 19 i386 lseek sys_lseek sys32_lseek
|
/linux-3.4.99/scripts/mod/ |
D | sumversion.c | 467 if (lseek(fd, offset, SEEK_SET) == (off_t)-1) { in write_version()
|