HomeSort by: relevance | last modified time | path
    Searched defs:lset (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/compat/linux/common/
linux_uid16.c 234 linux_gid16_t lset[16]; local in function:linux_sys_getgroups16
250 if (n > __arraycount(lset))
251 n = __arraycount(lset);
253 lset[j] = kauth_cred_group(l->l_cred, i + j);
254 error = copyout(lset, gidset, n * sizeof(lset[0]));
276 linux_gid16_t lset[COMPAT_NGROUPS16]; local in function:linux_sys_setgroups16
284 error = copyin(SCARG(uap, gidset), lset, ngroups);
289 grbuf[i] = lset[i];

Completed in 12 milliseconds