Home
last modified time | relevance | path

Searched refs:SEEK_END (Results 1 – 10 of 10) sorted by relevance

/tools/power/acpi/common/
Dcmfsize.c42 status = fseek(file, 0, SEEK_END); in cm_get_file_size()
/tools/perf/ui/
Dbrowser.c118 case SEEK_END: in ui_browser__list_head_seek()
150 case SEEK_END: in ui_browser__rb_tree_seek()
488 browser->seek(browser, -offset, SEEK_END); in ui_browser__run()
617 case SEEK_END: in ui_browser__argv_seek()
/tools/testing/selftests/powerpc/mm/
Dsubpage_prot.c204 filesize = lseek(fd, 0, SEEK_END); in test_file()
/tools/include/uapi/linux/
Dfs.h45 #define SEEK_END 2 /* seek relative to end of file */ macro
/tools/bootconfig/
Dmain.c190 if (lseek(fd, -BOOTCONFIG_MAGIC_LEN, SEEK_END) < 0) in load_xbc_from_initrd()
200 if (lseek(fd, -(8 + BOOTCONFIG_MAGIC_LEN), SEEK_END) < 0) in load_xbc_from_initrd()
/tools/testing/selftests/safesetid/
Dsafesetid-test.c107 if (fseek(fd, 0, SEEK_END)) in ensure_user_exists()
/tools/testing/selftests/sparc64/drivers/
Dadi-test.c313 (void)lseek(fd, 0, SEEK_END); in seek_adi()
/tools/include/nolibc/
Dnolibc.h241 #define SEEK_END 2 macro
/tools/perf/ui/browsers/
Dhists.c1927 case SEEK_END: in ui_browser__hists_seek()
/tools/lib/bpf/
Dbtf.c953 if (fseek(f, 0, SEEK_END)) { in btf__parse_raw()