Searched refs:ic_dev (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/hyperv/utilities/ |
H A D | vmbus_ic.c | 66 device_printf(sc->ic_dev, "truncated ic negotiate, len %d\n", in vmbus_ic_negomsg() 73 device_printf(sc->ic_dev, "ic negotiate does not contain " in vmbus_ic_negomsg() 78 device_printf(sc->ic_dev, "ic negotiate does not contain " in vmbus_ic_negomsg() 85 device_printf(sc->ic_dev, "ic negotiate does not contain " in vmbus_ic_negomsg() 107 device_printf(sc->ic_dev, "failed to select framework " in vmbus_ic_negomsg() 128 device_printf(sc->ic_dev, "failed to select message " in vmbus_ic_negomsg() 137 device_printf(sc->ic_dev, "sel framework version: " in vmbus_ic_negomsg() 143 device_printf(sc->ic_dev, "supp framework version: " in vmbus_ic_negomsg() 150 device_printf(sc->ic_dev, "sel message version: " in vmbus_ic_negomsg() 157 device_printf(sc->ic_dev, "supp message version: " in vmbus_ic_negomsg() [all …]
|
H A D | vmbus_timesync.c | 123 device_printf(sc->ic_dev, "apply sync request, " in vmbus_timesync() 139 device_printf(sc->ic_dev, "sample request, " in vmbus_timesync() 155 device_printf(sc->ic_dev, in vmbus_timesync() 188 device_printf(sc->ic_dev, "invalid data len %d\n", dlen); in vmbus_timesync_cb() 203 device_printf(sc->ic_dev, "RTT\n"); in vmbus_timesync_cb() 211 device_printf(sc->ic_dev, "invalid timesync4 " in vmbus_timesync_cb() 222 device_printf(sc->ic_dev, "invalid timesync " in vmbus_timesync_cb() 232 device_printf(sc->ic_dev, "got 0x%08x icmsg\n", hdr->ic_type); in vmbus_timesync_cb()
|
H A D | vmbus_shutdown.c | 99 device_printf(sc->ic_dev, "invalid data len %d\n", dlen); in vmbus_shutdown_cb() 117 device_printf(sc->ic_dev, "invalid shutdown len %d\n", in vmbus_shutdown_cb() 125 device_printf(sc->ic_dev, "shutdown requested\n"); in vmbus_shutdown_cb() 129 device_printf(sc->ic_dev, "unknown shutdown flags " in vmbus_shutdown_cb() 136 device_printf(sc->ic_dev, "got 0x%08x icmsg\n", hdr->ic_type); in vmbus_shutdown_cb()
|
H A D | vmbus_heartbeat.c | 97 device_printf(sc->ic_dev, "invalid data len %d\n", dlen); in vmbus_heartbeat_cb() 116 device_printf(sc->ic_dev, "invalid heartbeat len %d\n", in vmbus_heartbeat_cb() 124 device_printf(sc->ic_dev, "got 0x%08x icmsg\n", hdr->ic_type); in vmbus_heartbeat_cb()
|
H A D | vmbus_icvar.h | 36 device_t ic_dev; member
|
/freebsd/sys/dev/iicbus/ |
H A D | if_ic.c | 74 device_t ic_dev; member 169 sc->ic_dev = dev; in icattach() 195 device_t icdev = sc->ic_dev; in icioctl() 357 device_t icdev = sc->ic_dev; in icoutput()
|