Searched defs:p_gid (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mac/plugins/
H A Dmac_ib.c125 uint8_t *p_gid = (uint8_t *)addr + sizeof (ipoib_mac_t) local
140 if (bcmp(p_gid, (uint8_t *)bcst_gid + sizeof (bcst_gid) -
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmstruct.h75 gid_t p_gid; /* gid of p_identity */ member in struct:pmtab
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_path.c2169 ib_gid_t p_gid, a_gid, last_p_gid; local
2180 p_gid.gid_prefix = p_gid.gid_guid = 0;
2196 p_gid = svcrec_resp->ServiceGID;
2200 if (p_gid.gid_guid == sl[j].p_sgid.gid_guid) {
2207 p_gid.gid_prefix, p_gid.gid_guid);
2213 p_gid.gid_prefix = 0;
2214 p_gid.gid_guid = 0;
2217 p_gid
2363 ib_gid_t p_gid; local
[all...]

Completed in 50 milliseconds