Searched refs:tcp_def (Results 1 – 1 of 1) sorted by relevance
302 struct type_counts_s *tcp, *tcp_all, *tcp_def, *tcp_norm; in bufchk() local488 tcp_def = &type_counts[FSD_DFACL]; in bufchk()490 tcp_all->nuser_objs = tcp_def->nuser_objs + tcp_norm->nuser_objs; in bufchk()491 tcp_all->ngroup_objs = tcp_def->ngroup_objs + tcp_norm->ngroup_objs; in bufchk()492 tcp_all->nother_objs = tcp_def->nother_objs + tcp_norm->nother_objs; in bufchk()493 tcp_all->nclass_objs = tcp_def->nclass_objs + tcp_norm->nclass_objs; in bufchk()495 tcp_def->ndef_user_objs + tcp_norm->ndef_user_objs; in bufchk()497 tcp_def->ndef_group_objs + tcp_norm->ndef_group_objs; in bufchk()499 tcp_def->ndef_other_objs + tcp_norm->ndef_other_objs; in bufchk()501 tcp_def->ndef_class_objs + tcp_norm->ndef_class_objs; in bufchk()[all …]