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

/opensolaris-onvv-gate/usr/src/cmd/truss/
H A Dmain.c1635 hdntry_t fentry; local
1653 fentry.type = HD_hashntry;
1654 fentry.count = ntry->count;
1659 fentry.sz_key = i;
1660 fentry.sz_lib = j;
1661 if (i + sizeof (fentry) > bufsz) {
1662 buf = my_realloc(buf, i + j + sizeof (fentry),
1664 bufsz = i + j + sizeof (fentry);
1666 (void) memcpy(buf, &fentry, sizeof (fentry));
[all...]

Completed in 103 milliseconds