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

/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dpass3b.c302 struct type_counts_s *tcp, *tcp_all, *tcp_def, *tcp_norm; local
487 tcp_norm = &type_counts[FSD_ACL];
490 tcp_all->nuser_objs = tcp_def->nuser_objs + tcp_norm->nuser_objs;
491 tcp_all->ngroup_objs = tcp_def->ngroup_objs + tcp_norm->ngroup_objs;
492 tcp_all->nother_objs = tcp_def->nother_objs + tcp_norm->nother_objs;
493 tcp_all->nclass_objs = tcp_def->nclass_objs + tcp_norm->nclass_objs;
495 tcp_def->ndef_user_objs + tcp_norm->ndef_user_objs;
497 tcp_def->ndef_group_objs + tcp_norm->ndef_group_objs;
499 tcp_def->ndef_other_objs + tcp_norm->ndef_other_objs;
501 tcp_def->ndef_class_objs + tcp_norm
[all...]

Completed in 44 milliseconds