Searched refs:ic_desc (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/sys/dev/hyperv/utilities/
H A Dvmbus_icvar.h47 const char *ic_desc; member in struct:vmbus_ic_desc
50 #define VMBUS_IC_DESC_END { .ic_desc = NULL }
H A Dvmbus_shutdown.c58 .ic_desc = "Hyper-V Shutdown"
H A Dvmbus_heartbeat.c57 .ic_desc = "Hyper-V Heartbeat"
H A Dvmbus_ic.c200 for (d = descs; d->ic_desc != NULL; ++d) {
202 device_set_desc(dev, d->ic_desc);
H A Dvmbus_timesync.c65 .ic_desc = "Hyper-V Timesync"
H A Dhv_snapshot.c145 .ic_desc = "Hyper-V VSS"
H A Dhv_kvp.c101 .ic_desc = "Hyper-V KVP"
/freebsd-11-stable/sys/dev/hyperv/input/
H A Dhv_kbdc.c125 .ic_desc = "Hyper-V KBD"
235 for (d = vmbus_kbd_descs; d->ic_desc != NULL; ++d) {
237 device_set_desc(dev, d->ic_desc);

Completed in 192 milliseconds