Searched defs:c_offset (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/truss/
H A Dmain.c1710 size_t c_offset = 0; local
1723 while (c_offset < filesz) {
1725 if (pread(sfd, &ntry, sizeof (hdntry_t), c_offset) !=
1728 c_offset += sizeof (hdntry_t);
1742 if (pread(sfd, t, ntry.sz_lib, c_offset) != ntry.sz_lib)
1745 c_offset += ntry.sz_lib;
1754 if (pread(sfd, s, ntry.sz_key, c_offset) != ntry.sz_key)
1757 c_offset += ntry.sz_key;
1775 if (pread(sfd, ncp, ntry.sz_key, c_offset) !=
1779 c_offset
[all...]

Completed in 48 milliseconds