Searched refs:gid (Results 426 - 450 of 549) sorted by relevance

<<11121314151617181920>>

/freebsd-12-stable/sys/i386/linux/
H A Dlinux_systrace_args.c138 iarg[2] = p->gid; /* l_gid16_t */
319 iarg[0] = p->gid; /* l_gid16_t */
663 iarg[2] = p->gid; /* int */
955 iarg[0] = p->gid; /* l_gid16_t */
1300 iarg[2] = p->gid; /* l_gid16_t */
1411 iarg[2] = p->gid; /* l_gid_t */
1513 iarg[2] = p->gid; /* l_gid_t */
1527 iarg[0] = p->gid; /* gid_t */
1541 iarg[0] = p->gid; /* l_gid_t */
2054 iarg[3] = p->gid; /* l_gid16_
[all...]
/freebsd-12-stable/sys/amd64/linux32/
H A Dlinux32_systrace_args.c138 iarg[2] = p->gid; /* l_gid16_t */
311 iarg[0] = p->gid; /* l_gid16_t */
648 iarg[2] = p->gid; /* int */
917 iarg[0] = p->gid; /* l_gid16_t */
1259 iarg[2] = p->gid; /* l_gid16_t */
1372 iarg[2] = p->gid; /* l_gid_t */
1474 iarg[2] = p->gid; /* l_gid_t */
1488 iarg[0] = p->gid; /* gid_t */
1502 iarg[0] = p->gid; /* l_gid_t */
1985 iarg[3] = p->gid; /* l_gid16_
[all...]
/freebsd-12-stable/contrib/libarchive/libarchive/
H A Darchive_read_disk_posix.c363 static const char *trivial_lookup_gname(void *, int64_t gid);
390 archive_read_disk_gname(struct archive *_a, la_int64_t gid) argument
398 return ((*a->lookup_gname)(a->lookup_gname_data, gid));
416 const char * (*lookup_gname)(void *private, la_int64_t gid),
608 trivial_lookup_gname(void *private_data, int64_t gid) argument
611 (void)gid; /* UNUSED */
414 archive_read_disk_set_gname_lookup(struct archive *_a, void *private_data, const char * (*lookup_gname)(void *private, la_int64_t gid), void (*cleanup_gname)(void *private)) argument
H A Darchive_read_support_format_tar.c58 char gid[8]; member in struct:archive_entry_header_ustar
85 char gid[8]; member in struct:archive_entry_header_gnutar
318 * = Perl Archive::Tar terminates uid, gid, devminor and devmajor with two
321 * may have uid and gid fields filled with spaces without any octal digits
408 * Check format of mode/uid/gid/mtime/size/rdevmajor/rdevminor fields.
413 || validate_number_field(header->gid, sizeof(header->gid)) == 0
1195 archive_entry_set_gid(entry, tar_atol(header->gid, sizeof(header->gid)));
2060 if (strcmp(key, "gid")
[all...]
H A Darchive_write_disk_posix.c232 int64_t (*lookup_gid)(void *private, const char *gname, int64_t gid);
280 int64_t gid; member in struct:archive_write_disk
622 * credentials and the gid of the enclosing
1768 a->gid = archive_write_disk_gid(&a->archive,
1888 la_int64_t (*lookup_gid)(void *private, const char *gname, la_int64_t gid),
3302 * many systems set the gid based on the containing directory. So
3328 if (a->fd >= 0 && fchown(a->fd, a->uid, a->gid) == 0) {
3329 /* We've set owner and know uid/gid are correct. */
3338 if (lchown(a->name, a->uid, a->gid) == 0) {
3339 /* We've set owner and know uid/gid ar
1886 archive_write_disk_set_group_lookup(struct archive *_a, void *private_data, la_int64_t (*lookup_gid)(void *private, const char *gname, la_int64_t gid), void (*cleanup_gid)(void *private)) argument
[all...]
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_acl.c1615 gid_t gid; local
1632 * Determine uid and gid.
1642 gid = vap->va_gid;
1651 gid = vap->va_gid;
1665 gid = zfs_fuid_map_id(zfsvfs, acl_ids->z_fgid,
1683 gid = crgetgid(cr);
1701 secpolicy_vnode_setids_setgids(ZTOV(dzp), cr, gid) != 0)
/freebsd-12-stable/sys/amd64/linux/
H A Dlinux_systrace_args.c805 iarg[2] = p->gid; /* l_gid_t */
814 iarg[2] = p->gid; /* int */
823 iarg[2] = p->gid; /* l_gid_t */
911 iarg[0] = p->gid; /* gid_t */
1033 iarg[0] = p->gid; /* l_gid_t */
1877 iarg[3] = p->gid; /* l_gid_t */
/freebsd-12-stable/contrib/amd/include/
H A Dam_xdr_func.h186 am_gid3 gid; member in struct:am_fattr3
397 am_gid3 gid; member in union:am_set_gid3::__anon110
429 am_set_gid3 gid; member in struct:am_sattr3
/freebsd-12-stable/sys/fs/udf/
H A Dudf_vnops.c180 return (vaccess(vp->v_type, mode, node->fentry->uid, node->fentry->gid,
304 * XXX The spec says that -1 is valid for uid/gid and indicates an
305 * invalid uid/gid. How should this be represented?
308 vap->va_gid = (le32toh(fentry->gid) == -1) ? 0 : le32toh(fentry->gid);
/freebsd-12-stable/sys/rpc/rpcsec_gss/
H A Dsvc_rpcsec_gss.c471 cr->cr_rgid = cr->cr_svgid = uc->gid;
803 uc->gid = 65534;
808 &uc->uid, &uc->gid, &numgroups, &uc->gidlist[0]);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h273 bool GetGroupName(uint32_t gid, std::string &name);
H A DGDBRemoteCommunicationClient.cpp1914 } else if (name.equals("gid")) {
1915 uint32_t gid = UINT32_MAX;
1916 value.getAsInteger(0, gid);
1917 process_info.SetGroupID(gid);
1919 uint32_t gid = UINT32_MAX;
1920 value.getAsInteger(0, gid);
1921 process_info.SetEffectiveGroupID(gid);
2196 packet.Printf("gid:%u;", match_info.GetProcessInfo().GetGroupID());
2262 bool GDBRemoteCommunicationClient::GetGroupName(uint32_t gid,
2267 ::snprintf(packet, sizeof(packet), "qGroupName:%i", gid);
[all...]
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.cpp297 CHECK_SIZE_AND_OFFSET(ipc_perm, gid);
/freebsd-12-stable/contrib/ofed/opensm/opensm/
H A Dosm_multicast.c203 memcpy(&notice.data_details.ntc_64_67.gid,
206 /* According to page 653 - the issuer gid in this case of trap
207 is the SM gid, since the SM is the initiator of this trap. */
H A Dosm_sa.c669 " gid=0x%016" PRIx64 ":0x%016" PRIx64
684 cl_ntoh64(p_iir->inform_info.gid.unicast.prefix),
685 cl_ntoh64(p_iir->inform_info.gid.unicast.interface_id),
710 " gid=0x%016" PRIx64 ":0x%016" PRIx64
925 to extract qpn from InformInfo and to find lid by gid */
1224 PARSE_AHEAD(p, net64, " gid=0x",
1274 PARSE_AHEAD(p, net64, " gid=0x",
1275 &i_rec.inform_info.gid.unicast.prefix);
1277 &i_rec.inform_info.gid.unicast.
/freebsd-12-stable/contrib/tcsh/
H A Dsh.c369 gid = getgid();
649 setv(STRgid, Itoa(gid, 0, 0), VAR_READWRITE);
669 else if ((gr = xgetgrgid(gid)) == NULL)
1105 if (!batch && (uid != euid || gid != egid)) {
/freebsd-12-stable/contrib/binutils/bfd/
H A Dcoff-rs6000.c1556 s->st_gid = strtol (hdrp->gid, (char **) NULL, 10);
1566 s->st_gid = strtol (hdrp->gid, (char **) NULL, 10);
1615 sprintf (hdr.gid, "%d", 0);
1895 PRINT12 (hdr->gid, 0);
1991 PRINT12 (hdr->gid, 0);
2160 sprintf (ahdrp->gid, "%ld", (long) s.st_gid);
2232 sprintf (ahdr.gid, "%d", 0);
2396 PRINT12 (ahdrp->gid, s.st_gid);
2509 PRINT12 (hdr->gid, 0);
/freebsd-12-stable/contrib/blacklist/lib/
H A Dbl.c244 #define CRED_SC_GID gid
/freebsd-12-stable/sys/fs/smbfs/
H A Dsmbfs_vfsops.c116 ma = mount_argf(ma, "gid", "%d", args.gid);
128 "mountpoint", "rootpath", "uid", "gid", "file_mode", "dir_mode",
193 if (1 != vfs_scanopt(mp->mnt_optnew, "gid", "%d", &v)) {
194 vfs_mount_error(mp, "Invalid gid");
/freebsd-12-stable/sys/rpc/
H A Drpcsec_gss.h102 gid_t gid; /* group ID */ member in struct:__anon16724
/freebsd-12-stable/tests/sys/cddl/zfs/include/
H A Dlibtest.kshlib2096 # Select valid gid and create specified group.
2112 # Assign 100 as the base gid
2113 typeset -i gid=100
2115 $GROUPADD -g $gid $group > /dev/null 2>&1
2119 # The gid is not unique
2120 65) ((gid += 1)) ;;
2123 if [[ $gid == 65000 ]]; then
/freebsd-12-stable/tests/sys/fs/fusefs/
H A Dlookup.cc80 out.body.entry.attr.gid = 11;
/freebsd-12-stable/usr.sbin/cron/cron/
H A Dcron.c318 e->uid, e->gid, e->cmd))
/freebsd-12-stable/sys/netpfil/pf/
H A Dpf_ioctl.c1021 PF_MD5_UPD_HTONL(rule, gid.gid[0], y);
1022 PF_MD5_UPD_HTONL(rule, gid.gid[1], y);
1023 PF_MD5_UPD(rule, gid.op);
1622 bcopy(&krule->gid, &rule->gid, sizeof(krule->gid));
1732 bcopy(&rule->gid, &krule->gid, sizeo
[all...]
/freebsd-12-stable/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_cmd.c3063 !memcmp(cmd.gid, mcast->gid.raw, sizeof mcast->gid.raw)) {
3075 memcpy(mcast->gid.raw, cmd.gid, sizeof mcast->gid.raw);
3077 ret = ib_attach_mcast(qp, &mcast->gid, cmd.mlid);
3114 !memcmp(cmd.gid, mcast->gid.raw, sizeof mcast->gid
[all...]

Completed in 618 milliseconds

<<11121314151617181920>>