Searched refs:lguid (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dib_cm.c704 uint64_be_t lguid = cm_id->route.path_rec->sgid.global.interface_id; local
728 "saddr %u.%u.%u.%u daddr %u.%u.%u.%u RDSv%d.%d lguid 0x%llx fguid "
731 (unsigned long long)ntohll(lguid),
765 "lguid: 0x%llx fguid: 0x%llx",
766 conn, lguid, fguid);
/illumos-gate/usr/src/uts/common/os/
H A Dsunmdi.c1325 i_mdi_client_alloc(mdi_vhci_t *vh, char *name, char *lguid) argument
1342 ct->ct_guid = kmem_alloc(strlen(lguid) + 1, KM_SLEEP);
1343 (void) strcpy(ct->ct_guid, lguid);

Completed in 77 milliseconds