Home
last modified time | relevance | path

Searched refs:cr_grps (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dcred.c33 credgrp_t cr_grps; in cmd_cred() local
52 if (cr->cr_grps == NULL) { in cmd_cred()
53 bzero(&cr_grps, sizeof (cr_grps)); in cmd_cred()
55 if (mdb_vread(&cr_grps, sizeof (cr_grps), in cmd_cred()
56 (uintptr_t)cr->cr_grps) == -1) { in cmd_cred()
58 cr->cr_grps); in cmd_cred()
71 if (cr->cr_grps == NULL) { in cmd_cred()
75 (uintptr_t)cr->cr_grps, flags, 1, &cmdarg); in cmd_cred()
99 cr_grps.crg_ngroups, in cmd_cred()
H A Dgcore.c1619 if (cr.cr_grps == 0) { in Pcred_gcore()
1624 if (mdb_vread(&crgrp, sizeof (crgrp), (uintptr_t)cr.cr_grps) != in Pcred_gcore()
1626 mdb_warn("Failed to read credgrp_t from %p\n", cr.cr_grps); in Pcred_gcore()
/titanic_41/usr/src/uts/common/os/
H A Dcred.c258 cr->cr_grps = NULL; in cralloc_flags()
295 ASSERT(cr->cr_grps == NULL); in crget()
368 if (cr->cr_grps) in crfree()
369 crgrprele(cr->cr_grps); in crfree()
395 if (newcr->cr_grps) in crcopy()
396 crgrphold(newcr->cr_grps); in crcopy()
421 if (newcr->cr_grps) in crcopy_to()
422 crgrphold(newcr->cr_grps); in crcopy_to()
455 if (newcr->cr_grps) in crdup_flags()
456 crgrphold(newcr->cr_grps); in crdup_flags()
[all …]
/titanic_41/usr/src/uts/common/sys/
H A Dcred_impl.h89 credgrp_t *cr_grps; /* supplemental groups */ member