Symbol: hyperv_guid
sys/dev/hyperv/hyperv_common.c
98
hyperv_guid2str(const struct hyperv_guid *guid, char *buf, size_t sz)
sys/dev/hyperv/hypervreg.h
433
struct hyperv_guid chm_chtype;
sys/dev/hyperv/hypervreg.h
434
struct hyperv_guid chm_chinst;
sys/dev/hyperv/hypervvar.h
78
struct hyperv_guid;
sys/dev/hyperv/hypervvar.h
79
int hyperv_guid2str(const struct hyperv_guid *, char *, size_t);
sys/dev/hyperv/vmbus.c
144
const struct hyperv_guid hyperv_guid_network = {
sys/dev/hyperv/vmbus.c
149
const struct hyperv_guid hyperv_guid_ide = {
sys/dev/hyperv/vmbus.c
154
const struct hyperv_guid hyperv_guid_scsi = {
sys/dev/hyperv/vmbus.c
159
const struct hyperv_guid hyperv_guid_shutdown = {
sys/dev/hyperv/vmbus.c
164
const struct hyperv_guid hyperv_guid_timesync = {
sys/dev/hyperv/vmbus.c
169
const struct hyperv_guid hyperv_guid_heartbeat = {
sys/dev/hyperv/vmbus.c
174
const struct hyperv_guid hyperv_guid_kvp = {
sys/dev/hyperv/vmbus.c
179
const struct hyperv_guid hyperv_guid_vss = {
sys/dev/hyperv/vmbus.c
184
const struct hyperv_guid hyperv_guid_dynmem = {
sys/dev/hyperv/vmbus.c
189
const struct hyperv_guid hyperv_guid_mouse = {
sys/dev/hyperv/vmbus.c
194
const struct hyperv_guid hyperv_guid_kbd = {
sys/dev/hyperv/vmbus.c
199
const struct hyperv_guid hyperv_guid_video = {
sys/dev/hyperv/vmbus.c
204
const struct hyperv_guid hyperv_guid_fc = {
sys/dev/hyperv/vmbus.c
209
const struct hyperv_guid hyperv_guid_fcopy = {
sys/dev/hyperv/vmbus.c
214
const struct hyperv_guid hyperv_guid_pcie = {
sys/dev/hyperv/vmbus.c
219
const struct hyperv_guid hyperv_guid_netdir = {
sys/dev/hyperv/vmbus.c
224
const struct hyperv_guid hyperv_guid_rdesktop = {
sys/dev/hyperv/vmbus.c
230
const struct hyperv_guid hyperv_guid_avma1 = {
sys/dev/hyperv/vmbus.c
235
const struct hyperv_guid hyperv_guid_avma2 = {
sys/dev/hyperv/vmbus.c
240
const struct hyperv_guid hyperv_guid_avma3 = {
sys/dev/hyperv/vmbus.c
245
const struct hyperv_guid hyperv_guid_avma4 = {
sys/dev/hyperv/vmbus.c
925
hyperv_guid_sprint(struct hyperv_guid *guid, char *str, size_t size)
sys/dev/hyperv/vmbus.c
928
const struct hyperv_guid *guid;
sys/dev/hyperv/vmbusic.c
56
vmbusic_probe(struct vmbus_attach_args *aa, const struct hyperv_guid *guid)
sys/dev/hyperv/vmbusicvar.h
58
int vmbusic_probe(struct vmbus_attach_args *, const struct hyperv_guid *);
sys/dev/hyperv/vmbusvar.h
104
struct hyperv_guid ch_type;
sys/dev/hyperv/vmbusvar.h
105
struct hyperv_guid ch_inst;
sys/dev/hyperv/vmbusvar.h
151
struct hyperv_guid *aa_type;
sys/dev/hyperv/vmbusvar.h
152
struct hyperv_guid *aa_inst;
sys/dev/hyperv/vmbusvar.h
249
extern const struct hyperv_guid hyperv_guid_network;
sys/dev/hyperv/vmbusvar.h
250
extern const struct hyperv_guid hyperv_guid_ide;
sys/dev/hyperv/vmbusvar.h
251
extern const struct hyperv_guid hyperv_guid_scsi;
sys/dev/hyperv/vmbusvar.h
252
extern const struct hyperv_guid hyperv_guid_shutdown;
sys/dev/hyperv/vmbusvar.h
253
extern const struct hyperv_guid hyperv_guid_timesync;
sys/dev/hyperv/vmbusvar.h
254
extern const struct hyperv_guid hyperv_guid_heartbeat;
sys/dev/hyperv/vmbusvar.h
255
extern const struct hyperv_guid hyperv_guid_kvp;
sys/dev/hyperv/vmbusvar.h
256
extern const struct hyperv_guid hyperv_guid_vss;
sys/dev/hyperv/vmbusvar.h
257
extern const struct hyperv_guid hyperv_guid_dynmem;
sys/dev/hyperv/vmbusvar.h
258
extern const struct hyperv_guid hyperv_guid_mouse;
sys/dev/hyperv/vmbusvar.h
259
extern const struct hyperv_guid hyperv_guid_kbd;
sys/dev/hyperv/vmbusvar.h
260
extern const struct hyperv_guid hyperv_guid_video;
sys/dev/hyperv/vmbusvar.h
261
extern const struct hyperv_guid hyperv_guid_fc;
sys/dev/hyperv/vmbusvar.h
262
extern const struct hyperv_guid hyperv_guid_fcopy;
sys/dev/hyperv/vmbusvar.h
263
extern const struct hyperv_guid hyperv_guid_pcie;
sys/dev/hyperv/vmbusvar.h
264
extern const struct hyperv_guid hyperv_guid_netdir;
sys/dev/hyperv/vmbusvar.h
265
extern const struct hyperv_guid hyperv_guid_rdesktop;
sys/dev/hyperv/vmbusvar.h
266
extern const struct hyperv_guid hyperv_guid_avma1;
sys/dev/hyperv/vmbusvar.h
267
extern const struct hyperv_guid hyperv_guid_avma2;
sys/dev/hyperv/vmbusvar.h
268
extern const struct hyperv_guid hyperv_guid_avma3;
sys/dev/hyperv/vmbusvar.h
269
extern const struct hyperv_guid hyperv_guid_avma4;