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

/freebsd-11-stable/sys/compat/linux/
H A Dlinux_uid16.c233 int bsd_gidsetsz, ngrp, error; local
240 bsd_gidsetsz = cred->cr_ngroups - 1;
249 td->td_retval[0] = bsd_gidsetsz;
255 if (ngrp < bsd_gidsetsz) {
261 linux_gidset = malloc(bsd_gidsetsz * sizeof(*linux_gidset),
263 while (ngrp < bsd_gidsetsz) {
H A Dlinux_misc.c1375 int bsd_gidsetsz, ngrp, error; local
1379 bsd_gidsetsz = cred->cr_ngroups - 1;
1388 td->td_retval[0] = bsd_gidsetsz;
1392 if (ngrp < bsd_gidsetsz)
1396 linux_gidset = malloc(bsd_gidsetsz * sizeof(*linux_gidset),
1398 while (ngrp < bsd_gidsetsz) {

Completed in 146 milliseconds