Searched defs:sgid (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dib_srp.h47 union ib_gid sgid; member in struct:sbft_ib_subtable
H A Dib_packet.h99 union ib_gid sgid; member in struct:ib_global_route_header
H A Dib_mad.h225 union ib_gid sgid; member in struct:ib_path_record
/vbox/src/VBox/Devices/PC/ipxe/src/net/infiniband/
H A Dib_srp.c146 memcpy ( &ib_sbft->sgid, &ibdev->gid, sizeof ( ib_sbft->sgid ) );
256 union ib_gid sgid; member in struct:ib_srp_root_path
335 memcpy ( &rp->sgid, &ibdev->gid, sizeof ( rp->sgid ) );
337 return ib_srp_parse_byte_string ( rp_comp, rp->sgid.bytes,
338 ( sizeof ( rp->sgid ) |
370 memcpy ( &port_id->ib.hca_guid, &rp->sgid.s.guid,
562 ibdev = find_ibdev ( &rp.sgid );
/vbox/src/VBox/HostDrivers/Support/
H A DSUPR3HardenedMain.cpp1534 gid_t egid, rgid, sgid; local
1546 rgid = sgid = getgid();
1557 rgid = sgid = getgid();
1569 if (getresgid(&rgid, &egid, &sgid) != 0)
1572 rgid = sgid = getgid();
1583 || sgid != g_gid)
1585 " (euid=%d ruid=%d suid=%d egid=%d rgid=%d sgid=%d; wanted uid=%d and gid=%d)\n",
1586 euid, ruid, suid, egid, rgid, sgid, g_uid, g_gid);

Completed in 39 milliseconds