Searched refs:gid (Results 51 - 75 of 536) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/dialog/samples/
H A Dform1-extra10 gid=`echo "$ids" | sed -e 's/^.* gid=//' -e 's/ .*//'`
26 "GID:" 3 1 "$gid" 3 10 8 0 \
H A Dform1-help10 gid=`echo "$ids" | sed -e 's/^.* gid=//' -e 's/ .*//'`
26 "GID:" 3 1 "$gid" 3 10 8 0 \
H A Dform1-utf812 gid=`echo "$ids" | sed -e 's/^.* gid=//' -e 's/ .*//'`
28 "GID:" 3 1 "$gid" 3 10 8 0 \
H A Dform311 gid=`echo "$ids" | sed -e 's/^.* gid=//' -e 's/ .*//'`
27 "GID:" 3 1 "$gid" 3 10 8 0 \
H A Dform411 gid=`echo "$ids" | sed -e 's/^.* gid=//' -e 's/ .*//'`
28 "GID:" 3 1 "$gid" 3 10 8 0 "Group ID" \
H A Dform511 gid=`echo "$ids" | sed -e 's/^.* gid=//' -e 's/ .*//'`
29 "GID:" 3 1 "$gid" 3 10 8 0 "Group ID" \
H A Dform611 gid=`echo "$ids" | sed -e 's/^.* gid=//' -e 's/ .*//'`
29 "GID:" 3 1 "$gid" 3 10 8 0 "Group ID" \
H A Dpasswordform110 gid=`echo "$ids" | sed -e 's/^.* gid=//' -e 's/ .*//'`
26 "GID:" 3 1 "$gid" 3 10 8 0 \
H A Dpasswordform1-utf812 gid=`echo "$ids" | sed -e 's/^.* gid=//' -e 's/ .*//'`
28 "GID:" 3 1 "$gid" 3 10 8 0 \
/freebsd-11-stable/bin/pax/
H A Dsel_subs.h50 gid_t gid; member in struct:grpt
51 struct grpt *fow; /* next gid */
/freebsd-11-stable/contrib/sendmail/libsm/
H A Dshm.c114 ** gid -- gid to use
123 sm_shmsetowner(shmid, uid, gid, mode)
126 gid_t gid;
136 shmid_ds.shm_perm.gid = gid;
/freebsd-11-stable/crypto/openssh/
H A Dsftp-common.h39 u_int32_t gid; member in struct:Attrib
/freebsd-11-stable/usr.bin/login/
H A Dlogin_fbtab.c18 void login_fbtab(tty, uid, gid)
21 gid_t gid;
45 and gid arguments.
83 login_fbtab(char *tty, uid_t uid, gid_t gid) argument
113 login_protect(table, cp, prot, uid, gid);
123 login_protect(const char *table, char *pattern, int mask, uid_t uid, gid_t gid) argument
138 if (chown(path, uid, gid) && errno != ENOENT)
/freebsd-11-stable/usr.sbin/gstat/
H A Dgstat.c87 struct gident *gid; local
268 gid = geom_lookupid(&gmp, gsp->id);
269 if (gid == NULL) {
274 gid = geom_lookupid(&gmp, gsp->id);
276 if (gid == NULL)
278 if (gid->lg_what == ISCONSUMER && !flag_c)
280 if (flag_p && gid->lg_what == ISPROVIDER &&
281 ((struct gprovider *)(gid->lg_ptr))->lg_geom->lg_rank != 1)
289 if ((gid->lg_what == ISPROVIDER
290 || gid
[all...]
/freebsd-11-stable/usr.sbin/chown/
H A Dchown.c68 static gid_t gid; variable
145 gid = (gid_t)-1;
193 (gid == (gid_t)-1 || gid == p->fts_statp->st_gid))
195 if (fchownat(AT_FDCWD, p->fts_accpath, uid, gid, atflag)
212 (gid == (gid_t)-1) ?
215 (uintmax_t)gid);
220 (gid == (gid_t)-1) ?
223 (uintmax_t)gid);
242 gid
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DUserIDResolver.h30 llvm::Optional<llvm::StringRef> GetGroupName(id_t gid) { argument
31 return Get(gid, m_gid_cache, &UserIDResolver::DoGetGroupName);
40 virtual llvm::Optional<std::string> DoGetGroupName(id_t gid) = 0;
/freebsd-11-stable/contrib/ofed/libibverbs/examples/
H A Dud_pingpong.c77 union ibv_gid gid; member in struct:pingpong_dest
109 if (dest->gid.global.interface_id) {
112 ah_attr.grh.dgid = dest->gid;
138 char gid[33]; local
169 gid_to_wire_gid(&my_dest->gid, gid);
171 my_dest->psn, gid);
189 &rem_dest->psn, gid);
190 wire_gid_to_gid(gid, &rem_dest->gid);
213 char gid[33]; local
573 char gid[33]; local
[all...]
H A Duc_pingpong.c76 union ibv_gid gid; member in struct:pingpong_dest
97 if (dest->gid.global.interface_id) {
100 attr.ah_attr.grh.dgid = dest->gid;
138 char gid[33]; local
169 gid_to_wire_gid(&my_dest->gid, gid);
171 my_dest->psn, gid);
190 &rem_dest->psn, gid);
191 wire_gid_to_gid(gid, &rem_dest->gid);
215 char gid[33]; local
551 char gid[33]; local
[all...]
/freebsd-11-stable/usr.sbin/chroot/
H A Dchroot.c66 gid_t gid, *gidlist; local
71 gid = 0;
104 gid = (gid_t)strtoul(group, &endp, 0);
110 gid = gp->gr_gid;
159 if (group && setgid(gid) == -1)
/freebsd-11-stable/contrib/ofed/libibmad/
H A Dportid.c67 char gid[sizeof local
69 if (inet_ntop(AF_INET6, portid->gid, gid, sizeof(gid)))
70 n += sprintf(buf + n, " Gid %s", gid);
/freebsd-11-stable/usr.sbin/bluetooth/sdpd/
H A Dmain.c154 int uid, gid; local
158 log_notice("Cannot set uid/gid. Not a superuser");
162 gid = getgid();
180 gid = strtol(group, &ep, 10);
190 gid = grp->gr_gid;
194 if (setgid(gid) < 0) {
/freebsd-11-stable/usr.sbin/pw/
H A Dcpdir.c45 gid_t gid, int flags)
61 fchownat(rootfd, dir, uid, gid, AT_SYMLINK_NOFOLLOW);
88 st.st_mode & _DEF_DIRMODE, uid, gid, st.st_flags);
97 fchownat(homefd, p, uid, gid, AT_SYMLINK_NOFOLLOW);
120 fchown(destfd, uid, gid);
44 copymkdir(int rootfd, char const * dir, int skelfd, mode_t mode, uid_t uid, gid_t gid, int flags) argument
H A Dpwupd.h59 struct group * (*_getgrgid)(gid_t gid);
106 #define GETGRGID(gid) PWF._getgrgid(gid)
144 struct group * vgetgrgid(gid_t gid);
150 gid_t gid, int flags);
H A Dpw_vpw.c146 vnextgrent(char const *nam, gid_t gid, int doclose) argument
169 if (gid != (gid_t)-1) {
170 if (gid == gr->gr_gid)
196 vgetgrgid(gid_t gid) argument
198 return vnextgrent(NULL, gid, 1);
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_cache.c91 union ib_gid gid; member in struct:ib_gid_table_entry
178 const union ib_gid *gid,
199 ret = ib_dev->add_gid(ib_dev, port, ix, gid, attr,
211 /* if modify_gid failed, just delete the old gid */
213 gid = &zgid;
218 memcpy(&table->data_vec[ix].gid, gid, sizeof(*gid));
236 const union ib_gid *gid,
239 return write_gid(ib_dev, port, table, ix, gid, att
234 add_gid(struct ib_device *ib_dev, u8 port, struct ib_gid_table *table, int ix, const union ib_gid *gid, const struct ib_gid_attr *attr, bool default_gid) argument
243 modify_gid(struct ib_device *ib_dev, u8 port, struct ib_gid_table *table, int ix, const union ib_gid *gid, const struct ib_gid_attr *attr, bool default_gid) argument
260 find_gid(struct ib_gid_table *table, const union ib_gid *gid, const struct ib_gid_attr *val, bool default_gid, unsigned long mask, int *pempty) argument
327 make_default_gid(struct net_device *dev, union ib_gid *gid) argument
333 ib_cache_gid_add(struct ib_device *ib_dev, u8 port, union ib_gid *gid, struct ib_gid_attr *attr) argument
371 ib_cache_gid_del(struct ib_device *ib_dev, u8 port, union ib_gid *gid, struct ib_gid_attr *attr) argument
430 __ib_cache_gid_get(struct ib_device *ib_dev, u8 port, int index, union ib_gid *gid, struct ib_gid_attr *attr) argument
459 _ib_cache_gid_table_find(struct ib_device *ib_dev, const union ib_gid *gid, const struct ib_gid_attr *val, unsigned long mask, u8 *port, u16 *index) argument
489 ib_cache_gid_find(struct ib_device *ib_dev, const union ib_gid *gid, enum ib_gid_type gid_type, struct net_device *ndev, u8 *port, u16 *index) argument
506 ib_find_cached_gid_by_port(struct ib_device *ib_dev, const union ib_gid *gid, enum ib_gid_type gid_type, u8 port, struct net_device *ndev, u16 *index) argument
563 ib_cache_gid_find_by_filter(struct ib_device *ib_dev, const union ib_gid *gid, u8 port, bool (*filter)(const union ib_gid *, const struct ib_gid_attr *, void *), void *context, u16 *index) argument
679 union ib_gid gid; local
876 ib_get_cached_gid(struct ib_device *device, u8 port_num, int index, union ib_gid *gid, struct ib_gid_attr *gid_attr) argument
898 ib_find_cached_gid(struct ib_device *device, const union ib_gid *gid, enum ib_gid_type gid_type, struct net_device *ndev, u8 *port_num, u16 *index) argument
909 ib_find_gid_by_filter(struct ib_device *device, const union ib_gid *gid, u8 port_num, bool (*filter)(const union ib_gid *gid, const struct ib_gid_attr *, void *), void *context, u16 *index) argument
[all...]

Completed in 222 milliseconds

1234567891011>>