Home | History | Annotate | Download | only in qemu

Lines Matching defs:protocol

291     char protocol[128];
299 * override an explicit protocol specification, but moving this
320 if (len > sizeof(protocol) - 1)
321 len = sizeof(protocol) - 1;
322 memcpy(protocol, filename, len);
323 protocol[len] = '\0';
326 !strcmp(drv1->protocol_name, protocol)) {
455 /* Open the image, either directly or using a protocol */
495 * Opens a file using a protocol (file, host_device, nbd, ...)