Searched defs:tcp_all (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
486 tcp_all = &type_counts[0];
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;
494 tcp_all->ndef_user_objs =
496 tcp_all->ndef_group_objs =
498 tcp_all->ndef_other_objs =
500 tcp_all
[all...]

Completed in 49 milliseconds