Searched refs:SEEK_CUR (Results 1 - 25 of 50) sorted by relevance

12

/linux-master/tools/power/cpupower/utils/helpers/
H A Dmsr.c35 if (lseek(fd, idx, SEEK_CUR) == -1)
64 if (lseek(fd, idx, SEEK_CUR) == -1)
/linux-master/tools/power/cpupower/debug/i386/
H A Dcentrino-decode.c47 if (lseek(fd, msr, SEEK_CUR) == -1)
H A Dpowernow-k8-decode.c42 lseek(fd, MSR_FIDVID_STATUS, SEEK_CUR);
/linux-master/tools/perf/ui/
H A Dbrowser.c115 case SEEK_CUR:
147 case SEEK_CUR:
429 browser->seek(browser, +1, SEEK_CUR);
438 browser->seek(browser, -1, SEEK_CUR);
463 browser->seek(browser, +offset, SEEK_CUR);
476 browser->seek(browser, -offset, SEEK_CUR);
614 case SEEK_CUR:
/linux-master/drivers/char/
H A Dadi.c187 case SEEK_CUR:
H A Dmem.c583 case SEEK_CUR:
/linux-master/drivers/fsi/
H A Di2cr-scom.c23 case SEEK_CUR:
H A Dfsi-scom.c376 case SEEK_CUR:
/linux-master/tools/include/nolibc/
H A Dtypes.h95 #define SEEK_CUR 1 macro
/linux-master/tools/perf/util/
H A Dhisi-ptt.c110 data_offset = lseek(fd, 0, SEEK_CUR);
H A Dtrace-event-info.c47 off_t hdr_pos = lseek(output_fd, 0, SEEK_CUR);
663 tdata->size = lseek(output_fd, 0, SEEK_CUR);
H A Dtrace-event-read.c163 lseek(input_fd, size, SEEK_CUR);
H A Dheader.c3575 (*p)->offset = lseek(ff->fd, 0, SEEK_CUR);
3602 (*p)->size = lseek(ff->fd, 0, SEEK_CUR) - (*p)->offset;
3694 evsel->id_offset = lseek(fd, 0, SEEK_CUR);
3703 attr_offset = lseek(ff.fd, 0, SEEK_CUR);
3730 header->data_offset = lseek(fd, 0, SEEK_CUR);
4272 tmp = lseek(fd, 0, SEEK_CUR);
4510 off_t offset = lseek(fd, 0, SEEK_CUR);
H A Ds390-cpumsf.c980 data_offset = lseek(fd, 0, SEEK_CUR);
/linux-master/tools/testing/selftests/sparc64/drivers/
H A Dadi-test.c492 offset_out = seek_adi(fd, 0, SEEK_CUR);
498 offset_out = seek_adi(fd, OFFSET_ADD, SEEK_CUR);
504 offset_out = seek_adi(fd, OFFSET_SUBTRACT, SEEK_CUR);
/linux-master/drivers/s390/char/
H A Dhmcdrv_dev.c163 case SEEK_CUR: /* relative to current file position */
/linux-master/tools/include/uapi/linux/
H A Dfs.h44 #define SEEK_CUR 1 /* seek relative to current file position */ macro
/linux-master/tools/perf/ui/browsers/
H A Dannotate.c376 browser->b.seek(&browser->b, offset, SEEK_CUR);
385 browser->b.seek(&browser->b, -offset, SEEK_CUR);
393 browser->b.seek(&browser->b, -offset, SEEK_CUR);
403 browser->b.seek(&browser->b, -offset, SEEK_CUR);
/linux-master/include/uapi/linux/
H A Dfs.h44 #define SEEK_CUR 1 /* seek relative to current file position */ macro
/linux-master/fs/
H A Dread_write.c82 * SEEK_CUR is synchronized against other SEEK_CURs, but not read/writes.
93 case SEEK_CUR:
95 * Here we special-case the lseek(fd, 0, SEEK_CUR)
165 case SEEK_SET: case SEEK_CUR: case SEEK_END:
184 case SEEK_SET: case SEEK_CUR:
204 case SEEK_SET: case SEEK_CUR:
240 case SEEK_CUR:
H A Dioctl.c281 case SEEK_CUR:
310 case SEEK_CUR:
H A Dseq_file.c315 case SEEK_CUR:
/linux-master/fs/overlayfs/
H A Dfile.c196 if (whence == SEEK_CUR)
/linux-master/scripts/
H A Drecordmcount.c95 case SEEK_CUR:
/linux-master/sound/core/
H A Dinfo.c122 case SEEK_CUR:

Completed in 821 milliseconds

12