Lines Matching refs:tcp
302 struct type_counts_s *tcp, *tcp_all, *tcp_def, *tcp_norm; in bufchk() local
357 tcp = &type_counts[fsdp->fsd_type]; in bufchk()
364 tcp->nuser_objs++; in bufchk()
367 tcp->ngroup_objs++; in bufchk()
370 tcp->nother_objs++; in bufchk()
373 tcp->nclass_objs++; in bufchk()
376 tcp->ndef_user_objs++; in bufchk()
379 tcp->ndef_group_objs++; in bufchk()
382 tcp->ndef_other_objs++; in bufchk()
385 tcp->ndef_class_objs++; in bufchk()
388 tcp->nusers++; in bufchk()
391 tcp->ngroups++; in bufchk()
394 tcp->ndef_users++; in bufchk()
397 tcp->ndef_groups++; in bufchk()
452 tcp = &type_counts[FSD_DFACL]; in bufchk()
454 (tcp->nuser_objs != 0 || in bufchk()
455 tcp->ngroup_objs != 0 || in bufchk()
456 tcp->nother_objs != 0 || in bufchk()
457 tcp->nclass_objs != 0 || in bufchk()
458 tcp->nusers != 0 || in bufchk()
459 tcp->ngroups != 0)) { in bufchk()
468 tcp = &type_counts[FSD_ACL]; in bufchk()
470 (tcp->ndef_user_objs != 0 || in bufchk()
471 tcp->ndef_group_objs != 0 || in bufchk()
472 tcp->ndef_other_objs != 0 || in bufchk()
473 tcp->ndef_class_objs != 0 || in bufchk()
474 tcp->ndef_users != 0 || in bufchk()
475 tcp->ndef_groups != 0)) { in bufchk()