Home
last modified time | relevance | path

Searched refs:bsd_gidsetsz (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/sys/compat/linux/
HDlinux_uid16.c154 int bsd_gidsetsz, ngrp, error; in linux_getgroups16() local
158 bsd_gidsetsz = cred->cr_ngroups - 1; in linux_getgroups16()
167 td->td_retval[0] = bsd_gidsetsz; in linux_getgroups16()
171 if (ngrp < bsd_gidsetsz) in linux_getgroups16()
175 linux_gidset = malloc(bsd_gidsetsz * sizeof(*linux_gidset), in linux_getgroups16()
177 while (ngrp < bsd_gidsetsz) { in linux_getgroups16()
HDlinux_misc.c1090 int bsd_gidsetsz, ngrp, error; in linux_getgroups() local
1094 bsd_gidsetsz = cred->cr_ngroups - 1; in linux_getgroups()
1103 td->td_retval[0] = bsd_gidsetsz; in linux_getgroups()
1107 if (ngrp < bsd_gidsetsz) in linux_getgroups()
1111 linux_gidset = malloc(bsd_gidsetsz * sizeof(*linux_gidset), in linux_getgroups()
1113 while (ngrp < bsd_gidsetsz) { in linux_getgroups()