Home
last modified time | relevance | path

Searched refs:devtype (Results 1 – 6 of 6) sorted by relevance

/xen/tools/libxl/
A Dcheck-xl-disk-parse80 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 Dlibxlu_disk_l.l188 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 Dlibxl_device.c473 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 Dblock60 local devtype=$1
65 if [ "$devtype" = "file" ];
A Dxen-hotplug-common.sh.in102 # call_hooks <devtype> <hook>
/xen/docs/man/
A Dxl-disk-configuration.5.pod30 /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