Searched refs:gidp (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl2/xcvs/dist/src/ |
H A D | filesubr.c | 195 gid_t *gidp; in ingroup() local 205 if ((gidp = malloc(sizeof(gid_t) * ngroups)) == NULL) in ingroup() 208 if (getgroups(ngroups, gidp) == -1) { in ingroup() 209 free(gidp); in ingroup() 214 if (gid == gidp[i]) in ingroup() 217 free(gidp); in ingroup()
|
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
H A D | zfs_fuid.c | 389 zfs_fuid_map_ids(znode_t *zp, cred_t *cr, uid_t *uidp, uid_t *gidp) in zfs_fuid_map_ids() argument 392 *gidp = zfs_fuid_map_id(zp->z_zfsvfs, zp->z_gid, cr, ZFS_GROUP); in zfs_fuid_map_ids()
|
/netbsd-src/usr.sbin/user/ |
H A D | user.c | 687 getnextgid(int *gidp, int lo, int hi) in getnextgid() argument 689 for (*gidp = lo ; *gidp < hi ; *gidp += 1) { in getnextgid() 690 if (getgrgid((gid_t)*gidp) == NULL) { in getnextgid()
|
/netbsd-src/sys/fs/udf/ |
H A D | udf_subr.h | 194 void udf_getownership(struct udf_node *udf_node, uid_t *uidp, gid_t *gidp);
|
H A D | udf_subr.c | 4441 udf_getownership(struct udf_node *udf_node, uid_t *uidp, gid_t *gidp) in udf_getownership() argument 4466 *gidp = gid; in udf_getownership()
|
/netbsd-src/sys/fs/nfs/common/ |
H A D | nfs_commonsubs.c | 2948 nfsv4_strtogid(struct nfsrv_descript *nd, u_char *str, int len, gid_t *gidp, in nfsv4_strtogid() argument 2971 *gidp = tgid; in nfsv4_strtogid() 3003 *gidp = nfsrv_defaultgid; in nfsv4_strtogid() 3020 *gidp = usrp->lug_gid; in nfsv4_strtogid()
|