Searched refs:bsd_gidset (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/sys/compat/linux/
H A Dlinux_uid16.c162 gid_t *bsd_gidset; local
205 bsd_gidset = newcred->cr_groups;
208 bsd_gidset[ngrp + 1] = linux_gidset[ngrp];
232 gid_t *bsd_gidset; local
239 bsd_gidset = cred->cr_groups;
264 linux_gidset[ngrp] = bsd_gidset[ngrp + 1];
H A Dlinux_misc.c1317 gid_t *bsd_gidset; local
1350 bsd_gidset = newcred->cr_groups;
1353 bsd_gidset[ngrp + 1] = linux_gidset[ngrp];
1374 gid_t *bsd_gidset; local
1378 bsd_gidset = cred->cr_groups;
1399 linux_gidset[ngrp] = bsd_gidset[ngrp + 1];

Completed in 298 milliseconds