Home
last modified time | relevance | path

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

/freebsd/sys/dev/hyperv/hvsock/
H A Dhv_sock.c1552 struct hyperv_guid *inst_guid, *type_guid; in hvsock_open_connection() local
1558 type_guid = (struct hyperv_guid *) vmbus_chan_guid_type(chan); in hvsock_open_connection()
1563 hvsock_print_guid(type_guid); in hvsock_open_connection()
1572 if (!is_valid_srv_id(type_guid)) in hvsock_open_connection()
1585 hvs_addr_init(&addr, conn_from_host ? type_guid : inst_guid); in hvsock_open_connection()
/freebsd/sys/dev/nvdimm/
H A Dnvdimm_var.h65 struct uuid type_guid; member