Home
last modified time | relevance | path

Searched refs:hyperv_guid2str (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/hyperv/include/
H A Dhyperv.h84 int hyperv_guid2str(const struct hyperv_guid *, char *,
/freebsd/sys/dev/hyperv/vmbus/
H A Dhyperv.c157 hyperv_guid2str(const struct hyperv_guid *guid, char *buf, size_t sz) in hyperv_guid2str() function
H A Dvmbus.c1000 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 Dhv_kvp.c302 n = hyperv_guid2str(vmbus_chan_guid_inst(chan), buf, in hv_kvp_convert_utf16_ipinfo_to_utf8()