Home | History | Annotate | Download | only in net

Lines Matching refs:VMChannel

1106 struct VMChannel {
1113 struct VMChannel *vmc = (struct VMChannel*)opaque;
1119 struct VMChannel *vmc = (struct VMChannel*)opaque;
2266 struct VMChannel *vmc;
2271 config_error(mon, "vmchannel wrong port number\n");
2275 vmc = malloc(sizeof(struct VMChannel));
2276 snprintf(name, 20, "vmchannel%ld", port);
2279 config_error(mon, "could not open vmchannel device '%s'\n",