Searched refs:devtype (Results 1 – 6 of 6) sorted by relevance
| /xen/tools/libxl/ |
| A D | check-xl-disk-parse | 80 one 0 /root/image.iso,raw,hdc,devtype=cdrom 82 one 0 format=raw vdev=hdc access=ro devtype=cdrom target=/root/image.iso 107 one 0 devtype=cdrom,,,hdc 110 one 0 vdev=hdc,access=r,devtype=cdrom,target= 122 one 0 vdev=hdc,access=r,devtype=cdrom,format=empty 123 one 0 vdev=hdc,access=r,devtype=cdrom
|
| A D | libxlu_disk_l.l | 188 devtype=cdrom,? { DPC->disk->is_cdrom = 1; } 189 devtype=disk,? { DPC->disk->is_cdrom = 0; } 190 devtype=[^,]*,? { xlu__disk_err(DPC,yytext,"unknown value for type"); }
|
| A D | libxl_device.c | 473 static int device_virtdisk_matches(const char *virtpath, const char *devtype, in device_virtdisk_matches() argument 481 tl = strlen(devtype); in device_virtdisk_matches() 482 if (memcmp(virtpath, devtype, tl)) in device_virtdisk_matches()
|
| /xen/tools/hotplug/Linux/ |
| A D | block | 60 local devtype=$1 65 if [ "$devtype" = "file" ];
|
| A D | xen-hotplug-common.sh.in | 102 # call_hooks <devtype> <hook>
|
| /xen/docs/man/ |
| A D | xl-disk-configuration.5.pod | 30 /root/image.iso,raw,hdc,devtype=cdrom 31 format=raw, vdev=hdc, access=ro, devtype=cdrom, target=/root/image.iso 165 C<rw> unless devtype=cdrom, in which case C<r> 175 =item B<devtype>=I<DEVTYPE> 199 Convenience alias for "devtype=cdrom". 448 [<format>:][<target>],<vdev>[:<devtype>],<access> (deprecated) 526 ,<vdev>:<devtype>,<access> (deprecated)
|
Completed in 9 milliseconds