/linux-6.6.21/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-6.6.21/tools/perf/ui/ |
D | browser.c | 115 case SEEK_CUR: in ui_browser__list_head_seek() 147 case SEEK_CUR: in ui_browser__rb_tree_seek() 429 browser->seek(browser, +1, SEEK_CUR); in ui_browser__run() 438 browser->seek(browser, -1, SEEK_CUR); in ui_browser__run() 463 browser->seek(browser, +offset, SEEK_CUR); in ui_browser__run() 476 browser->seek(browser, -offset, SEEK_CUR); in ui_browser__run() 614 case SEEK_CUR: in ui_browser__argv_seek()
|
/linux-6.6.21/Documentation/admin-guide/ |
D | java.rst | 257 seekerr = fseek(classfile, len, SEEK_CUR); 262 seekerr = fseek(classfile, 2, SEEK_CUR); 265 seekerr = fseek(classfile, 3, SEEK_CUR); 274 seekerr = fseek(classfile, 4, SEEK_CUR); 278 seekerr = fseek(classfile, 8, SEEK_CUR); 320 if(fseek(classfile, 2, SEEK_CUR)) /* skip access flags */
|
/linux-6.6.21/tools/power/cpupower/debug/i386/ |
D | centrino-decode.c | 47 if (lseek(fd, msr, SEEK_CUR) == -1) in rdmsr()
|
D | powernow-k8-decode.c | 42 lseek(fd, MSR_FIDVID_STATUS, SEEK_CUR); in get_fidvid()
|
/linux-6.6.21/tools/testing/selftests/sparc64/drivers/ |
D | adi-test.c | 492 offset_out = seek_adi(fd, 0, SEEK_CUR); in test4_lseek() 498 offset_out = seek_adi(fd, OFFSET_ADD, SEEK_CUR); in test4_lseek() 504 offset_out = seek_adi(fd, OFFSET_SUBTRACT, SEEK_CUR); in test4_lseek()
|
/linux-6.6.21/drivers/fsi/ |
D | i2cr-scom.c | 23 case SEEK_CUR: in i2cr_scom_llseek()
|
D | fsi-scom.c | 376 case SEEK_CUR: in scom_llseek()
|
/linux-6.6.21/tools/perf/ui/browsers/ |
D | annotate.c | 380 browser->b.seek(&browser->b, offset, SEEK_CUR); in annotate_browser__toggle_source() 389 browser->b.seek(&browser->b, -offset, SEEK_CUR); in annotate_browser__toggle_source() 397 browser->b.seek(&browser->b, -offset, SEEK_CUR); in annotate_browser__toggle_source() 407 browser->b.seek(&browser->b, -offset, SEEK_CUR); in annotate_browser__toggle_source()
|
/linux-6.6.21/drivers/char/ |
D | adi.c | 187 case SEEK_CUR: in adi_llseek()
|
D | mem.c | 595 case SEEK_CUR: in memory_lseek()
|
/linux-6.6.21/tools/perf/util/ |
D | hisi-ptt.c | 110 data_offset = lseek(fd, 0, SEEK_CUR); in hisi_ptt_process_auxtrace_event()
|
D | trace-event-info.c | 47 off_t hdr_pos = lseek(output_fd, 0, SEEK_CUR); in record_file() 662 tdata->size = lseek(output_fd, 0, SEEK_CUR); in tracing_data_get()
|
D | trace-event-read.c | 163 lseek(input_fd, size, SEEK_CUR); in read_proc_kallsyms()
|
D | header.c | 3552 (*p)->offset = lseek(ff->fd, 0, SEEK_CUR); in do_write_feat() 3579 (*p)->size = lseek(ff->fd, 0, SEEK_CUR) - (*p)->offset; in do_write_feat() 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() 3705 header->data_offset = lseek(fd, 0, SEEK_CUR); in perf_session__do_write_header() 4244 tmp = lseek(fd, 0, SEEK_CUR); in perf_session__read_header() 4482 off_t offset = lseek(fd, 0, SEEK_CUR); in perf_event__process_tracing_data()
|
/linux-6.6.21/tools/include/nolibc/ |
D | types.h | 93 #define SEEK_CUR 1 macro
|
/linux-6.6.21/include/uapi/linux/ |
D | fs.h | 44 #define SEEK_CUR 1 /* seek relative to current file position */ macro
|
/linux-6.6.21/tools/include/uapi/linux/ |
D | fs.h | 44 #define SEEK_CUR 1 /* seek relative to current file position */ macro
|
/linux-6.6.21/drivers/s390/char/ |
D | hmcdrv_dev.c | 163 case SEEK_CUR: /* relative to current file position */ in hmcdrv_dev_seek()
|
/linux-6.6.21/fs/ |
D | read_write.c | 93 case SEEK_CUR: in generic_file_llseek_size() 165 case SEEK_SET: case SEEK_CUR: case SEEK_END: in fixed_size_llseek() 184 case SEEK_SET: case SEEK_CUR: in no_seek_end_llseek() 204 case SEEK_SET: case SEEK_CUR: in no_seek_end_llseek_size() 240 case SEEK_CUR: in default_llseek()
|
D | ioctl.c | 281 case SEEK_CUR: in ioctl_preallocate() 310 case SEEK_CUR: in compat_ioctl_preallocate()
|
/linux-6.6.21/Documentation/ABI/testing/ |
D | dev-kmsg | 69 is returned for other operations, e.g. SEEK_CUR. This behavior
|
/linux-6.6.21/scripts/ |
D | recordmcount.c | 95 case SEEK_CUR: in ulseek()
|
/linux-6.6.21/mm/ |
D | page_owner.c | 612 case SEEK_CUR: in lseek_page_owner()
|
/linux-6.6.21/fs/overlayfs/ |
D | file.c | 205 if (whence == SEEK_CUR) in ovl_llseek()
|