Home
last modified time | relevance | path

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; in rdsv3_ib_cm_handle_connect() local
731 (unsigned long long)ntohll(lguid), in rdsv3_ib_cm_handle_connect()
766 conn, lguid, fguid); in rdsv3_ib_cm_handle_connect()
/illumos-gate/usr/src/uts/common/os/
H A Dsunmdi.c1319 i_mdi_client_alloc(mdi_vhci_t *vh, char *name, char *lguid) in i_mdi_client_alloc() argument
1336 ct->ct_guid = kmem_alloc(strlen(lguid) + 1, KM_SLEEP); in i_mdi_client_alloc()
1337 (void) strcpy(ct->ct_guid, lguid); in i_mdi_client_alloc()