Searched refs:hyperv_guid2str (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/hyperv/include/ |
H A D | hyperv.h | 84 int hyperv_guid2str(const struct hyperv_guid *, char *,
|
/freebsd/sys/dev/hyperv/vmbus/ |
H A D | hyperv.c | 157 hyperv_guid2str(const struct hyperv_guid *guid, char *buf, size_t sz) in hyperv_guid2str() function
|
H A D | vmbus.c | 1000 hyperv_guid2str(&chan->ch_guid_type, guidbuf, sizeof(guidbuf)); in vmbus_child_pnpinfo() 1003 hyperv_guid2str(&chan->ch_guid_inst, guidbuf, sizeof(guidbuf)); in vmbus_child_pnpinfo()
|
/freebsd/sys/dev/hyperv/utilities/ |
H A D | hv_kvp.c | 302 n = hyperv_guid2str(vmbus_chan_guid_inst(chan), buf, in hv_kvp_convert_utf16_ipinfo_to_utf8()
|