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

/illumos-gate/usr/src/lib/libsec/common/
H A Daclcheck.c73 struct entry_stat tally; local
79 memset(&tally, '\0', sizeof (tally));
85 if (tally.user_obj.count > 0) {
87 (void) free_mem(&tally);
91 tally.user_obj.count = 1;
96 if (tally.group_obj.count > 0) {
98 (void) free_mem(&tally);
102 tally.group_obj.count = 1;
107 if (tally
[all...]
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.c700 tally(mod_info_t *caller_mod, mod_info_t *callee_mod, struct rawarc *rawp) function
707 * we don't need to tally it.
733 (void) printf("[tally] arc from %s to %s traversed "
1016 tally(caller_mi, callee_mi, &arc);
1418 tally(&modules, &modules, &arc);

Completed in 72 milliseconds