Searched refs:grp0 (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/openbsm/bin/auditdistd/
H A Dsandbox.c53 groups_compare(const void *grp0, const void *grp1) argument
55 gid_t gr0 = *(const gid_t *)grp0;
/freebsd-11-stable/lib/libcasper/services/cap_grp/tests/
H A Dgrp_test.c109 group_compare(const struct group *grp0, const struct group *grp1) argument
112 if (grp0 == NULL && grp1 == NULL)
114 if (grp0 == NULL || grp1 == NULL)
117 if (strcmp(grp0->gr_name, grp1->gr_name) != 0)
120 if (grp0->gr_passwd != NULL || grp1->gr_passwd != NULL) {
121 if (grp0->gr_passwd == NULL || grp1->gr_passwd == NULL)
123 if (strcmp(grp0->gr_passwd, grp1->gr_passwd) != 0)
127 if (grp0->gr_gid != grp1->gr_gid)
130 if (!group_mem_compare(grp0->gr_mem, grp1->gr_mem))
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-sriox-defs.h1105 uint64_t grp0 : 4; /**< Entry X:0 GRP (ID=0, LETTER=0) */ member in struct:cvmx_sriox_imsg_qos_grpx::cvmx_sriox_imsg_qos_grpx_s
1107 uint64_t grp0 : 4;

Completed in 277 milliseconds