Searched defs:grp1 (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_log.c | 517 ea_object_t grp0, grp1, i0, i1, i2, *items; local 555 * we attach it to grp1, which in turn will be attached to grp0. 562 (void) ea_set_group(&grp1, CAT_FMA_GROUP); 609 (void) ea_attach_to_group(&grp1, egrp); 611 (void) ea_attach_to_group(&grp0, &grp1);
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | cred.c | 653 credgrp_t *grp1, *grp2; local 663 ((grp1 = cr1->cr_grps) == (grp2 = cr2->cr_grps) || 664 (grp1 != NULL && grp2 != NULL && 665 grp1->crg_ngroups == grp2->crg_ngroups && 666 bcmp(grp1->crg_groups, grp2->crg_groups, 667 grp1->crg_ngroups * sizeof (gid_t)) == 0))) {
|
Completed in 75 milliseconds