Searched refs:lseek (Results 1 – 16 of 16) sorted by relevance
/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()
|
/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)
|
/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 | 226 i = lseek(fd, (long) 0, SEEK_SET); in main()
|
/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()
|
/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()
|
/arch/alpha/boot/tools/ |
D | objstrip.c | 169 lseek(fd, elf->e_phoff, SEEK_SET); in main() 227 if (lseek(fd, offset, SEEK_SET) != offset) { in main()
|
D | mkbb.c | 141 lseek(dev, 0L, SEEK_SET); in main()
|
/arch/um/os-Linux/ |
D | user_syms.c | 66 EXPORT_SYMBOL_PROTO(lseek);
|
/arch/x86/entry/vdso/ |
D | vdso2c.c | 196 tmp_len = lseek(fd, 0, SEEK_END); in map_input()
|
/arch/mips/boot/ |
D | elf2ecoff.c | 72 if (lseek(in, offset, SEEK_SET) < 0) { in copy() 136 if ((off = lseek(file, offset, SEEK_SET)) < 0) { in saveRead()
|
/arch/parisc/kernel/ |
D | syscall_table.S | 79 ENTRY_COMP(lseek)
|
/arch/powerpc/include/asm/ |
D | systbl.h | 25 COMPAT_SYS_SPU(lseek)
|
/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 17 8 common lseek sys_lseek
|
D | syscall_32.tbl | 28 19 i386 lseek sys_lseek compat_sys_lseek
|