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

/freebsd-10.1-release/sys/dev/hwpmc/
H A Dhwpmc_mod.c917 int decline_attach, i; local
941 decline_attach = oc->cr_uid != tc->cr_uid &&
949 for (i = 0; !decline_attach && i < tc->cr_ngroups; i++)
950 decline_attach = !groupmember(tc->cr_groups[i], oc);
953 if (decline_attach == 0)
954 decline_attach = !groupmember(tc->cr_rgid, oc) ||
960 return !decline_attach;

Completed in 106 milliseconds