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

/freebsd-12-stable/lib/libcasper/services/cap_grp/tests/
H A Dgrp_test.c140 runtest_cmds(cap_channel_t *capgrp) argument
150 if (cap_setgrent(capgrp) == 1)
154 grpc = cap_getgrent(capgrp);
158 grpc = cap_getgrent(capgrp);
164 cap_getgrent_r(capgrp, &stc, bufc, sizeof(bufc), &grpc);
168 cap_getgrent_r(capgrp, &stc, bufc, sizeof(bufc), &grpc);
174 if (cap_setgrent(capgrp) == 1)
178 cap_getgrent_r(capgrp, &stc, bufc, sizeof(bufc), &grpc);
183 grpc = cap_getgrent(capgrp);
188 grpc = cap_getgrnam(capgrp, "whee
231 cap_channel_t *capgrp; local
907 runtest_fields(cap_channel_t *capgrp, unsigned int expected) argument
945 cap_channel_t *capgrp; local
1212 runtest_groups(cap_channel_t *capgrp, const char **names, const gid_t *gids, size_t ngroups) argument
1288 cap_channel_t *capgrp; local
1533 cap_channel_t *capcas, *capgrp; local
[all...]
/freebsd-12-stable/usr.bin/kdump/
H A Dkdump.c179 static cap_channel_t *cappwd, *capgrp; variable
440 if (cappwdgrp_setup(&cappwd, &capgrp) < 0) {
442 capgrp = NULL;
445 if (!resolv || (cappwd != NULL && capgrp != NULL)) {
1884 if (capgrp != NULL)
1885 grp = cap_getgrgid(capgrp, statp->st_gid);

Completed in 103 milliseconds