Home
last modified time | relevance | path

Searched refs:gid_t (Results 26 – 50 of 243) sorted by relevance

12345678910

/dragonfly/sys/sys/
H A Ddevfs.h113 gid_t gid; /* owner group id */
172 gid_t gid;
375 int devfs_set_perms(struct devfs_node *, uid_t, gid_t, u_short, u_long);
378 int devfs_create_dev(cdev_t, uid_t, gid_t, int);
383 void devfs_msg_send_dev(uint32_t, cdev_t dev, uid_t, gid_t, int);
H A Dkinfo.h196 gid_t kp_groups[NGROUPS];
199 gid_t kp_rgid;
200 gid_t kp_svgid;
H A Ddevfs_rules.h65 gid_t gid; /* owner group id */
83 gid_t gid; /* owner group id */
H A Dvfscache.h125 gid_t va_gid; /* owner group id */
159 gid_t va_gid; /* owner group id */
H A Dsysproto.h281 gid_t * gidset; char gidset_[PAD_(gid_t *)];
285 gid_t * gidset; char gidset_[PAD_(gid_t *)];
506 gid_t gid; char gid_[PAD_(gid_t)];
509 gid_t egid; char egid_[PAD_(gid_t)];
756 gid_t rgid; char rgid_[PAD_(gid_t)];
757 gid_t egid; char egid_[PAD_(gid_t)];
758 gid_t sgid; char sgid_[PAD_(gid_t)];
943 gid_t * rgid; char rgid_[PAD_(gid_t *)];
944 gid_t * egid; char egid_[PAD_(gid_t *)];
945 gid_t * sgid; char sgid_[PAD_(gid_t *)];
H A Dmount.h170 gid_t left_bits;
576 uid_t uid, gid_t gid, int64_t delta);
785 int vop_helper_access(struct vop_access_args *ap, uid_t ino_uid, gid_t ino_gid,
792 uid_t cur_uid, gid_t cur_gid, mode_t *cur_modep);
793 int vop_helper_chown(struct vnode *vp, uid_t new_uid, gid_t new_gid,
795 uid_t *cur_uidp, gid_t *cur_gidp, mode_t *cur_modep);
/dragonfly/usr.sbin/pw/
H A Dpwupd.h69 struct group * (*_getgrgid)(gid_t gid);
139 struct group * vgetgrgid(gid_t gid);
146 void copymkdir(char const * dir, char const * skel, mode_t mode, uid_t uid, gid_t gid);
H A Dpw_user.c50 static uid_t pw_gidpolicy(struct userconf * cnf, struct cargs * args, char *nam, gid_t prefer);
228 if (!isdigit((unsigned char)*p) || (grp = GETGRGID((gid_t) atoi(p))) == NULL) in pw_user()
242 if (!isdigit((unsigned char)*p) || (grp = GETGRGID((gid_t) atoi(p))) == NULL) in pw_user()
272 if ((cnf->min_gid = (gid_t) atoi(p)) == 0) in pw_user()
274 if ((p = strtok(NULL, " ,\t")) == NULL || (cnf->max_gid = (gid_t) atoi(p)) < cnf->min_gid) in pw_user()
468 gid_t newgid = (gid_t) GETGRNAM(cnf->default_group)->gr_gid; in pw_user()
576 pwd->pw_gid = pw_gidpolicy(cnf, args, pwd->pw_name, (gid_t) pwd->pw_uid); in pw_user()
846 pw_gidpolicy(struct userconf * cnf, struct cargs * args, char *nam, gid_t prefer) in pw_gidpolicy()
849 gid_t gid = (uid_t) - 1; in pw_gidpolicy()
864 gid = (gid_t) atol(a_gid->val); in pw_gidpolicy()
/dragonfly/sbin/mount_tmpfs/
H A Dmount_tmpfs.c77 static gid_t a_gid(char *);
92 gid_t gid; in mount_tmpfs_parseargs()
253 static gid_t
258 gid_t gid; in a_gid()
/dragonfly/libexec/atrun/
H A Datrun.c78 gid_t real_gid, effective_gid;
112 run_file(const char *filename, uid_t uid, gid_t gid) in run_file()
130 gid_t ngid; in run_file()
445 gid_t batch_gid; in main()
499 batch_gid = (gid_t) -1; in main()
/dragonfly/usr.bin/at/
H A Dprivs.h64 extern gid_t real_gid, effective_gid;
99 setregid((gid_t)-1, effective_gid); \
/dragonfly/include/rpc/
H A Dauth_des.h113 int authdes_getucred(struct authdes_cred *, uid_t *, gid_t *, int *, gid_t *);
/dragonfly/bin/pax/
H A Dextern.h131 int chk_path (char *, uid_t, gid_t);
133 int set_ids (char *, uid_t, gid_t);
134 int set_lids (char *, uid_t, gid_t);
/dragonfly/sbin/mount_ntfs/
H A Dmount_ntfs.c60 static gid_t a_gid(char *);
167 gid_t
172 gid_t gid; in a_gid()
/dragonfly/bin/cpdup/
H A Dhcproto.h108 int hc_chown(struct HostConf *hc, const char *path, uid_t owner, gid_t group);
109 int hc_lchown(struct HostConf *hc, const char *path, uid_t owner, gid_t group);
123 int hc_getgroups(struct HostConf *hc, gid_t **gidlist);
/dragonfly/crypto/openssh/
H A Dgroupaccess.c50 ga_init(const char *user, gid_t base) in ga_init()
52 gid_t *groups_bygid; in ga_init()
/dragonfly/sbin/mount_hpfs/
H A Dmount_hpfs.c54 static gid_t a_gid(char *);
156 gid_t
161 gid_t gid; in a_gid()
/dragonfly/usr.bin/wall/
H A Dwall.c64 gid_t gid;
130 if (g->gid == (gid_t)-1) in main()
177 gid_t egid; in makemsg()
/dragonfly/contrib/grep/lib/
H A Dopenat.h62 chownat (int fd, char const *file, uid_t owner, gid_t group) in chownat()
68 lchownat (int fd, char const *file, uid_t owner, gid_t group) in lchownat()
/dragonfly/libexec/mknetid/
H A Dparse_group.c52 static int grscan(int, gid_t, char *), start_gr(void);
103 grscan(int search, gid_t gid, char *name) in grscan()
/dragonfly/include/
H A Dpwd.h45 typedef __uint32_t gid_t; typedef
116 gid_t pw_gid; /* user gid */
/dragonfly/sbin/mount_msdos/
H A Dmount_msdos.c72 static gid_t a_gid(char *);
217 static gid_t
222 gid_t gid; in a_gid()
/dragonfly/sys/kern/
H A Dvfs_quota.c62 struct ac_gnode* gnode_insert(struct mount*, gid_t);
99 gnode_insert(struct mount *mp, gid_t gid) in gnode_insert()
149 vfs_stdaccount(struct mount *mp, uid_t uid, gid_t gid, int64_t delta) in vfs_stdaccount()
311 gid_t gid; in cmd_set_limit_gid()
436 vq_write_ok(struct mount *mp, uid_t uid, gid_t gid, uint64_t delta) in vq_write_ok()
/dragonfly/lib/libc/gen/
H A Dpwcache.c120 static struct group * (*_pwcache_getgrgid)(gid_t) = getgrgid;
326 group_from_gid(gid_t gid, int noname) in group_from_gid()
457 gid_from_group(const char *name, gid_t *gid) in gid_from_group()
557 struct group * (*a_getgrgid)(gid_t)) in pwcache_groupdb() argument
/dragonfly/usr.sbin/nscd/agents/
H A Dgroup.c124 gid_t gid; in group_lookup_func()
147 sizeof(gid_t)) { in group_lookup_func()
152 memcpy(&gid, key + sizeof(enum nss_lookup_type), sizeof(gid_t)); in group_lookup_func()

12345678910