__send_to_port 846 drivers/char/virtio_console.c ret = __send_to_port(port, sg, 1, count, buf, nonblock); __send_to_port 960 drivers/char/virtio_console.c ret = __send_to_port(port, buf->sg, sgl.n, sgl.len, buf, true); __send_to_port 1137 drivers/char/virtio_console.c ret = __send_to_port(port, sg, 1, count, data, false);