Home
last modified time | relevance | path

Searched refs:hyperv_guid_ide (Results 1 – 3 of 3) sorted by relevance

/netbsd/sys/dev/hyperv/
H A Dvmbusvar.h250 extern const struct hyperv_guid hyperv_guid_ide;
H A Dvmbus.c148 const struct hyperv_guid hyperv_guid_ide = { variable
915 { &hyperv_guid_ide, "ide" }, in hyperv_guid_sprint()
H A Dhvs.c317 if (memcmp(aa->aa_type, &hyperv_guid_ide, sizeof(*aa->aa_type)) != 0 && in hvs_match()