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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dcred.c33 credgrp_t cr_grps; local
52 if (cr->cr_grps == NULL) {
53 bzero(&cr_grps, sizeof (cr_grps));
55 if (mdb_vread(&cr_grps, sizeof (cr_grps),
56 (uintptr_t)cr->cr_grps) == -1) {
58 cr->cr_grps);
69 mdb_printf("%<u>cr_grps:%</u>\n");
71 if (cr->cr_grps
[all...]
H A Dgcore.c1619 if (cr.cr_grps == 0) {
1624 if (mdb_vread(&crgrp, sizeof (crgrp), (uintptr_t)cr.cr_grps) !=
1626 mdb_warn("Failed to read credgrp_t from %p\n", cr.cr_grps);
/illumos-gate/usr/src/uts/common/os/
H A Dcred.c260 cr->cr_grps = NULL;
297 ASSERT(cr->cr_grps == NULL);
370 if (cr->cr_grps)
371 crgrprele(cr->cr_grps);
397 if (newcr->cr_grps)
398 crgrphold(newcr->cr_grps);
423 if (newcr->cr_grps)
424 crgrphold(newcr->cr_grps);
457 if (newcr->cr_grps)
458 crgrphold(newcr->cr_grps);
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dcred_impl.h89 credgrp_t *cr_grps; /* supplemental groups */ member in struct:cred

Completed in 65 milliseconds