Searched refs:gid (Results 476 - 500 of 549) sorted by relevance

<<11121314151617181920>>

/freebsd-12-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_port.c1384 mlx4_warn(dev, "requested gid entry for slave:%d is a duplicate of gid at index %d\n",
1745 int mlx4_get_slave_from_roce_gid(struct mlx4_dev *dev, int port, u8 *gid, argument
1763 if (!memcmp(priv->port[port].gid_table.roce_gids[i].raw, gid,
1771 /* Calculate a slave_gid which is the slave number in the gid
1845 u8 *gid)
1852 memcpy(gid, priv->port[port].gid_table.roce_gids[slave_id].raw,
1844 mlx4_get_roce_gid_from_slave(struct mlx4_dev *dev, int port, int slave_id, u8 *gid) argument
/freebsd-12-stable/sys/fs/cd9660/
H A Dcd9660_rrip.c95 ana->inop->inode.iso_gid = isonum_733(p->gid);
/freebsd-12-stable/sys/dev/usb/
H A Dusbdi.h690 uint8_t iface_index, uid_t uid, gid_t gid, int mode);
/freebsd-12-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib.h497 union ib_gid *gid,
/freebsd-12-stable/sys/security/mac_test/
H A Dmac_test.c306 test_cred_check_setgid(struct ucred *cred, gid_t gid) argument
1304 struct label *kslabel, uid_t uid, gid_t gid)
1445 struct label *shmfdlabel, uid_t uid, gid_t gid)
2799 struct label *vplabel, uid_t uid, gid_t gid)
1303 test_posixsem_check_setowner(struct ucred *cred, struct ksem *ks, struct label *kslabel, uid_t uid, gid_t gid) argument
1444 test_posixshm_check_setowner(struct ucred *cred, struct shmfd *shmfd, struct label *shmfdlabel, uid_t uid, gid_t gid) argument
2798 test_vnode_check_setowner(struct ucred *cred, struct vnode *vp, struct label *vplabel, uid_t uid, gid_t gid) argument
/freebsd-12-stable/sys/kern/
H A Dtty.c1345 gid_t gid; local
1360 gid = GID_WHEEL;
1365 gid = GID_TTY;
1378 args.mda_gid = gid;
2386 db_printf("\tpgrp: %p gid %d\n", tp->t_pgrp,
H A Dsystrace_args.c117 iarg[2] = p->gid; /* int */
684 iarg[2] = p->gid; /* int */
913 iarg[0] = p->gid; /* gid_t */
1295 iarg[2] = p->gid; /* int */
2668 iarg[3] = p->gid; /* gid_t */
/freebsd-12-stable/sys/sys/
H A Dsyscallsubr.h126 enum uio_seg pathseg, int uid, int gid, int flag);
/freebsd-12-stable/sys/arm64/linux/
H A Dlinux_systrace_args.c363 iarg[3] = p->gid; /* l_gid_t */
373 iarg[2] = p->gid; /* int */
1091 iarg[0] = p->gid; /* gid_t */
1156 iarg[0] = p->gid; /* l_gid_t */
/freebsd-12-stable/usr.sbin/cron/lib/
H A Dentry.c355 Debug(DPARS, ("load_entry()...uid %d, gid %d\n",pw->pw_uid,pw->pw_gid))
369 e->gid = pw->pw_gid;
/freebsd-12-stable/usr.sbin/usbconfig/
H A Dusbconfig.c49 gid_t gid; member in struct:options
/freebsd-12-stable/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_ibumad.c302 &ib_mad_addr->gid, 16);
1150 memcpy(&mad_addr.gid, &p_mad_addr->addr_type.gsi.grh_info.dest_gid, 16);
/freebsd-12-stable/contrib/openbsm/libbsm/
H A Dbsm_token.c552 * ipc_perm; at least a few still use 16-bit uid's and gid's, so
564 ADD_U_INT16(dptr, perm->gid);
571 ADD_U_INT32(dptr, perm->gid);
/freebsd-12-stable/sys/fs/nfsclient/
H A Dnfs_clport.c1129 * The uid and gid arguments are only used for NFSERR_BADOWNER and that
1134 nfscl_maperr(struct thread *td, int error, uid_t uid, gid_t gid) argument
1147 "No name and/or group mapping for uid,gid:(%d,%d)\n",
1148 uid, gid);
/freebsd-12-stable/sys/security/audit/
H A Dbsm_token.c501 * ipc_perm; at least a few still use 16-bit uid's and gid's, so
513 ADD_U_INT16(dptr, perm->gid);
520 ADD_U_INT32(dptr, perm->gid);
/freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/
H A Dio.c2455 apr_gid_t gid;
2459 apr_err = apr_uid_current(&uid, &gid, pool);
2468 else if (apr_gid_compare(gid, file_info->group) == APR_SUCCESS)
2489 apr_gid_t gid;
2493 apr_err = apr_uid_current(&uid, &gid, pool);
2502 else if (apr_gid_compare(gid, file_info->group) == APR_SUCCESS)
2450 apr_gid_t gid; local
2484 apr_gid_t gid; local
/freebsd-12-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_zip.c84 int64_t gid; member in struct:zip_entry
651 zip_entry->gid =
829 fprintf(stderr, "uid %d gid %d\n",
836 zip_entry->gid =
859 /* get a gid size. */
863 zip_entry->gid =
868 zip_entry->gid =
1228 archive_entry_set_gid(entry, zip_entry->gid);
H A Darchive_read_support_format_iso9660.c285 gid_t gid; member in struct:file_info
1279 archive_entry_set_gid(entry, file->gid);
2178 * 8 bytes for gid,
2192 file->gid
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc1926 INTERCEPTOR(__sanitizer_group *, getgrgid, u32 gid) {
1928 COMMON_INTERCEPTOR_ENTER(ctx, getgrgid, gid);
1929 __sanitizer_group *res = REAL(getgrgid)(gid);
1984 INTERCEPTOR(int, getgrgid_r, u32 gid, __sanitizer_group *grp, char *buf,
1987 COMMON_INTERCEPTOR_ENTER(ctx, getgrgid_r, gid, grp, buf, buflen, result);
1991 int res = REAL(getgrgid_r)(gid, grp, buf, buflen, result);
6904 INTERCEPTOR(const char *, group_from_gid, u32 gid, int nogroup) {
6907 COMMON_INTERCEPTOR_ENTER(ctx, group_from_gid, gid, nogroup);
6908 group = REAL(group_from_gid)(gid, nogroup);
6919 INTERCEPTOR(int, gid_from_group, const char *group, u32 *gid) {
[all...]
/freebsd-12-stable/sys/compat/freebsd32/
H A Dfreebsd32_systrace_args.c120 iarg[2] = p->gid; /* int */
687 iarg[2] = p->gid; /* int */
883 iarg[0] = p->gid; /* gid_t */
1259 iarg[2] = p->gid; /* int */
2602 iarg[3] = p->gid; /* gid_t */
/freebsd-12-stable/contrib/amd/libamu/
H A Dxdr_func.c1169 if (!xdr_am_gid3(xdrs, &objp->gid))
1649 if (!xdr_am_gid3(xdrs, &objp->am_set_gid3_u.gid))
1725 if (!xdr_am_set_gid3(xdrs, &objp->gid))
/freebsd-12-stable/sys/fs/unionfs/
H A Dunion_vnops.c628 gid_t gid; /* upper side vnode's gid */ local
634 gid = va->va_gid;
650 if (groupmember(gid, cred)) {
776 UNIONFS_INTERNAL_DEBUG("unionfs_getattr: leave mode=%o, uid=%d, gid=%d (%d)\n",
798 UNIONFS_INTERNAL_DEBUG("unionfs_getattr: leave mode=%o, uid=%d, gid=%d (%d)\n",
/freebsd-12-stable/sys/security/mac_biba/
H A Dmac_biba.c1631 struct label *kslabel, uid_t uid, gid_t gid)
1781 struct label *shmlabel, uid_t uid, gid_t gid)
3411 struct label *vplabel, uid_t uid, gid_t gid)
1630 biba_posixsem_check_setowner(struct ucred *cred, struct ksem *ks, struct label *kslabel, uid_t uid, gid_t gid) argument
1780 biba_posixshm_check_setowner(struct ucred *cred, struct shmfd *shmfd, struct label *shmlabel, uid_t uid, gid_t gid) argument
3410 biba_vnode_check_setowner(struct ucred *cred, struct vnode *vp, struct label *vplabel, uid_t uid, gid_t gid) argument
/freebsd-12-stable/sys/security/mac_mls/
H A Dmac_mls.c1545 struct label *shmlabel, uid_t uid, gid_t gid)
1677 struct label *shmlabel, uid_t uid, gid_t gid)
3043 struct label *vplabel, uid_t uid, gid_t gid)
1544 mls_posixsem_check_setowner(struct ucred *cred, struct ksem *ks, struct label *shmlabel, uid_t uid, gid_t gid) argument
1676 mls_posixshm_check_setowner(struct ucred *cred, struct shmfd *shmfd, struct label *shmlabel, uid_t uid, gid_t gid) argument
3042 mls_vnode_check_setowner(struct ucred *cred, struct vnode *vp, struct label *vplabel, uid_t uid, gid_t gid) argument
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb.c1947 * print uid or gid information.
1968 dump_uidgid(objset_t *os, uint64_t uid, uint64_t gid) argument
1973 gid_idx = FUID_INDEX(gid);
1989 print_idstr(gid, "gid");
1999 uint64_t uid, gid, mode, fsize, parent, links; local
2014 SA_ADD_BULK_ATTR(bulk, idx, sa_attr_table[ZPL_GID], NULL, &gid, 8);
2056 dump_uidgid(os, uid, gid);

Completed in 608 milliseconds

<<11121314151617181920>>