Searched refs:SEEK_SET (Results 51 - 75 of 100) sorted by path

1234

/linux-master/samples/seccomp/
H A Duser-trap.c159 if (lseek(mem, req->data.args[0], SEEK_SET) < 0) {
170 if (lseek(mem, req->data.args[1], SEEK_SET) < 0) {
/linux-master/scripts/dtc/
H A Ddtc-parser.y327 if (fseek(f, $6, SEEK_SET) != 0)
/linux-master/scripts/
H A Drecordmcount.c92 case SEEK_SET:
249 if (ulseek(offset - 1, SEEK_SET) < 0)
300 if (ulseek(off, SEEK_SET) < 0)
322 if (ulseek(offset, SEEK_SET) < 0)
H A Drecordmcount.h290 if (ulseek(sb.st_size, SEEK_SET) < 0)
298 if (ulseek(t, SEEK_SET) < 0)
343 if (ulseek(0, SEEK_SET) < 0)
496 if (ulseek((void *)relp - (void *)ehdr, SEEK_SET) < 0)
/linux-master/sound/core/
H A Dinfo.c120 case SEEK_SET:
/linux-master/tools/bootconfig/
H A Dmain.c219 SEEK_SET) < 0)
/linux-master/tools/hv/
H A Dhv_kvp_daemon.c134 struct flock fl = {F_WRLCK, SEEK_SET, 0, 0, 0};
146 struct flock fl = {F_UNLCK, SEEK_SET, 0, 0, 0};
/linux-master/tools/include/nolibc/
H A Dtypes.h94 #define SEEK_SET 0 macro
/linux-master/tools/include/uapi/linux/
H A Dfs.h43 #define SEEK_SET 0 /* seek relative to beginning of file */ macro
/linux-master/tools/lib/bpf/
H A Dbtf.c1260 if (fseek(f, 0, SEEK_SET)) {
/linux-master/tools/perf/
H A Dbuiltin-inject.c1292 if (lseek(gs->tmp_fd, 0, SEEK_SET))
2092 lseek(fd, output_data_offset, SEEK_SET);
H A Dbuiltin-record.c482 lseek(trace_fd, pos, SEEK_SET);
/linux-master/tools/perf/ui/
H A Dbrowser.c112 case SEEK_SET:
144 case SEEK_SET:
259 browser->seek(browser, 0, SEEK_SET);
365 * that is why we do a SEEK_SET. Think about 'perf top' in the hists browser
383 browser->seek(browser, browser->top_idx, SEEK_SET);
611 case SEEK_SET:
/linux-master/tools/perf/ui/browsers/
H A Dhists.c1921 case SEEK_SET:
/linux-master/tools/perf/util/
H A Ddata.c452 if (lseek(data->file.fd, pos, SEEK_SET) == (off_t)-1) {
H A Dheader.c2415 if (lseek(input, orig_offset, SEEK_SET) == (off_t)-1)
3482 if (lseek(fd, section->offset, SEEK_SET) == (off_t)-1) {
3598 lseek(ff->fd, (*p)->offset, SEEK_SET);
3634 lseek(fd, sec_start + sec_size, SEEK_SET);
3641 lseek(fd, sec_start, SEEK_SET);
3691 lseek(fd, sizeof(f_header), SEEK_SET);
3758 lseek(fd, 0, SEEK_SET);
3765 lseek(fd, header->data_offset + header->data_size, SEEK_SET);
3833 lseek(fd, header->feat_offset, SEEK_SET);
3972 lseek(fd, 0, SEEK_SET);
[all...]
H A Dprobe-file.c1014 ret = lseek(pcache->fd, 0, SEEK_SET);
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 Dsymbol-elf.c1956 if (lseek(to, to_offs, SEEK_SET) != to_offs)
1959 if (lseek(from, from_offs, SEEK_SET) != from_offs)
H A Dsymbol-minimal.c113 fseek(fp, 0, SEEK_SET);
133 fseek(fp, ehdr.e_phoff, SEEK_SET);
157 fseek(fp, offset, SEEK_SET);
185 fseek(fp, ehdr.e_phoff, SEEK_SET);
209 fseek(fp, offset, SEEK_SET);
307 if (lseek(fd, 0, SEEK_SET))
/linux-master/tools/power/acpi/common/
H A Dcmfsize.c54 status = fseek(file, current_offset, SEEK_SET);
/linux-master/tools/power/acpi/os_specific/service_layers/
H A Doslinuxtbl.c409 fseek(file, 0, SEEK_SET);
1215 fseek(table_file, file_offset, SEEK_SET);
1266 fseek(table_file, file_offset, SEEK_SET);
/linux-master/tools/power/x86/intel-speed-select/
H A Disst-config.c254 ret = fseek(fp, cpu * sizeof(cpu_top), SEEK_SET);
/linux-master/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.c663 fseek(cpuinfo, flags - buffer, SEEK_SET);
/linux-master/tools/testing/selftests/arm64/mte/
H A Dmte_common_util.c190 lseek(fd, 0, SEEK_SET);
217 lseek(fd, 0, SEEK_SET);

Completed in 327 milliseconds

1234