Lines Matching defs:control
33 /* copy used for control */
40 int control;
80 r = ioctl(dev->control, VHOST_SET_FEATURES, &features);
83 r = ioctl(dev->control, VHOST_SET_VRING_NUM, &state);
86 r = ioctl(dev->control, VHOST_SET_VRING_BASE, &state);
88 r = ioctl(dev->control, VHOST_SET_VRING_ADDR, &addr);
91 r = ioctl(dev->control, VHOST_SET_VRING_KICK, &file);
94 r = ioctl(dev->control, VHOST_SET_VRING_CALL, &file);
137 dev->control = open("/dev/vhost-test", O_RDWR);
138 assert(dev->control >= 0);
139 r = ioctl(dev->control, VHOST_SET_OWNER, NULL);
150 r = ioctl(dev->control, VHOST_SET_MEM_TABLE, dev->mem);
180 r = ioctl(dev->control, VHOST_TEST_RUN, &test);
222 r = ioctl(dev->control, VHOST_TEST_SET_BACKEND,
238 r = ioctl(dev->control, VHOST_GET_VRING_BASE,
243 r = ioctl(dev->control, VHOST_SET_VRING_BASE,
247 r = ioctl(dev->control, VHOST_TEST_SET_BACKEND,
271 r = ioctl(dev->control, VHOST_TEST_RUN, &test);