Home
last modified time | relevance | path

Searched refs:file_ofs (Results 1 – 4 of 4) sorted by relevance

/freebsd/tests/sys/cddl/zfs/tests/txg_integrity/
H A Dfsync_integrity.c294 marker_fill(uint64_t* buf, int file_ofs, size_t len, int thread_num){ in marker_fill() argument
298 for (ofs = file_ofs; ofs < file_ofs + len; ofs += sizeof(uint64_t)){ in marker_fill()
302 int buf_idx = (ofs - file_ofs) / sizeof(uint64_t); in marker_fill()
H A Dtxg_integrity.c327 marker_fill(uint64_t* buf, int file_ofs, size_t len, int is_follower){ in marker_fill() argument
331 for (ofs = file_ofs; ofs < file_ofs + len; ofs += sizeof(uint64_t)){ in marker_fill()
335 int buf_idx = (ofs - file_ofs) / sizeof(uint64_t); in marker_fill()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.h116 lldb::addr_t file_ofs; member
H A DProcessElfCore.cpp957 entry.file_ofs = note.data.GetAddress(&offset); in parseLinuxNotes()