Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/truss/
H A Dmain.c1715 size_t c_offset = 0; in file_to_parent() local
1728 while (c_offset < filesz) { in file_to_parent()
1730 if (pread(sfd, &ntry, sizeof (hdntry_t), c_offset) != in file_to_parent()
1733 c_offset += sizeof (hdntry_t); in file_to_parent()
1747 if (pread(sfd, t, ntry.sz_lib, c_offset) != ntry.sz_lib) in file_to_parent()
1750 c_offset += ntry.sz_lib; in file_to_parent()
1759 if (pread(sfd, s, ntry.sz_key, c_offset) != ntry.sz_key) in file_to_parent()
1762 c_offset += ntry.sz_key; in file_to_parent()
1780 if (pread(sfd, ncp, ntry.sz_key, c_offset) != in file_to_parent()
1784 c_offset += ntry.sz_key; in file_to_parent()