Searched refs:grp2 (Results 1 – 3 of 3) sorted by relevance
131 compare_group(struct group *grp1, struct group *grp2, void *mdata) in compare_group() argument135 if (grp1 == grp2) in compare_group()138 if (grp1 == NULL || grp2 == NULL) in compare_group()141 if (strcmp(grp1->gr_name, grp2->gr_name) != 0 || in compare_group()142 strcmp(grp1->gr_passwd, grp2->gr_passwd) != 0 || in compare_group()143 grp1->gr_gid != grp2->gr_gid) in compare_group()147 c2 = grp2->gr_mem; in compare_group()149 if (grp1->gr_mem == NULL || grp2->gr_mem == NULL) in compare_group()165 dump_group(grp2); in compare_group()
103 pinctrl_lvds1_2: lvds1-grp2 {
1099 uint64_t grp2 : 4; /**< Entry X:2 GRP (ID=0, LETTER=2) */ member1113 uint64_t grp2 : 4;