Lines Matching defs:guid
151 guid_t guid;
182 static bool is_unsupported_vmbus_devs(const guid_t *guid)
187 if (guid_equal(guid, &vmbus_unsupported_devs[i].guid))
194 const guid_t *guid = &channel->offermsg.offer.if_type;
197 if (is_hvsock_channel(channel) || is_unsupported_vmbus_devs(guid))
201 if (guid_equal(guid, &vmbus_devs[i].guid))
204 pr_info("Unknown GUID: %pUl\n", guid);
1000 const guid_t *guid = &offer->offer.if_type;
1010 if (guid_equal(guid, &vmbus_devs[i].guid))