Searched defs:gid (Results 1 - 25 of 29) sorted by relevance

12

/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dib_mcast.h21 union ib_gid gid; member in struct:ib_mc_membership
39 union ib_gid *gid,
H A Dipoib.h25 union ib_gid gid; member in struct:ipoib_mac
H A Dinfiniband.h91 union ib_gid gid; member in struct:ib_address_vector
133 union ib_gid gid; member in struct:ib_multicast_gid
341 * @v gid Multicast GID
346 union ib_gid *gid );
351 * @v gid Multicast GID
355 union ib_gid *gid );
415 union ib_gid gid; member in struct:ib_device
489 union ib_gid *gid );
510 union ib_gid *gid );
512 struct ib_queue_pair *qp, union ib_gid *gid );
[all...]
/vbox/src/VBox/Runtime/r3/posix/
H A Dfs3-posix.cpp68 * @param gid The group id.
70 void rtFsObjInfoAttrSetUnixGroup(PRTFSOBJINFO pObjInfo, RTUID gid) argument
73 pObjInfo->Attr.u.UnixGroup.gid = gid;
80 int rc = getgrgid_r(gid, &Grp, achBuf, sizeof(achBuf), &pGrp);
H A Dpath2-posix.cpp228 RTR3DECL(int) RTPathSetOwner(const char *pszPath, uint32_t uid, uint32_t gid) argument
230 return RTPathSetOwnerEx(pszPath, uid, gid, RTPATH_F_ON_LINK);
234 RTR3DECL(int) RTPathSetOwnerEx(const char *pszPath, uint32_t uid, uint32_t gid, uint32_t fFlags) argument
244 gid_t gidNative = gid != NIL_RTGID ? (gid_t)gid : (uid_t)-1;
245 AssertReturn(gid == gidNative, VERR_INVALID_PARAMETER);
281 pszPath, uid, gid, rc, errno));
286 LogFlow(("RTPathSetOwnerEx(%p:{%s}, uid, gid): return %Rrc\n",
287 pszPath, pszPath, uid, gid, rc));
H A Dfileio-posix.cpp714 RTDECL(int) RTFileSetOwner(RTFILE hFile, uint32_t uid, uint32_t gid) argument
718 gid_t gidNative = gid != NIL_RTGID ? (gid_t)gid : (gid_t)-1;
719 AssertReturn(gid == gidNative, VERR_INVALID_PARAMETER);
H A Dprocess-creation-posix.cpp90 * Check the credentials and return the gid/uid of user.
94 * @param gid where to store the GID of the user
372 gid_t gid = ~(gid_t)0; local
375 rc = rtCheckCredentials(pszAsUser, pszPassword, &gid, &uid);
479 && gid == ~(gid_t)0)
598 int ret = initgroups(pszAsUser, gid);
607 if (gid != ~(gid_t)0)
609 if (setgid(gid))
/vbox/src/VBox/Devices/PC/ipxe/src/net/infiniband/
H A Dib_mcast.c40 * @v gid Multicast GID
44 static void ib_mcast_mad ( struct ib_device *ibdev, union ib_gid *gid, argument
59 memcpy ( &sa->sa_data.mc_member_record.mgid, gid,
61 memcpy ( &sa->sa_data.mc_member_record.port_gid, &ibdev->gid,
82 union ib_gid *gid = &membership->gid; local
102 IB_GID_ARGS ( gid ), qkey );
132 * @v gid Multicast GID to join
137 struct ib_mc_membership *membership, union ib_gid *gid,
146 ibdev, qp->qpn, IB_GID_ARGS ( gid ) );
136 ib_mcast_join( struct ib_device *ibdev, struct ib_queue_pair *qp, struct ib_mc_membership *membership, union ib_gid *gid, void ( * complete ) ( struct ib_device *ibdev, struct ib_queue_pair *qp, struct ib_mc_membership *membership, int rc, union ib_mad *mad ) ) argument
190 union ib_gid *gid = &membership->gid; local
[all...]
H A Dib_pathrec.c52 union ib_gid *dgid = &path->av.gid;
118 memcpy ( &sa->sa_data.path_record.dgid, &path->av.gid,
120 memcpy ( &sa->sa_data.path_record.sgid, &ibdev->gid,
188 if ( memcmp ( &cached->path->av.gid, dgid,
189 sizeof ( cached->path->av.gid ) ) != 0 )
239 union ib_gid *gid = &av->gid; local
251 cached = ib_find_path_cache_entry ( ibdev, gid );
258 ibdev, IB_GID_ARGS ( gid ) );
262 IB_GID_ARGS ( gid ), ( cache
[all...]
/vbox/src/VBox/Additions/linux/sharedfolders/
H A Dvbsfmount.h29 int gid; member in struct:vbsf_mount_info_old
47 int gid; /* group ID for all entries, default 0=root */ member in struct:vbsf_mount_info_new
58 int gid; member in struct:vbsf_mount_opts
H A Dvfsmod.h42 int gid; member in struct:sf_glob_info
/vbox/src/VBox/Additions/freebsd/vboxvfs/
H A Dvboxvfs_vfsops.c81 ma = mount_argf(ma, "gid", "%d", args.gid);
92 "uid", "gid", "from", "fstype", "fspath", "errmsg", NULL
100 int uid = 0, gid = 0; local
120 rc = vfs_getopt(mp->mnt_optnew, "gid", (void **)&gid, &cbOption);
121 if ((rc != ENOENT) && (rc || cbOption != sizeof(gid)))
152 pShFlGlobalInfo->gid = gid;
H A Dvboxvfs.h31 int gid; member in struct:vboxvfs_mount_info
43 gid_t gid; member in struct:vboxvfsmount
60 int gid; member in struct:sf_glob_info
/vbox/src/VBox/Storage/
H A DVDIfVfs.cpp274 static DECLCALLBACK(int) vdIfVfsFile_SetOwner(void *pvThis, RTUID uid, RTGID gid) argument
278 NOREF(gid);
H A DVDVfs.cpp401 static DECLCALLBACK(int) vdVfsFile_SetOwner(void *pvThis, RTUID uid, RTGID gid) argument
405 NOREF(gid);
/vbox/src/VBox/Runtime/common/dvm/
H A Ddvmvfs.cpp266 static DECLCALLBACK(int) rtDvmVfsFile_SetOwner(void *pvThis, RTUID uid, RTGID gid) argument
270 NOREF(gid);
/vbox/src/VBox/Additions/solaris/SharedFolders/
H A Dvboxfs_vfs.c77 {"gid", NULL, NULL, MO_HASVALUE, NULL},
268 gid_t gid = 0; local
331 if (vfs_optionisset(vfsp, "gid", &optval) &&
334 gid = val;
445 sffs->sf_handle->sf_gid = gid;
/vbox/src/VBox/Runtime/common/vfs/
H A Dvfsstdfile.cpp344 static DECLCALLBACK(int) rtVfsStdFile_SetOwner(void *pvThis, RTUID uid, RTGID gid) argument
348 return RTFileSetOwner(pThis->hFile, uid, gid);
350 NOREF(pvThis); NOREF(uid); NOREF(gid);
/vbox/src/VBox/Runtime/common/zip/
H A Dtar.h69 char gid[8]; member in struct:RTZIPTARHDRANCIENT
81 AssertCompileMemberOffset(RTZIPTARHDRANCIENT, gid, 116);
105 char gid[8]; member in struct:RTZIPTARHDRPOSIX
124 AssertCompileMemberOffset(RTZIPTARHDRPOSIX, gid, 116);
147 char gid[8]; member in struct:RTZIPTARHDRGNU
176 AssertCompileMemberOffset(RTZIPTARHDRGNU, gid, 116);
206 char gid[8]; member in struct:RTZIPTARHDRCOMMON
H A Dtar.cpp76 char gid[8]; member in struct:RTTARRECORD::h
538 RTUID uid, RTGID gid, RTFMODE fmode, int64_t mtime)
549 RTStrPrintf(pRecord->h.gid, sizeof(pRecord->h.gid), "%0.7o", gid);
658 /* Todo: mode, gid, uid, mtime should be setable (or detected myself) */
537 rtTarCreateHeaderRecord(PRTTARRECORD pRecord, const char *pszSrcName, uint64_t cbSize, RTUID uid, RTGID gid, RTFMODE fmode, int64_t mtime) argument
H A Dtarvfs.cpp704 GET_TAR_NUMERIC_FIELD_RET(pObjInfo->Attr.u.Unix.gid, pThis->Hdr.Common.gid);
957 pObjInfo->Attr.u.UnixGroup.gid = pThis->ObjInfo.Attr.u.Unix.gid;
1190 static DECLCALLBACK(int) rtZipTarFssSym_SetOwner(void *pvThis, RTUID uid, RTGID gid) argument
1192 NOREF(pvThis); NOREF(uid); NOREF(gid);
/vbox/src/libs/xpcom18a4/nsprpub/config/
H A Dnsinstall.c175 gid_t gid; local
181 gid = strtol(group, &cp, 0);
182 if (gid == 0 && cp == group)
183 fail("cannot find gid for %s", group);
184 return gid;
194 gid_t gid; local
276 gid = group ? togid(group) : -1;
295 if ((owner || group) && chown(toname, uid, gid) < 0)
337 if ((owner || group) && lchown(toname, uid, gid) < 0)
389 if ((owner || group) && fchown(tofd, uid, gid) <
[all...]
/vbox/src/libs/zlib-1.2.6/contrib/untgz/
H A Duntgz.c73 char gid[8]; /* 116 */ member in struct:tar_header
/vbox/include/iprt/
H A Dfs.h307 RTGID gid; member in struct:RTFSOBJATTRUNIX
365 RTGID gid; member in struct:RTFSOBJATTRUNIXGROUP
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/infiniband/
H A Darbel.c432 arbel_cmd_mgid_hash ( struct arbel *arbel, const union ib_gid *gid, argument
436 1, sizeof ( *gid ),
438 0, gid, 0, hash );
1119 memcpy ( &qpctx.u.dwords[14], &qp->av.gid,
1120 sizeof ( qp->av.gid ) );
1263 const union ib_gid *gid; local
1277 gid = ( av->gid_present ? &av->gid : &arbel_no_gid );
1278 memcpy ( &wqe->ud.ud.u.dwords[4], gid, sizeof ( *gid ) );
[all...]

Completed in 122 milliseconds

12