Searched refs:grp1 (Results 1 – 6 of 6) sorted by relevance
| /freebsd-11-stable/lib/libc/tests/nss/ |
| HD | getgr_test.c | 131 compare_group(struct group *grp1, struct group *grp2, void *mdata) in compare_group() argument 135 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() 146 c1 = grp1->gr_mem; in compare_group() 149 if (grp1->gr_mem == NULL || grp2->gr_mem == NULL) in compare_group() 164 dump_group(grp1); in compare_group()
|
| /freebsd-11-stable/sys/gnu/dts/arm/ |
| HD | imx53-mba53.dts | 93 pinctrl_lvds1_1: lvds1-grp1 { 115 pinctrl_disp1_1: disp1-grp1 { 150 pinctrl_vga_sync_1: vgasync-grp1 {
|
| HD | imx53-tx53-x13x.dts | 135 pinctrl_i2c2: i2c2-grp1 {
|
| /freebsd-11-stable/lib/libcasper/services/cap_grp/tests/ |
| HD | grp_test.c | 109 group_compare(const struct group *grp0, const struct group *grp1) in group_compare() argument 112 if (grp0 == NULL && grp1 == NULL) in group_compare() 114 if (grp0 == NULL || grp1 == NULL) in group_compare() 117 if (strcmp(grp0->gr_name, grp1->gr_name) != 0) in group_compare() 120 if (grp0->gr_passwd != NULL || grp1->gr_passwd != NULL) { in group_compare() 121 if (grp0->gr_passwd == NULL || grp1->gr_passwd == NULL) in group_compare() 123 if (strcmp(grp0->gr_passwd, grp1->gr_passwd) != 0) in group_compare() 127 if (grp0->gr_gid != grp1->gr_gid) in group_compare() 130 if (!group_mem_compare(grp0->gr_mem, grp1->gr_mem)) in group_compare()
|
| /freebsd-11-stable/contrib/openbsm/bin/auditdistd/ |
| HD | sandbox.c | 53 groups_compare(const void *grp0, const void *grp1) in groups_compare() argument 56 gid_t gr1 = *(const gid_t *)grp1; in groups_compare()
|
| /freebsd-11-stable/sys/contrib/octeon-sdk/ |
| HD | cvmx-sriox-defs.h | 1102 uint64_t grp1 : 4; /**< Entry X:1 GRP (ID=0, LETTER=1) */ member 1110 uint64_t grp1 : 4;
|