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

/freebsd-11-stable/lib/libcasper/services/cap_grp/tests/
H A Dgrp_test.c137 runtest_cmds(cap_channel_t *capgrp) argument
147 if (cap_setgrent(capgrp) == 1)
151 grpc = cap_getgrent(capgrp);
155 grpc = cap_getgrent(capgrp);
161 cap_getgrent_r(capgrp, &stc, bufc, sizeof(bufc), &grpc);
165 cap_getgrent_r(capgrp, &stc, bufc, sizeof(bufc), &grpc);
171 if (cap_setgrent(capgrp) == 1)
175 cap_getgrent_r(capgrp, &stc, bufc, sizeof(bufc), &grpc);
180 grpc = cap_getgrent(capgrp);
185 grpc = cap_getgrnam(capgrp, "whee
228 cap_channel_t *capgrp; local
900 runtest_fields(cap_channel_t *capgrp, unsigned int expected) argument
938 cap_channel_t *capgrp; local
1205 runtest_groups(cap_channel_t *capgrp, const char **names, const gid_t *gids, size_t ngroups) argument
1281 cap_channel_t *capgrp; local
1526 cap_channel_t *capcas, *capgrp; local
[all...]
/freebsd-11-stable/usr.bin/kdump/
H A Dkdump.c177 static cap_channel_t *cappwd, *capgrp; variable
457 if (cappwdgrp_setup(&cappwd, &capgrp) < 0) {
459 capgrp = NULL;
462 if (!resolv || (cappwd != NULL && capgrp != NULL)) {
1936 if (capgrp != NULL)
1937 grp = cap_getgrgid(capgrp, statp->st_gid);

Completed in 177 milliseconds