HomeSort by: relevance | last modified time | path
    Searched refs:hyperv_guid (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/dev/hyperv/
vmbusvar.h 104 struct hyperv_guid ch_type;
105 struct hyperv_guid ch_inst;
151 struct hyperv_guid *aa_type;
152 struct hyperv_guid *aa_inst;
249 extern const struct hyperv_guid hyperv_guid_network;
250 extern const struct hyperv_guid hyperv_guid_ide;
251 extern const struct hyperv_guid hyperv_guid_scsi;
252 extern const struct hyperv_guid hyperv_guid_shutdown;
253 extern const struct hyperv_guid hyperv_guid_timesync;
254 extern const struct hyperv_guid hyperv_guid_heartbeat
    [all...]
vmbusicvar.h 58 int vmbusic_probe(struct vmbus_attach_args *, const struct hyperv_guid *);
hypervvar.h 78 struct hyperv_guid;
79 int hyperv_guid2str(const struct hyperv_guid *, char *, size_t);
hypervreg.h 42 struct hyperv_guid { struct
433 struct hyperv_guid chm_chtype;
434 struct hyperv_guid chm_chinst;
vmbus.c 144 const struct hyperv_guid hyperv_guid_network = {
149 const struct hyperv_guid hyperv_guid_ide = {
154 const struct hyperv_guid hyperv_guid_scsi = {
159 const struct hyperv_guid hyperv_guid_shutdown = {
164 const struct hyperv_guid hyperv_guid_timesync = {
169 const struct hyperv_guid hyperv_guid_heartbeat = {
174 const struct hyperv_guid hyperv_guid_kvp = {
179 const struct hyperv_guid hyperv_guid_vss = {
184 const struct hyperv_guid hyperv_guid_dynmem = {
189 const struct hyperv_guid hyperv_guid_mouse =
    [all...]
hyperv_common.c 98 hyperv_guid2str(const struct hyperv_guid *guid, char *buf, size_t sz)
vmbusic.c 56 vmbusic_probe(struct vmbus_attach_args *aa, const struct hyperv_guid *guid)

Completed in 18 milliseconds