Searched refs:grpcnt (Results 1 – 7 of 7) sorted by relevance
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | getgrouplist.c | 46 getgrouplist(const char *uname, gid_t agroup, gid_t *groups, int *grpcnt) in getgrouplist() argument 55 maxgroups = *grpcnt; in getgrouplist() 61 *grpcnt = ngroups; in getgrouplist() 91 *grpcnt = ngroups; in getgrouplist()
|
H A D | port-aix.c | 443 getgrouplist(const char *user, gid_t pgid, gid_t *groups, int *grpcnt) in getgrouplist() argument 450 maxgroups = *grpcnt; in getgrouplist() 457 *grpcnt = 0; in getgrouplist() 478 *grpcnt = ngroups; in getgrouplist()
|
/freebsd/lib/libc/gen/ |
H A D | getgrouplist.c | 45 __ssp_real(getgrouplist)(const char *uname, gid_t agroup, gid_t *groups, int *grpcnt) in __ssp_real() 47 return __getgroupmembership(uname, agroup, groups, *grpcnt, grpcnt); in __ssp_real()
|
H A D | getgrent.c | 444 gr_addgid(gid_t gid, gid_t *groups, int maxgrp, int *grpcnt) in gr_addgid() argument 448 for (dupc = 1; dupc < MIN(maxgrp, *grpcnt); dupc++) { in gr_addgid() 454 if (*grpcnt < maxgrp) in gr_addgid() 455 groups[*grpcnt] = gid; in gr_addgid() 459 (*grpcnt)++; in gr_addgid() 478 int maxgrp, *grpcnt; in getgroupmembership_fallback() local 491 grpcnt = va_arg(ap, int *); in getgroupmembership_fallback() 501 gr_addgid(agroup, groups, maxgrp, grpcnt); in getgroupmembership_fallback() 537 gr_addgid(grp.gr_gid, groups, maxgrp, grpcnt); in getgroupmembership_fallback() 666 int maxgrp, int *grpcnt) in __getgroupmembership() argument [all …]
|
/freebsd/sys/dev/hptrr/ |
H A D | him.h | 366 HPT_UINT grpcnt; member
|
/freebsd/sys/dev/hpt27xx/ |
H A D | him.h | 423 HPT_UINT grpcnt; member
|
/freebsd/sys/dev/hptnr/ |
H A D | him.h | 411 HPT_UINT grpcnt; member
|