Home | History | Annotate | Download | only in net

Lines Matching refs:VMChannel

1003 struct VMChannel {
1010 struct VMChannel *vmc = (struct VMChannel*)opaque;
1016 struct VMChannel *vmc = (struct VMChannel*)opaque;
2187 struct VMChannel *vmc;
2192 config_error(mon, "vmchannel wrong port number\n");
2196 vmc = malloc(sizeof(struct VMChannel));
2197 snprintf(name, 20, "vmchannel%ld", port);
2200 config_error(mon, "could not open vmchannel device '%s'\n",