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

/freebsd-13-stable/sys/dev/nvdimm/
H A Dnvdimm_var.h67 struct uuid type_guid; member in struct:nvdimm_label
/freebsd-13-stable/sys/dev/hyperv/hvsock/
H A Dhv_sock.c1580 struct hyperv_guid *inst_guid, *type_guid; local
1586 type_guid = (struct hyperv_guid *) vmbus_chan_guid_type(chan);
1590 HVSOCK_DBG(HVSOCK_DBG_INFO, "type_guid is ");
1591 hvsock_print_guid(type_guid);
1600 if (!is_valid_srv_id(type_guid))
1607 * the type_guid contains the port which guest is bound and
1613 hvs_addr_init(&addr, conn_from_host ? type_guid : inst_guid);

Completed in 176 milliseconds