Searched refs:lseek (Results 51 - 61 of 61) sorted by relevance

123

/linux-master/tools/perf/util/
H A Ds390-cpumsf.c980 data_offset = lseek(fd, 0, SEEK_CUR);
H A Dintel-bts.c654 data_offset = lseek(fd, 0, SEEK_CUR);
H A Dsymbol-elf.c1956 if (lseek(to, to_offs, SEEK_SET) != to_offs)
1959 if (lseek(from, from_offs, SEEK_SET) != from_offs)
H A Darm-spe.c964 data_offset = lseek(fd, 0, SEEK_CUR);
H A Dsession.c1703 lseek(fd, file_offset, SEEK_SET);
1720 lseek(fd, file_offset + event->header.size, SEEK_SET);
1800 if (lseek(fd, file_offset, SEEK_SET) == (off_t)-1 ||
H A Dcs-etm.c2826 data_offset = lseek(fd, 0, SEEK_CUR);
H A Dintel-pt.c3615 data_offset = lseek(fd, 0, SEEK_CUR);
/linux-master/tools/include/nolibc/
H A Dsys.h589 * off_t lseek(int fd, off_t offset, int whence);
603 off_t lseek(int fd, off_t offset, int whence) function
/linux-master/tools/testing/selftests/bpf/
H A Dtest_sysctl.c1508 if (test->seek && lseek(fd, test->seek, SEEK_SET) == -1) {
1509 log_err("lseek(%d) failed", test->seek);
/linux-master/tools/testing/selftests/net/
H A Dtls.c1415 ASSERT_EQ(lseek(fd, 0, SEEK_SET), 0);
/linux-master/tools/testing/selftests/landlock/
H A Dfs_test.c862 ASSERT_LE(0, lseek(reg_fd, 0, SEEK_SET));

Completed in 156 milliseconds

123