Searched refs:hyperv_guid (Results 1 – 14 of 14) sorted by relevance
| /freebsd-13-stable/sys/dev/hyperv/include/ |
| HD | vmbus.h | 127 struct hyperv_guid; 241 int vmbus_req_tl_connect(struct hyperv_guid *, 242 struct hyperv_guid *); 244 struct hyperv_guid * 246 struct hyperv_guid *
|
| HD | hyperv.h | 76 struct hyperv_guid { struct 84 int hyperv_guid2str(const struct hyperv_guid *, char *, argument
|
| /freebsd-13-stable/sys/dev/hyperv/hvsock/ |
| HD | hv_sock.h | 75 struct hyperv_guid vm_srv_id; 76 struct hyperv_guid host_srv_id; 96 void hvs_addr_init(struct sockaddr_hvs *, const struct hyperv_guid *);
|
| HD | hv_sock.c | 135 static const struct hyperv_guid srv_id_template = { 157 hvsock_print_guid(struct hyperv_guid *guid) in hvsock_print_guid() 170 is_valid_srv_id(const struct hyperv_guid *id) in is_valid_srv_id() 173 &srv_id_template.hv_guid[4], sizeof(struct hyperv_guid) - 4); in is_valid_srv_id() 177 get_port_by_srv_id(const struct hyperv_guid *srv_id) in get_port_by_srv_id() 183 set_port_by_srv_id(struct hyperv_guid *srv_id, unsigned int port) in set_port_by_srv_id() 306 hvs_addr_init(struct sockaddr_hvs *addr, const struct hyperv_guid *svr_id) in hvs_addr_init() 1574 struct hyperv_guid *inst_guid, *type_guid; in hvsock_open_connection() 1580 type_guid = (struct hyperv_guid *) vmbus_chan_guid_type(chan); in hvsock_open_connection() 1581 inst_guid = (struct hyperv_guid *) vmbus_chan_guid_inst(chan); in hvsock_open_connection()
|
| /freebsd-13-stable/sys/dev/hyperv/vmbus/ |
| HD | vmbus_reg.h | 288 struct hyperv_guid guest_endpoint_id; 289 struct hyperv_guid host_service_id; 383 struct hyperv_guid chm_chtype; 384 struct hyperv_guid chm_chinst;
|
| HD | vmbus_chanvar.h | 142 struct hyperv_guid ch_guid_type; 143 struct hyperv_guid ch_guid_inst;
|
| HD | vmbus_if.m | 34 struct hyperv_guid; 46 const struct hyperv_guid *guid;
|
| HD | vmbus.c | 103 const struct hyperv_guid *); 381 vmbus_req_tl_connect(struct hyperv_guid *guest_srv_id, in vmbus_req_tl_connect() 382 struct hyperv_guid *host_srv_id) in vmbus_req_tl_connect() 1192 const struct hyperv_guid *guid) in vmbus_probe_guid_method() 1196 if (memcmp(&chan->ch_guid_type, guid, sizeof(struct hyperv_guid)) == 0) in vmbus_probe_guid_method()
|
| HD | hyperv.c | 129 hyperv_guid2str(const struct hyperv_guid *guid, char *buf, size_t sz) in hyperv_guid2str()
|
| HD | vmbus_chan.c | 1715 sizeof(struct hyperv_guid)) == 0 && in vmbus_chan_add() 1717 sizeof(struct hyperv_guid)) == 0) in vmbus_chan_add() 2234 struct hyperv_guid * 2240 struct hyperv_guid *
|
| /freebsd-13-stable/sys/dev/hyperv/utilities/ |
| HD | vmbus_icvar.h | 44 const struct hyperv_guid ic_guid;
|
| /freebsd-13-stable/sys/dev/hyperv/pcib/ |
| HD | vmbus_pcib.c | 445 static const struct hyperv_guid g_pass_through_dev_type = { 1447 const struct hyperv_guid *inst_guid; in vmbus_pcib_attach()
|
| /freebsd-13-stable/sys/dev/hyperv/storvsc/ |
| HD | hv_storvsc_drv_freebsd.c | 267 static const struct hyperv_guid gStorVscDeviceType={ 273 static const struct hyperv_guid gBlkVscDeviceType={
|
| /freebsd-13-stable/sys/dev/hyperv/netvsc/ |
| HD | if_hn.c | 639 static const struct hyperv_guid hn_guid = {
|