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

/illumos-gate/usr/src/cmd/truss/
H A Dmain.c1636 hdntry_t fentry; local
1654 fentry.type = HD_hashntry;
1655 fentry.count = ntry->count;
1660 fentry.sz_key = i;
1661 fentry.sz_lib = j;
1662 if (i + sizeof (fentry) > bufsz) {
1663 buf = my_realloc(buf, i + j + sizeof (fentry),
1665 bufsz = i + j + sizeof (fentry);
1667 (void) memcpy(buf, &fentry, sizeof (fentry));
[all...]

Completed in 48 milliseconds